Created
May 10, 2021 06:50
-
-
Save Tiliavir/724b1b3d33c8a479c3cae1ce3f8a59a6 to your computer and use it in GitHub Desktop.
Adds an "Open PowerShell" entry to the windows explorers context menu - required on pre-Win10
This file contains 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\Background\shell\psHere] | |
@="Open PowerShell" | |
"icon"="C:\\windows\\system32\\WindowsPowerShell\\v1.0\\powershell.exe" | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\psHere\command] | |
@="C:\\windows\\system32\\WindowsPowerShell\\v1.0\\powershell.exe -noexit -command Set-Location '%V'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment