Keyboard shortcut to paste in Windows command prompt

Is there a keyboard shortcut to paste in the Windows command prompt (or at least powershell)?

I'm aware that you can right click, but it would be handy if it was possible without touching the mouse.


Solution 1:

Finally in Windows 10:

enter image description here

Unfortunately Microsoft resists to add SHIFT+INSERT ((

Solution 2:

Press Alt+Space followed by E and finally P

This will open the alt Menu > Edit > Paste

Solution 3:

Checkout this Stackoverflow article. They provide an AutoHotKey script. If you aren't familiar with AutoHotKey you should be. It is a free application that allows you to automate a ton of things on Windows. I use it for a number of tasks. You can even compile the scripts and then just run the executable. Great for distribution to less tech savvy folks or for running off a thumb drive for portability.

They also mention this:

ALT+SPACE+E+K <-- for copy

ALT+SPACE+E+P <-- for paste