Skip to content

Instantly share code, notes, and snippets.

@witwall
Created January 19, 2016 04:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save witwall/7b8b978bd69cd4f5f43e to your computer and use it in GitHub Desktop.
Save witwall/7b8b978bd69cd4f5f43e to your computer and use it in GitHub Desktop.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\cmdhere]
@="Cmd Here"
[HKEY_CLASSES_ROOT\*\shell\cmdhere\command]
@="cmd.exe /c start cmd.exe /k color 02 & pushd \"%L\\..\""
[HKEY_CLASSES_ROOT\Folder\shell\cmdhere]
@="Cmd Here"
[HKEY_CLASSES_ROOT\Folder\shell\cmdhere\command]
@="cmd.exe /c start cmd.exe /k color 02 & pushd \"%L\\..\""
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\*\shell\cmdhere\command]
[-HKEY_CLASSES_ROOT\*\shell\cmdhere]
[-HKEY_CLASSES_ROOT\Folder\shell\cmdhere]
[-HKEY_CLASSES_ROOT\Folder\shell\cmdhere\command]
@simon1tan
Copy link

simon1tan commented Aug 25, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment