Articles by "PC Tips"
Showing posts with label PC Tips. Show all posts
Droidadda is one of worlds best online blogging portal where latest trending articles on Android,Blogging,Seo,Gadgets,Tricks,etc are daily published.

Introduction

Today, we use computer almost in every field. Computer is also combination and hardware and software. Most basic software that is necessary to run a computer is operating system. Mostly people use Microsoft Windows operating system. Windows is rather a powerful GUI based operating system which is easy to operate. We can install different application software’s on windows according to our need including MS office, Adobe reader, music players, games and notepad. As we can use notepad for multiple task like coding editor, dairy and etc for more you need to check all notepad tips and tricks. But an average users who have basic knowledge of computer don’t know all options of windows. Some task in Windows is very difficult like get IP address of a system, resolve Domain name to IP address, know active internet connection etc. But in DOS operating system, with the help one command we can do these task. Dos is the first command based Microsoft operating system. We can do many task in an easy way with the help of Dos but we only need to know about these commands. If you do not know about these command then this article is for you. In this article we provide you a list of best CMD tricks and hacks.

List of Best CMD Tricks

1. Creating Con Or Non Deletable Folder With CMD.

In Windows you can not create a folder with name con or can not rename a folder to con. This is because it is a variable name used by Windows programming. Other variable name includes lp1, lpt2, lpt3 up to lpt9, aux. So Windows can not allow you to make a folder with this name. But with the help of dos command we can create a folder with such name. So here how to implement this amazing cmd trick.
  • Press Windows button and run CMD as administrator.
  • Type the command with this syntax “drive name: “. This command allow you to enter in the drive in which you want to create a folder. For example d: and press enter.
  • Now enter the following command.
md con and press enter.
  • After that your folder is created in specified drive.


Deleting con Folder.
You can not delete such folder manually by using Windows. To delete this folder type the following command in the command prompt.
rd con
Also Read: How To Fix Error 651 in Windows 7/8/10 [8 Methods]

2. Shut Down Computer With Commands.

Best in all other cmd tricks and hacks. You can also shut down your computer by using command prompt. Type the following command in command prompt.
  • For Shut Down
shutdown -s
  • For Restarting
shutdown -r
  • For Logoff
shutdown -l
Note: -s -r -l parameter tells the computer to shut down, restart, log off

3. Shutdown Computer In Specified Time With CMD.

You can also shut down your computer in specified time using command prompt. If you want to shut down your computer after two minutes type the following command.
shutdown -s -t 120


4. Print Message Before Shut Down.

We can also print some message before shut down a computer. Some users can use it as a reminder which remind you a task at the time of shut down. We can do this by using the following command.
shutdown -s -t 500 -c “My message.”
We can replace my message with our message we want to display.

5. Assoc CMD Command.

There are many programs installed in our computer. Each program has its own file extension. It is difficult to remember each file extension. If you want to know which file is associated with which program then we can do this by typing the following command
Assoc
This command provide you a list of programs and their associated files.

6. Hide A Folder With CMD Command.

We can play some interesting tricks with command prompt. Hiding a folder is one of them. By hiding a folder you can also save your data from other users. You can do this by typing the following command.
attrib +s +h D:ABC
Where ABC is the name of directory we want to hide.



Also Read: Windows Repair v3.9.17 Pro Portable is Here!

Unhide The Folder.

If we can also unhide the hidden folder using command prompt. To unhide the folder type the following command.
attrib -s -h D:ABC

7. IP Related CMD Command.

ipconfig is of the most useful command to see the IP address, Defult gateway and subnet mask. This command is related to networking and is most important for troubleshooting the problems related to TCP/IP.
  • To view Subnet Mask and IP Address use.
ipconfig
  • To view TCP/IP related Information use.
ipconfig/all
  • To view DNS cache use.
ipconfig/displaydns
  • To delete the local cache of DNS use.
ipconfig/flushdns

8. Net Related Commands.

Net is a powerful cmd tool which is used to see the stat of network. This command provide information about active connection. This command is used to view or update network settings.

It is used to view only the services that are started using the following versions of this command
  1. net stop server ( when the server is currently not running any service).
  2. net start server (when the server is being starting a service).
  3. net start (This command is used to check the services that are currently running).
  4. For connecting to shared network devices use the following command:
  • net use m:sharedservername (for connecting to share network drives).
  • net use m:sharedservername/delete (for disconnecting to share network drives).

9. Netstat CMD Command.

Netstat command is an important tool when you want to know about who is establishing a connection with your computer. The output of this command provides you the information about all active connection and listening ports. we can view Ethernet statics and resolve connecting host IP address to a fully qualified domain name. You can use the Netstat command with following attributes :
  1. -a (display all connection).
  2. -n (sorts connection in numerical order).
  3. -b (display executable name. that is browser name).

10. Nslookup CMD Command.

When we use internet , Domain name server resolve the Domain names to IP addresses so we do not need to remember the IP addresses. But in case of troubleshooting we can rather get the IP address of particular website using this command.
Hence, the syntax is nslookup google.com

11. Get a List Of PC Drivers.

Another amazing in all cmd tricks by using it we can get a complete list of all drivers installed on your PC along with their details. Just type “driverquery” in the Command Prompt and press Enter to see list of all drivers installed on your PC along with their details.

12. Command Prompt Color Change.

We have seen Command Prompt with a black screen and white font since forever. Because it is the default theme. What most users do not know is that colors in command prompt can be easily changed. So here most wanted in all CMD tricks. To do so, right-click at the top corners of Command Prompt, then select “Properties” from the menu. In the properties, click on “Colors” tab and you will find all the options to change color of both text and background.

13. Star Wars IV Trick.

In this non productive yet awesome trick, we will tell you how to watch star wars. Well it won’t be an HD version but the ASCII coded movie is still very enjoyable. To watch the movie, open Command Prompt, then enter this command “telnet towel.blinkenlights.nl” and hit Enter. Make sure you have telnet enabled on your PC. to know more, click here.

14. Create Your Own WiFi Hotspot.

Due to android phones, we are used to using Wifi hotspots. therefore , we can create a Wifi hotspot using our laptop or PC with this simple CMD trick. You can rather use this trick to share your wireless dongle internet connection with other devices.

Enter the following command to enable Wi-Fi Hotspot.
netsh wlan set hostednetwork mode=allow ssid=Hotspotname key=password
Then, to start Hotspot, enter :
netsh wlan start hostednetwork
As well as to stop hotspot, enter :
netsh wlan stop hostednetwork

Watch YouTube Videos On CMD Tricks


Also Read These Stories:

Final Words

In conclusion, these are some best cmd tricks and hacks. We hope you like them all and find them working. In case you still face any problem or you know cmd tricks which are missing let us know and we will update it. For more related articles in future please subscribe us now !
Droidadda is one of worlds best online blogging portal where latest trending articles on Android,Blogging,Seo,Gadgets,Tricks,etc are daily published.

Video is one of the most sought after entertainment options today. People access all kinds of videos online, ranging from movies to TV series to music and different types of entertaining clips. Every time you watch your favorite movie or TV show through streaming service online, you must have thought if you could capture that video and save it on your system. It would make it easy to watch them anytime you want. Audials Moviebox 2017 makes it extremely easy to record streaming video in high-quality. You can record and save even paid streaming videos.
Here is what you can do with this amazing online video recording and converting software.

Record Streaming Video

Movie and TV series streaming services are typically paid and they will not allow you to download the videos so that you can keep returning to their websites. Audials Moviebox can help you capture online streaming videos from websites for a tiny price.



Save any video from the web.
  • Save movies from online video-on-demand libraries
  • Record and save TV series from media libraries
  • Save any video from any website
And you can capture all these videos in highest quality and in any format that is compatible with the device you want to watch those videos on.



Audials Moviebox 2017 even allows you to record video streams from paid services. The software has an algorithm that pre-configures optimal recording techniques for the most popular video portals, streaming services, and media libraries. All you have to do is to click Audials and play the streaming video online and this software will record it in the chosen format.

Automatic Recording of All Seasons & Episodes

Audials Moviebox also has an automatic feature that allows you to record all the seasons and episodes of your favorite TV shows. Once you set it, just forget it! The software will automatically record the programs from Netflix or Amazon Instant Video. Don’t miss any episode!
Most streaming services will encrypt their video streams so that they cannot be accessed and recorded by anyone. All the popular online video libraries use advanced technology to prevent their video streams from being recoded. You will have to watch the videos on their website and many will charge you for it. Such encrypted video streams are considered to be beyond reach with most of the tools available out there.
But that is not the case with Audials Moviebox. It has powerful algorithms that can record any video stream from any site without any restrictions. It will also retain the video’s quality and original size without any also.

Audials Moviebox as a Video Converter

When it comes to file conversion, DRM copy protection has been a big concern. Most audio/video converters cannot deal with this protection. But Audials Moviebox works as a format converter that allows you to get the proper format based on what device you will run it on.
You can convert files to play them on PC, tablets, smartphones or consoles.
It will free you from DRM copy protection through re-recording of the files without losing quality.


In fact, this is a universal media file converter. You can convert files to any format so that they can be played even on game consoles, ultrabooks, or any other devices. The conversion is done while ensuring the highest quality.
If you purchase any movies or videos and are unable to play them due to file format conflicts or DRM copy protection, this software can help you again. It will help in eliminating any such issues.

 Audials Moviebox supports conversion for 44 file formats.

Stay Up-to-date with All Popular Platforms

When you choose Audials Moviebox, you are making a long-term investment. It will stay up-to-date with all the popular video streaming platforms so that you don’t have to upgrade the software in the future. The Audials team will release regular, automatic updates to ensure that Moviebox will remain functional even when the leading platforms update and bring any changes.

Conclusion

Audials Moviebox 2017 is the ultimate video streaming recorder and converter you can find. You can also manage your favorite media on any device including on the Cloud. Paid video streaming services and online media libraries will not allow you to record their videos. However, this software can do exactly that without any legal complications.

Also Read: (Maha Loot) UC News Cricket Cards Championship-Play&Win Rs.20000 PayTm Cash

Audials Moviebox can also be set for automatic recording and saving of all your favorite TV shows. You can not only record all the seasons and episodes of a show, you can also ensure that any new episode for the show is also automatically recorded. This software can do all this for a tiny fee. It has a powerful algorithm that makes video stream recording, saving and conversion a breeze. There are so many more features that this software is hard to match.

Like This Article? Vote Now!
Yes
No
DROIDADDA

Droidadda is one of worlds best online blogging portal where latest trending articles on Android,Blogging,Seo,Gadgets,Tricks,etc are daily published.

Here is how to use Android on your PC


Everyone loves the functionality Android offers, so why shouldn't you to try to bring those features you rely on from your smartphone to other devices like a PC. If you do want to use Android apps on your PC, you're in luck. There are now a number of ways you can do this, and we've looked at the best methods currently available.

    AMIDuOS

    AMIDuOS 2.0 brings you the complete Android 5.1 Lollipop, with an extra-to-install Play Store for your Windows PC – regardless of whether it’s Windows 7, 8, or 10. The first 30 days are free, but after that you can purchase a lifetime license for around $18.
    AMI has “carefully tested thousands of Android apps” and provides ongoing updates to ensure that even newer Android apps can be used without any issues on your PC. 3D acceleration also makes Android games on PC faster, and you can even use your gamepad with AMIDuOS.
    AMIDuOS emulates a complete Android tablet with home screen, settings, sensors and a touchscreen. Your Android apps can be displayed on the PC in a normal window or in full screen mode. The shared clipboard allows you to copy text on the PC and paste it into the Android emulator and vice versa. A common file system allows you to access the PC hard drive from the emulated Android device.



    When we did a test on a Core i7 laptop with 8 GB RAM, we found that AMIDuOS was fast and reliable. The setup is simple and the installation of the Play Store on a Windows system also works very easily. You just need to right-click the Google Apps ZIP file and select Open in AMIDuOS from the shortcut menu. You can find the official instructions here.
    Unfortunately, there are some downsides. The user interface has not been adapted for use on desktop computers with a mouse and keyboard. Instead, the interface looks like the default Android interface for tablets, so some changes to the interface would have been beneficial for the emulator. Remix OS (which we also review in this article) has resolved this issue, providing a much more elegant copy of the Windows 10 interface. AMIDuOS should probably consider addressing this problems in the same way with a preinstalled launcher. AMI spokesman Luke Lappala has already forwarded this proposal to the development department – but even after one year there is still no movement.


    AMIDuOS with a simple tablet interface ©AndroidPIT  

    There was a further problem when playing full-screen media in AMIDuOS: the mouse cursor was never hidden and interfered with the full screen mode.
    The video playback is no longer that user-friendly, since Netflix’s high-definition content has not been able to work with the laptop resolution of 1,366 x 768 pixels. This has resulted in a clearly visible jaggies on the edges of the screen.The YouTube app was not able to play full HD streams on another laptop.
    In AMIDuOS you can press and hold individual apps in the app selection and drag them over to the text Pin To Windows so you can pin them to the Windows 10 menu. This icon can also be attached to your Quick Start bar. As a result, you'll be able to go directly to the Android app you want to run in Windows - and for which you have actually installed the emulator for.
    The bottom line is that AMIDuOS does exactly what it’s supposed to do. The emulator can be set up very quickly. It supports the Play Store, and the important Android apps can be run with it on Windows. You can even start it directly from Windows, which makes the transition between Windows and Android apps seamless – but the full launch of the emulator and the app will take a few seconds. The speed of AMIDuOS was outstanding in the test – apart from one crash – and it takes up very little battery, using less than 300 MB in RAM. 

      BlueStacks

      The BlueStacks Android emulator, which was once supported by AMD, has been around since the end of 2011 and its developers collected a lot of experience in using Android use on the PC. The basic systems are either Windows or Mac OS. BlueStacks describes itself as an “app player.”



      The installation is carried out via the installation program. You then start BlueStacks and log in to your Google account. Incidentally, BlueStacks emulates Android using the old Android 4.4.2 KitKat. BlueStacks visually looks like a tablet and shows a home screen after the start, where the installed and recommended apps can be found.


      The BlueStacks home screen. / © AndroidPIT
      A navigation bar is located at the top. There, just like in Windows, you can switch between apps and call up the home screen. To switch between home screens, you use the mouse to click on the button, and then drag the cursor to the right or left. The pure touchpad operation is, as a result of this, somewhat cumbersome. 

      The old BlueStacks home screen is still used in the Mac version. / © AndroidPIT

      Certainly, BlueStacks requires the hardware of a computer. When switching between apps and the home screen, the emulator likes to pause for thought. If you want to gamble with BlueStacks games, it’s worth it for you to have your own graphics chip as the integrated graphics solution is sometimes insufficient – at least it is on a MacBook, it even if these led to display errors.

      Also Read: Best Collection - Top 5 Torrent Apps For Android 2017
      BlueStacks finances itself either by sponsored apps, advertising or a premium membership option that costs $48.00 per year, which removes all advertising in the emulator.
      There are a few blatant differences between the Windows and Mac versions. The Mac version has an older user interface, so there is no task bar at the top of the display. Games were not executable on a MacBook Air because the graphics chip primarily produced graphics errors.

      Remix OS Player: the emulator for Windows

      Remix OS Player is a separate version of Remix OS, which works under Windows as a kind of virtual machine. The user interface is identical to the stand-alone version, so you can find a UI optimized for laptops and desktops. The Android version used here is Android Marshmallow.








      Remix OS Player start menu. / © AndroidPIT
      Apps you installed via the Google Play Store, as well as purchased apps, are also available here. The biggest difficulty with the Remix Player is the keyboard, as some special characters were placed that are not traditionally included in the QWERTY system. Passwords can only be entered successfully if the virtual keyboard is always shown. This may be acceptable for passwords, but it’s very impractical for writing longer texts.
      In our review, the performance of the player is convincing: when idle, the Remix Player does not consume resources and apps, such as games, run at a decent speed.

      The Remix OS Player also has a full-featured offshoot called the Remix OS. This is a fully bootable operating system that brings Android to the PC.

      Remix OS for PC

      Remix OS for PC is not an emulator that starts Android apps on Windows, but an alternative operating system. The team of developers at Jide is working on Remix OS for PC. That said, it's quite mature and can be installed next to Windows on a Notebook.


      After you download Remix OS, the installation follows with an installer in the Windows environment. One reboot later, and Remix OS is ready to go. The Notebook we used for testing was easy to connect to the WiFi. Although the setup assistant crashed on the first attempt to activate the Google Play services, it worked out in the second attempt.
      Remix itself is sold with the Remix Mini PC, a product with its own platform.

      Remix OS for PC is a stand-alone system. / © AndroidPIT

      What’s special about Remix OS is its desktop-optimized interface, which is a bit reminiscent of the Chrome OS. It allows you to use multiple Android apps in windows as you would on a traditional desktop operating system. You can enlarge them and move them at will.


      For a real desktop feeling when using Remix OS, developers have integrated a task bar and typical desktop and system apps like a file manager. New or old apps can be downloaded from the integrated Google Play Store.



      The Remix OS performance in our review left nothing to be desired. Remix OS is based on Android Marshmallow. Remix OS runs apps without emulation, which leads to noticeable performance advantages compared to the emulator solutions. Even games ran smoothly on the Notebook with its own Nvidia graphics card.

      Android on a PC: Conclusion

      The emulator solutions presented in the review could not really convince us. BlueStacks delivered an acceptable performance, but puttered on the Mac. Additionally, it uses a very old Android version.The Remix OS Player showed some quirks, but the user interface is well-tailored to the conditions of the desktop. AMIDuOS is also not without its issues, but otherwise makes a favorable impression.
      Again, Remix OS is not an emulator but a complete implementation of Android as a desktop operating system. The system is nimble and, in a qualitative sense, is currently the best option to run Android apps on a PC – the main catch being that it needs to be booted.
      Ultimately, the question remains as to why an Android app would be required on the PC. Many services are also possible without the emulator detour on the PC – WhatsApp has software for the PC, and many apps have web services. The emulators are hardly suitable for gaming. Remix OS scores with good performance, but it is more likely to be a way to help bring new life to decrepit PCs and Notebooks.
      Do you use Android on your PC desktop? Why did you choose to install it? Let us know in the comments below.