Skip to content

Instantly share code, notes, and snippets.

@JoeyChor
Created November 22, 2015 02:11
Show Gist options
  • Save JoeyChor/c860f1557292bb6e9f00 to your computer and use it in GitHub Desktop.
Save JoeyChor/c860f1557292bb6e9f00 to your computer and use it in GitHub Desktop.
When you right click a folder (or file) that's selected, it gives you a new option: "Open PowerShell Here". No restart required!
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\powershell]
@="Open PowerShell Here"
[HKEY_CLASSES_ROOT\Directory\shell\powershell\command]
@="powershell -NoExit -Command Set-Location -LiteralPath '%L'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment