Skip to content

Instantly share code, notes, and snippets.

@dogancelik
Last active November 5, 2020 01:28
Show Gist options
  • Save dogancelik/720bbe9c0ece26623899446dcbdbcc51 to your computer and use it in GitHub Desktop.
Save dogancelik/720bbe9c0ece26623899446dcbdbcc51 to your computer and use it in GitHub Desktop.
Show Shell menus when Shift key is pressed #Windows
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\git_shell]
"Extended"=""
[HKEY_CLASSES_ROOT\Directory\shell\git_shell]
"Extended"=""
[HKEY_CLASSES_ROOT\LibraryFolder\background\shell\git_shell]
"Extended"=""
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\LibraryFolder\background\shell\PowerShell7x64]
"Extended"=""
[HKEY_CLASSES_ROOT\Drive\shell\PowerShell7x64]
"Extended"=""
[HKEY_CLASSES_ROOT\Directory\shell\PowerShell7x64]
"Extended"=""
[HKEY_CLASSES_ROOT\Directory\Background\shell\PowerShell7x64]
"Extended"=""
[HKEY_CLASSES_ROOT\DesktopBackground\Shell\PowerShell7x64]
"Extended"=""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment