Last active
April 16, 2024 18:55
-
-
Save jordanbtucker/872f5c2eaeca5ff10afd to your computer and use it in GitHub Desktop.
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 Powe&rShell here" | |
"Extended"=- | |
"Icon"="powershell.exe,0" | |
"NoWorkingDirectory"="" | |
[HKEY_CLASSES_ROOT\Directory\shell\powershell\command] | |
@="powershell.exe -noexit -command \"cd %V\"" | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\powershell] | |
@="Open Powe&rShell here" | |
"Extended"=- | |
"Icon"="powershell.exe,0" | |
"NoWorkingDirectory"="" | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\powershell\command] | |
@="powershell.exe -noexit -command \"cd %V\"" | |
[HKEY_CLASSES_ROOT\Directory\shell\runas] | |
@="Open PowerShell here (&Admin)" | |
"Extended"="" | |
"Icon"="powershell.exe,1" | |
"NoWorkingDirectory"="" | |
[HKEY_CLASSES_ROOT\Directory\shell\runas\command] | |
@="powershell.exe -noexit -command \"cd %V\"" | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\runas] | |
@="Open PowerShell here (&Admin)" | |
"Extended"="" | |
"Icon"="powershell.exe,1" | |
"NoWorkingDirectory"="" | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\runas\command] | |
@="powershell.exe -noexit -command \"cd %V\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment