Ctrl c not working windows 10

broken image

You'll probably have to click the Enable experimental console features checkbox first though. You can kill it through the tray icon if you want-if you’d like to hide the tray icon, add #NoTrayIcon to the top of the script.ĭownload the PasteCommandPrompt AutoHotkey Script from howtogeek. All you have to do to get copy and paste working in Windows 10 is to right-click on the command prompt's title bar, choose Properties And then click Enable new Ctrl key shortcuts.

Simply grab the script, save it anywhere, and then double-click on it to start it. If you’ve got a better solution for that, feel free to let us know in the comments and we’ll update the post. Note: the script doesn’t paste line breaks very well. What this script does is simply use the SendInput function to send the data into the window, which is a lot faster than any other method. #IfWinActive ahk_class ConsoleWindowClass We’ve also provided a download in case there are any formatting problems. You’ll need to first make sure that you’ve got AutoHotkey installed, and then create a new AutoHotkey script or add the following to your existing script.

broken image

Once you get used to doing it, it really isn’t so bad… but who wants to use a different combination for one application than the rest of Windows? The AutoHotkey Script Ctrl+V Awesomeness