mirror of
https://dev.azure.com/effectory/Survey%20Software/_git/Cloud%20Engineering
synced 2026-02-27 18:52:18 +01:00
13 lines
978 B
Reg
13 lines
978 B
Reg
Windows Registry Editor Version 5.00
|
||
|
||
; created by Walter Glenn
|
||
; for How-To Geek
|
||
; article: http://www.howtogeek.com/284500/how-to-add-open-powershell-window-here-to-the-right-click-menu-for-a-folder-in-windows/
|
||
|
||
[HKEY_CLASSES_ROOT\Directory\shell\powershellmenu]
|
||
@="Open PowerShell Here"
|
||
|
||
[HKEY_CLASSES_ROOT\Directory\shell\powershellmenu\command]
|
||
@="C:\\\\Windows\\\\system32\\\\WindowsPowerShell\\\\v1.0\\\\powershell.exe -NoExit -Command Set-Location -LiteralPath '%L'"
|
||
|