Created
January 29, 2010 16:19
-
-
Save aherrman/289858 to your computer and use it in GitHub Desktop.
Registry file for adding a "powershell here" entry to directory right-click menus
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] | |
@="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