Created
July 12, 2016 07:29
-
-
Save cecilemuller/2c1a7bf697d6a602b1bae50a56118383 to your computer and use it in GitHub Desktop.
Add a "Open Powershell Here" right-click menu item in Windows Explorer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\Directory\shell\powershell] | |
@="Open PowerShell Here" | |
[HKEY_CLASSES_ROOT\Directory\shell\powershell\command] | |
@="C:\\\\Windows\\\\system32\\\\WindowsPowerShell\\\\v1.0\\\\powershell.exe -NoExit -Command Set-Location -LiteralPath '%L'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment