17 Cool Computer Command Prompt Tricks and Hacks for Windows Users

For an average Windows user, Command Prompt is just a complicated program they should not mess with. However, the power users know how powerful Command Prompt is and how it can make complicated processes just a matter of a command. Although, Windows itself offers great customization with mesmerizing visuals, but the simple interface of the Command Prompt is quite powerful as well.

Command Prompt does requires some commands and key combinations to remember to use it properly. If you are willing to spend some time to learn a few handy tricks, your productivity can sky rocket. Command Prompt has tons of tricks with over 280 commands, but learning all the tricks and commands might not be necessary. With only some basic commands and tricks, you should be good enough to speed things up and may be have some fun in the process as well.

17 Cool Command Prompt Tricks and Hacks for Windows Users

To help you take advantage of the Command Prompt, we have picked the most interesting and helping command prompt tricks that may help you in your regular PC usage. We might have left many interesting tricks (there is just so much you can do), but these tricks should also be good enough for most users. Let’s see 17 amazing Command Prompt tricks to make you more productive.

Also Read : Top 13 Best Laptops for College Students – Top Rated Laptops

17 Cool Computer Command Prompt Tricks and Hacks for Windows Users

1. Copy Command Prompt Data

Cool notepad copy trick to copy notepad data - Cool Computer Command Prompt Tricks and Hacks

If you are using Windows 8.1 or below, the Ctrl+C command will not work in the Command Prompt to copy data (it will work in Windows 10, however). To copy data in the Command Prompt, right click in the interface and click on “Mark” from the context menu. Now just highlight and press Enter key to copy the required data.

2. Make Command Prompt always Run as Administrator

For some commands, you need to run the Command Prompt as administrator to execute those command. You can easily run the Command Prompt as administrator by right-clicking the icon and selecting “Run as Administrator”. However, if you always want Command Prompt to run as administrator, then you can do that to.

Open command prompt in administrator mode - great command prompt trick for Windows

Just create a Command Prompt shortcut in any preferred location and then go to “Properties” from the context menu. Now, click on “Advanced” under the “Shortcut” tab and check “Run as administrator” option.

3. Cancel a Command

If you don’t know answer to a command or you want to cancel a command in process, then you don’t have to force exit the Command Prompt. All you need to do is press Ctrl+C and the command will stop in its tracks. Although, this doesn’t apply to processing commands, such as drive format.

4. Search Between Folders

If you don’t know the exact location of a folder, then you can also navigate between the folders in the Command Prompt to find the right one. All you need to do is provide the drive name, like “D:\” and start pressing “TAB” key to start cycling through each folder.

5. Enable “QuickEdit”

easy command prompt trick for fast copy/pasting - Cool Command Prompt Hacks for Windows

QuickEdit is a Command Prompt mode that will let you copy or paste data with just a single click. To activate QuickEdit, right click at the top of the command prompt and click on “Properties”. Now checking the “QuickEdit Mode” setting will enable the mode. To copy and paste data, all you need to do is press the Right-Click.

6. Easily add File path

Handy command prompt trick to add file path easily - Cool Command Prompt Hacks for Windows

Manually entering a file path in the Command Prompt can be quite a tedious task. Fortunately, you can easily add full file path with drag-and-drop feature. Just go to the location where file is located and drag-and-drop the file in the Command Prompt, the exact path will be pasted.

7. View Network Information

awesome command prompt hack to access network information in Windows

Instead of navigating to your network settings to get complete network information, you can easily access all the information with a simple command in the Command Prompt. Just type “ipconfig” in the Command Prompt and press Enter. You will see all the important information such as, Subnet Mask, Default Gateway and IP Address.

8. Access Previous Commands

If you need to re-enter an already executed command (in the same session), then you don’t have to type it again. All you need to do is press Up and Down arrow keys to cycle between all the executed commands. You can also press the right arrow key to enter a previous command character-by-character.

9. Get a list of all the PC drivers

useful command prompt trick to check all PC drivers in Windows

If you need to check which drivers are installed in your PC, then you can easily check all of them with a simple command. In the Commands Prompt, type “driverquery” and hit enter. You will see a huge list of drivers that are running your PC’s system. The information includes, Module, Name, Type and Link Date.

10. Scan System Files for errors

scan PC from Command prompt - safe command prompt trick for Windows Users

You can run a basic scan that will scan all the Windows system files to ensure everything is working fine. Type “sfc/scannow” and press enter, after a short delay, the scan will start. If the scan finds any corrupt file, it will fix it or let you know which files are corrupted, so advanced users may fix it themselves.

11. Find IP address of any Website

command prompt hack to see website IP address in Windows - Cool Command Prompt Hack

If you would like to find IP address of any website, you can easily do so from the Command Prompt. Type “nslookup (name of the website)” and hit enter, you will immediately see the IP address. For example, type “nslookup techreviewpro.com” to check IP address of the TechReviewPro.

12. Check Default Programs

See all default programs with this cool command prompt trick in Windows

You can use a Command Prompt command to check all the file types and programs that handle those files. This can be quite handy if you need to make sure all your files are being opened by the right program. Enter the command “assoc” in the Command Prompt and you will see all file extensions and the programs that handles them.

13. Watch Star Wars Episode IV

This is not much of a productive trick, but it is just plain astounding to see a ASCII version of Star Wars Episode IV in the Command Prompt. To start watching, make sure Telnet is Enabled and enter this command “telnet towel.blinkenlights.nl”. The movie will immediately start in its ASCII version as soon as your press Enter.

14. Change Color of the Command Prompt

Customize command prompt and completely change its color with Command Prompt Tricks

If you are not big fan of the black and white interface of the Command Prompt, then you can easily change its color any way you like. Right-click on the top of the Command Prompt and click on “Properties” from the context menu. Now go to “Colors” tab and you will find all the options to change the color of your Command Prompt interface. However, it will only change for that specific session.

15. Execute more than one Command

handy command prompt trick to execute multiple commands in Command Prompt

If you are planning on using more than one command in a session, then you don’t have to wait for each command to finish up before entering another. Just add “&&” between each command and the commands will be executed one after another. For example, you can type “assoc && ipconfig && driverquery” to execute all 3 of these commands.

16. Get help on Commands

Helping command prompt trick to get help on all commands in Windows

Command Prompt’s built-in help feature doesn’t offer detailed information on all of the commands. However, with a simple command you can get detailed information along with examples on all of the commands. All you need to do is type “/?” at the end of the command about which you need information. For example, if you need information on command “driverquery” type “driverquery/?”.

17. Function Keys use in the Command Prompt

All of the functions keys (F1, F2, F3, etc.) work differently in the Command Prompt and handle different functions of it. Following are the uses of the function keys:

F1: last command will be pasted character-by-character

F2: last command up to a specific character will be pasted

F3: last executed command will be pasted

F4: Deletes command up to a specific character

F5: last executed command will be pasted without cycling

F6: ^Z will be pasted

F7: Shows a list of previously used commands (selectable)

F8: last executed command will be pasted (cyclable)

F9: Uses selected command from the list showed by “F7” key

Also Read : How to Create WiFi Hotspot Using Command Prompt and Share Files Easily ?

The Pro Review From TechReviewPro

Using the Command Prompt is a great way to boost productivity. We will recommend Windows user to at least check out what the Command Prompt is and how it can help you with your daily tasks. Most of the above mentioned tools are meant to make it easier for you to use Command Prompt, so learning few handy Command Prompt commands will help further take advantage of the above tricks.

There are many other tricks and commands in the Command Prompts that are worth exploring, and our list should be good enough to get you started. If you know any other cool Command Prompt tricks, let us know in the comments, we might even add it!

Don’t Miss :

  1. Top 10 Best Malware Removal Tools for Windows
  2. 15 Cool Notepad Tricks and Hacks to Do Cool Things with Notepad
  3. 13 Excellent Microsoft Edge Tips and Tricks for Windows 10 Absolute Beginners
  4. TechReviewPro Reveals 10 Secret Reasons Why Windows 10 is Free ?
  5. Everything You Need to Quickly Know About iOS 9 Features [Infographic]

Meet Author

Abhishek Dubey

Abhishek Dubey, also popularly known as AbhiTechy, is a tech geek who fell in love with the technology world at the early age of 14 years. He is co-founder of TechReviewPro.com. He is a gadget freak and an Apple fanboy. Abhishek loves messing up with iOS tips-tricks, hacks, and guides. When he is not writing here, you'll find him making useful videos about the latest gadgets, apps, software and various important iPhone-iPad-Mac tips-tricks and tutorials to share with the people on the AbhiTechy YouTube channel.

Pin It on Pinterest

Share This