Coming with Unix background, it's shocking to learn you cannot paste something into Windows command line using keyboard (Ctrl-V shortcut).
Luckily, there is a tool that fixes that.
Just open cmd.exe (not powershell) and run those two lines:
Luckily, there is a tool that fixes that.
Just open cmd.exe (not powershell) and run those two lines:
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%systemdrive%\chocolatey\bin cinst wincommandpaste
No comments:
Post a Comment