Skip to content

Instantly share code, notes, and snippets.

@trievis
trievis / Open PowerShell Here.reg
Created August 5, 2020 15:24 — forked from willwm/Open PowerShell Here.reg
Add "Open PowerShell Here" command (with icon) to directory, directory background, and drive context menus.
Windows Registry Editor Version 5.00
; Directory menu
[HKEY_CLASSES_ROOT\Directory\shell\PowershellMenu]
@="Open PowerShell Here"
"NoWorkingDirectory"=""
"Icon"="%SystemRoot%\\system32\\WindowsPowerShell\\v1.0\\powershell.exe"
[HKEY_CLASSES_ROOT\Directory\shell\PowershellMenu\command]