How to activate Ctrl + C / Ctrl + V to execute paste command in Command Prompt window?
Windows 10 finally supported with Ctrl + C and Ctrl + V keys to paste in the Command Prompt window. However, by default this feature is not enabled and you have to take a few simple steps to activate it.
In the article below, Network Administrator will guide you to activate Ctrl + C and Ctrl + V to paste in the Command Prompt window.
1. Activate Ctrl + C or Ctrl + V on Windows 10
To activate Ctrl + C or Ctrl + V on Windows 10 to copy or paste the command on Command Prompt Windows 10, first right-click the Command prompt title bar, select Properties .
At this time, a new window appears. On this window, check the Enable experimental console features option , then select Enable new Ctrl key shortcuts .
2. On Windows 10, 8, 7 and Windows Vista
First press Alt + Space to open the Menu window, then press the E key and press the P key.
3. Create AutoHotkey Ctrl + V
This way, first download AutoHotkey and install it (if your computer doesn't have AutoHotkey installed).
After you've installed AutoHotkey script, you can create a new AutoHotkey or create more on an existing script. Here is the Script you can use in any format error:
#IfWinActive Ahk_class ConsoleWindowClass
^ V ::
SendInput {} Raw% to clipboard%
return
#IfWinActive
This script simply uses the SendInput function to send data to the Command Prompt window. This method is much faster than other methods.
Download PasteCommandPrompt AutoHotkey Script to your computer and install it here.
You can refer to some of the following articles:
-
Trick to launch Command Prompt easily on Windows 10
-
Instructions for using Command Prompt
-
5 tips you don't know about Command Prompt
Good luck!
You should read it
- Add Command Prompt to Power User Menu on Windows 10
- How to open Command Prompt on Windows 10, 8, 7, Vista and XP
- Instructions for using Command Prompt
- How to Make Command Prompt Appear at School
- 6 Best Command Prompt Alternatives for Windows
- How to Customize the Font in Windows Command Prompt
- Windows prompt
- How to use Xcopy command in Command Prompt
May be interested
- Using USB to lock or unlock Windows computer, have you tried it or not?every time you want to unlock your computer, you must enter the password into it. if you have to enter your password multiple times in a day, it makes you feel uncomfortable and spend your time. and if you want to find another solution to unlock your computer more easily, the usb raptor is the first choice for you.
- Here's how to check if your IP address is static or dynamicif using a cable or using a dsl service, most of the ip addresses you use are dynamic ip addresses. however, there are some internet service providers that assign static ip addresses. to check that the ip address you are using is a dynamic ip address or static ip, you can refer to the following article of network administrator.
- Compress hiberfil.sys file to free up disk space on Windows 10file hiberfil.sys is one of the files consuming quite a lot of hard drive space on your computer. hibernate uses hiberfil.sys files to store the current state (memory) of the computer, so the hiberfil.sys file is managed by windows so you cannot delete these files in a way that is clear. often.
- Fixed a bug with the Cap Lock key on Windows 10 suspendedafter installing the windows 10 technical preview version, many users reflect that the caps lock key on the keyboard does not work properly, even in some cases, cannot open the caps lock key. to fix this, please refer to the following article of network administrator.
- Summary of errors that occurred during the process of updating Windows 10 Anniversary and how to fix them (Part 1)microsoft's windows 10 anniversary update is integrated with many new features and new improvements. however, like other updates, during the process of downloading and installing windows 10 anniversary update, some users cannot avoid some errors.
- Instructions for resizing images in Windows 10 seriesreducing the size and size of photos will make it easier for you to share or send them to anyone. in particular, on windows 10 you can resize images in a few simple steps.