Skip to content

Instantly share code, notes, and snippets.

@hayleyxyz
Created June 13, 2021 21:23
Show Gist options
  • Save hayleyxyz/c1b38f5c2d85e35118c100de8107cfde to your computer and use it in GitHub Desktop.
Save hayleyxyz/c1b38f5c2d85e35118c100de8107cfde to your computer and use it in GitHub Desktop.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background]
[HKEY_CLASSES_ROOT\Directory\Background\shell]
[HKEY_CLASSES_ROOT\Directory\Background\shell\cmd]
@="@shell32.dll,-8506"
"NoWorkingDirectory"=""
"Icon"="\"C:\\WINDOWS\\system32\\cmd.exe\""
[HKEY_CLASSES_ROOT\Directory\Background\shell\cmd\command]
@="cmd.exe /s /k pushd \"%V\""
[HKEY_CLASSES_ROOT\Directory\Background\shell\Powershell]
@="@shell32.dll,-8508"
"NoWorkingDirectory"=""
"Icon"="\"C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\powershell_ise.exe\""
[HKEY_CLASSES_ROOT\Directory\Background\shell\Powershell\command]
@="powershell.exe -noexit -command Set-Location -literalPath '%V'"
[HKEY_CLASSES_ROOT\Directory\Background\shell\VSCode]
"Icon"="\"C:\\Users\\hayley\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe\""
@="VS Code"
[HKEY_CLASSES_ROOT\Directory\Background\shell\VSCode\command]
@="\"C:\\Users\\hayley\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe\" \"%V\""
[HKEY_CLASSES_ROOT\Directory\Background\shell\WSL]
@="@wsl.exe,-2"
"NoWorkingDirectory"=""
"Icon"="\"C:\\Program Files\\WindowsApps\\TheDebianProject.DebianGNULinux_1.4.0.0_x64__76v4gfsz19hv4\\debian.exe\""
[HKEY_CLASSES_ROOT\Directory\Background\shell\WSL\command]
@="wsl.exe --cd \"%V\""
[HKEY_CLASSES_ROOT\Directory\Background\shellex]
[HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers]
[HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\New]
@="{D969A300-E7FF-11d0-A93B-00A0C90F2719}"
[HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\NvCplDesktopContext]
@="{3D1975AF-48C6-4f8e-A182-BE0E08FA86A9}"
[HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\Sharing]
@="{f81e9010-6ea4-11ce-a7ff-00aa003ca9f6}"
[HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\WorkFolders]
@="{E61BF828-5E63-4287-BEF1-60B1A4FDE0E3}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment