Skip to content

Instantly share code, notes, and snippets.

@cecilemuller
Created July 12, 2016 07:29
Show Gist options
  • Save cecilemuller/2c1a7bf697d6a602b1bae50a56118383 to your computer and use it in GitHub Desktop.
Save cecilemuller/2c1a7bf697d6a602b1bae50a56118383 to your computer and use it in GitHub Desktop.
Add a "Open Powershell Here" right-click menu item in Windows Explorer
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\powershell]
@="Open 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