Skip to content

Instantly share code, notes, and snippets.

@leesei
Created October 20, 2013 10:04
Show Gist options
  • Save leesei/7067435 to your computer and use it in GitHub Desktop.
Save leesei/7067435 to your computer and use it in GitHub Desktop.
#powershell #registry #windows
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'"
[HKEY_CLASSES_ROOT\Directory\Background\shell\powershell]
@="Open &PowerShell Here"
[HKEY_CLASSES_ROOT\Directory\Background\shell\powershell\command]
@="C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\powershell.exe -NoExit -Command Set-Location -LiteralPath '%L'"
[HKEY_CLASSES_ROOT\Drive\shell\powershell]
@="Open &PowerShell Here"
[HKEY_CLASSES_ROOT\Drive\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