12 useful Command Prompt tips on Windows 10

Command Prompt is a Windows utility that lets you give system instructions. It can automate many tasks, handle problems, and perform all kinds of functions. The following article will share you with 12 useful Command Prompt mastering on Windows 10 , including changing colors, executing multiple commands, getting help with any command and more.

12 tips to master the Command Prompt

To open the Command Prompt, simply type cmd in the system search bar and open the relevant results. Alternatively, you can press Windows key + R , type cmd in the Run dialog box, and press Enter to launch the Command Prompt. Now let's start exploring the following 12 useful Command Prompt tips:

1. Always open as administrator

You can launch the Command Prompt in standard mode or administrator mode. Some commands will only work in the 2nd mode. So maybe you should use that mode often.

12 useful Command Prompt tips on Windows 10

To have a Command Prompt command that is always open as an administrator, you will need to use a keyboard shortcut. Enter cmd in the system search bar, right-click the result and select Send to> Desktop (create shortcut).

Then, right-click on the new shortcut and select Advanced , then place a checkmark in the Run as administrator . Finally, click OK twice and you're done.

2. Access via Windows key + X

If you press Windows key + X , you will launch a powerful user menu. It gives you quick access to things like Device Manager , Disk Managerment and Task Manager . It also lists the Command Prompt , but you can have Windows PowerShell instead.

12 useful Command Prompt tips on Windows 10

The process of converting this is very easy. To get started, press Windows key + I to open Settings. Navigate to Personalization> Taskbar . Set Replace Command Prompt with Windows PowerShell in the menu when I right-click the start button or press Windows logo key + X to Off . You should now see the Command Prompt in the list.

3. Open via the folder context menu

Before Windows 10 build 14986, pressing Shift + right-clicking inside a folder will provide the option to Open command window here . This will then open the Command Prompt with the path already set for the directory you specify.

12 useful Command Prompt tips on Windows 10

However, this has been replaced with Open PowerShell window here because Microsoft tries to move people away from the Command Prompt. Because Windows 10 has automatic and mandatory updates, you have no choice in this matter.

4. Copy and paste

If you want to copy any text, just press Ctrl + M to enter highlight mode. Right-click and drag to highlight the text you want and press Ctrl + C or Enter to copy it to your clipboard. You can press Esc at any time if you want to leave marker mode. To paste, press Ctrl + V .

12 useful Command Prompt tips on Windows 10

Think the process is too cumbersome? Right-click on the Command Prompt title bar > Properties . Switch to the Options tab and check QuickEdit Mode and click OK . Now you don't need to press any key before you can highlight text.

5. Use the arrow keys for the previous commands

If you have entered a previous command that you want to reuse, use the up and down arrow keys on your keyboard to move between them. This is handy if you keep executing the same commands or want to correct a mistake in what you have just sent.

12 useful Command Prompt tips on Windows 10

You can also use the right arrow key to enter the previous command character by character. This can be helpful if you need to enter many open commands at the same time. Alternatively, press the F7 key to see a list of your previous entries, use the up and down arrow keys to navigate, and press Enter to select or type doskey / history to export it in the Command Prompt.

6. Drag and drop files

It can be quite tedious to write down a directory or file path name in the Command Prompt. However, you do not need to waste time, because there is a much faster way.

12 useful Command Prompt tips on Windows 10

You navigate to the folder or file you want in File Explorer . Then left-click and drag it to the Command Prompt window. The link will appear shortly after.

7. Get help with any command

Is there a command you can't remember how to use or what it is for? No problem, you just added /? Click on the command and you will have information about that command, such as the options you can use and some examples.

12 useful Command Prompt tips on Windows 10

For example, if you want information about the ipconfig command , add ipconfig /? .

8. Use the Tab key to autocomplete

You can press the Tab key to automatically complete the command. This is useful when you do not know the full name of the command or to save time. For example, instead of entering a full path, simply press Tab and it will be automatically completed.

12 useful Command Prompt tips on Windows 10

If what it serves is not what you need, then you just need to hold Tab to move through the options. Alternatively, press Shift + Tab to reverse through the options.

9. Export to a file or clipboard

If you want to save the output of the Command Prompt, you can copy and paste it into an office editor and save it. But you can make this process faster and all in Command Prompt.

12 useful Command Prompt tips on Windows 10

To do so, enter the command followed by the > sign and the file you want to export. For example, to export ipconfig to a text file in My Documents , enter ipconfig> C: \ Users \ Joe \ Documents \ myinfo.txt.

You can also export the clipboard to be ready to paste it anywhere by typing your command followed by | clip . For example, ipconfig | clip .

10. Delete an order

If you sent a command that you want to stop it, just press Ctrl + C . This operation will terminate the command until the time it wants. This means the operation will not reverse what the command did, but will prevent it from continuing any further.

12 useful Command Prompt tips on Windows 10

You will find a number of commands that will complete before you have time to press that key, but this is useful for commands that are not completely out of the Command Prompt.

11. Execute multiple commands

If there are multiple commands that you want to use then you do not need to enter each turn and wait for them to complete. Instead, you can separate commands with && .

12 useful Command Prompt tips on Windows 10

For example, if you want to export both ipconfig and tree then enter ipconfig && tree . You can do this for the number of commands you need as it is not limited.

12. Customize the interface

The default black and white appearance of the Command Prompt is iconic, but it doesn't matter if you mix a bit. To start customizing the interface, right-click the title bar of the Command Prompt and select Properties.

Start with the Font tab . Here you can change the Size and Font used. You should use the TrueType font (indicated by the colorful TT icon ) to make it clearer.

12 useful Command Prompt tips on Windows 10

Move to the Layout tab . Here you can change the size and position of the Command Prompt window. In fact, it's easier to do this on the window itself than by using the ability to drag the sides of the window and move with the default Windows Taskbar .

Finally, go to the Colors tab . You use the radio buttons to select what you want to change the color, then click a color to set, or enter the red, green and blue values. The Opacity slider will adjust the entire Command Prompt window - set it to 100% if you don't want the opacity.

The above are 12 useful tips for you to master the Command Prompt. Hopefully with this article, you have learned new information to make the most of this utility on Windows 10.

Sign up and earn $1000 a day ⋙

Leave a Comment

Microsoft still recommends 15-year-old backup solution for Windows 11 and 10 users

Microsoft still recommends 15-year-old backup solution for Windows 11 and 10 users

Modern versions of Windows still contain a lot of old code, and Microsoft generally tries to hide outdated parts, like the Control Panel, in favor of more modern components. However, there are some interesting exceptions.

How to set different wallpapers on each monitor Windows 10/11

How to set different wallpapers on each monitor Windows 10/11

Setting up multiple monitors on Windows is quite simple and only takes a few minutes to do. After setting up multi-monitor mode (multiple screens), you can set up separate wallpapers for each screen. To do this, please refer to the article below from WebTech360.

A look at Windows 10 and 11 features Microsoft has removed or stopped supporting in 2024

A look at Windows 10 and 11 features Microsoft has removed or stopped supporting in 2024

With less than two weeks to go until 2025, it's time to look back at the list of features that Microsoft has stopped supporting or removed from Windows 10 and 11 in 2024.

How to turn off Sleep mode in Windows 10/11

How to turn off Sleep mode in Windows 10/11

Sleep mode on Windows will put the computer into the lowest power consumption mode, extending the battery life of the computer when not using the device.

Some Microsoft 365 apps may stop working completely if users dont update to Windows 11

Some Microsoft 365 apps may stop working completely if users dont update to Windows 11

Recently, Microsoft has been continuously posting articles on the company's official blog urging users to upgrade to Windows 11 as the end of support for Windows 10 is approaching.

How to use Windows Virtual Desktop effectively

How to use Windows Virtual Desktop effectively

Virtual desktops are a handy way to combine multiple workspaces in Windows 10. There are a number of ways to quickly switch between virtual desktops, including some lesser-known keyboard shortcuts. Quantrimang.com will cover them all in the following article.

How to add exceptions in Windows Defender on Windows 10

How to add exceptions in Windows Defender on Windows 10

Windows Defender is built into Windows 10 to find malware. To improve performance for tasks like compiling code or running virtual machines, you can add exceptions so Windows Defender will never scan those files.

Microsoft is doing everything to stop users from downloading Windows 10 again

Microsoft is doing everything to stop users from downloading Windows 10 again

As the Windows 11 end-of-life deadline approaches, Windows 10 end-of-life (EOL) warning banners are popping up everywhere.

Some ways to fix Start Menu on Windows 10 stopped working

Some ways to fix Start Menu on Windows 10 stopped working

The Start Menu is probably the most popular feature of Windows 10. However, for some PC versions, this feature may be faulty. In this article, WebTech360 will guide readers on how to fix Start Menu errors on Windows 10.

Microsoft may charge for Windows 11 updates in the future?

Microsoft may charge for Windows 11 updates in the future?

Microsoft's determination to encourage (or even urge) users to upgrade from Windows 10 to Windows 11 is clear.

How to Stack All Open Windows in Windows 11/10

How to Stack All Open Windows in Windows 11/10

In Windows, you can use the Cascade windows option to arrange all open windows to overlap each other with title bars visible so you can quickly tell which window is open.

Why is it so hard for many PC gamers to give up Windows 10?

Why is it so hard for many PC gamers to give up Windows 10?

Microsoft's support for Windows 10 is coming to an end, but many PC gamers are still hesitant to upgrade to Windows 11. What makes Windows 10 such a great land for gamers?

Microsoft pushes full-screen ads about Windows 10 end of support

Microsoft pushes full-screen ads about Windows 10 end of support

Microsoft has updated its official documentation to specify the end of support (end of life) date for Windows 10.

How to use Microsoft Family Safety to manage kids screen time in Windows

How to use Microsoft Family Safety to manage kids screen time in Windows

Stop watching the clock to monitor your child's screen time! Instead, you can easily use Microsoft Family Safety to manage your child's computer time.

How to enable duplex printing on Windows

How to enable duplex printing on Windows

To print on both sides of the paper, you need to install the duplex module. Here are the steps to enable duplex printing in Windows 10.

How to enable or disable SmartScreen filter on Windows

How to enable or disable SmartScreen filter on Windows

Windows SmartScreen is a tool and feature that checks the safety of a file or application that may be harmful on the Windows system.

Guide to managing Microsoft account registration

Guide to managing Microsoft account registration

When you sign up for a Microsoft subscription with recurring billing, you can change how you pay at any time. You can also cancel or turn off recurring billing for a Microsoft subscription when you no longer need it.

How to use Android Picture-in-Picture mode

How to use Android Picture-in-Picture mode

Android Picture-in-Picture mode will help you shrink the video and watch it in picture-in-picture mode, watching the video in another interface so you can do other things.

How to create favorite album on Windows 11

How to create favorite album on Windows 11

The Favorites Album feature is built into the Windows 11 Photos app, saving your most favorite images.

Instructions to quickly delete large folders on Windows 11

Instructions to quickly delete large folders on Windows 11

When deleting large folders on Windows 11, the deletion speed will be slower. If you feel that this deletion process is too time-consuming, the article below will help you with additional methods to delete large folders on Windows 11.

How to watch Apple Music Replay 2024

How to watch Apple Music Replay 2024

Starting with iOS 18.1, users will be able to watch Apple Music Replay 2024 in the Music app without having to visit the website.

How to cancel iCloud + subscription on iPhone

How to cancel iCloud + subscription on iPhone

After a period of use, if you no longer want to subscribe to iCloud+, you can completely cancel your iCloud+ subscription. Below are instructions for canceling your iCloud+ subscription on iPhone.

Instructions for activating Click to Do Windows 11

Instructions for activating Click to Do Windows 11

Click to Do Windows 11 helps you complete tasks more efficiently by recognizing text and images you can interact with on the screen.

Instructions for using Ambient Music to listen to music according to your mood on iPhone

Instructions for using Ambient Music to listen to music according to your mood on iPhone

Ambient Music will compile playlists according to each state and users can listen to music according to their mood, such as relaxation or sleep playlists.

How to turn off Apple Intelligence on iPhone

How to turn off Apple Intelligence on iPhone

After the initial excitement about using Apple Intelligence died down, many people couldn't get past the frustration and inconsistency of many of its features.

Instructions for converting images to text on Copilot

Instructions for converting images to text on Copilot

Users can also convert photos to text, describe images in text on Copilot. With the photo description content on Copilot, you have more suggestions to use for other purposes.

Instructions for rewriting Notepad text using AI

Instructions for rewriting Notepad text using AI

With AI integration in Notepad on Windows 11, you can use the rewrite tool to change the style and length of your notes, as well as rewrite selected text.

Latest Pokemon Unite Codes and Code Entry Instructions

Latest Pokemon Unite Codes and Code Entry Instructions

If you are looking for the latest codes for the game Pokemon Unite then this article is for you.

How to disable Copilot Alt + Spacebar shortcut on Windows 11

How to disable Copilot Alt + Spacebar shortcut on Windows 11

For many people who do not need to use Copilot on Windows or the voice chat feature, the Alt + Spacebar shortcut can be confusing and should be disabled.

How to Find YouTube Videos on Gemini

How to Find YouTube Videos on Gemini

You can find YouTube videos on Gemini by keywording the video content you need. Immediately, we get YouTube videos from Gemini.