Skip to content

Instantly share code, notes, and snippets.

@osvein
Created May 13, 2017 20:59
Show Gist options
  • Save osvein/db829100e06f62d014673ed240940d72 to your computer and use it in GitHub Desktop.
Save osvein/db829100e06f62d014673ed240940d72 to your computer and use it in GitHub Desktop.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\cmd]
"MUIVerb"="@shell32.dll,-8506"
"Extended"=""
"Icon"="cmd.exe"
"SubCommands"="cmd.cmd;cmd.msys2_msys;cmd.msys2_mingw32;cmd.msys2_mingw64"
[HKEY_CLASSES_ROOT\Directory\shell\cmd]
"MUIVerb"="@shell32.dll,-8506"
"Extended"=""
"Icon"="cmd.exe"
"SubCommands"="cmd;cmd.msys2_msys;cmd.msys2_mingw32;cmd.msys2_mingw64"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\cmd.cmd]
@="CMD"
"NoWorkingDirectory"=""
"Icon"="cmd.exe"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\cmd.cmd\command]
@="cmd.exe /s /k pushd \"%V\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\cmd.msys2_msys]
@="MSYS2"
"Icon"="c:\\msys64\\msys2.exe"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\cmd.msys2_msys\command]
@="c:\\msys64\\msys2_shell.cmd -msys -here"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\cmd.msys2_mingw32]
@="MinGW 32-bit"
"Icon"="c:\\msys64\\mingw32.exe"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\cmd.msys2_mingw32\command]
@="c:\\msys64\\msys2_shell.cmd -mingw32 -here"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\cmd.msys2_mingw64]
@="MinGW 64-bit"
"Icon"="c:\\msys64\\mingw64.exe"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\cmd.msys2_mingw64\command]
@="c:\\msys64\\msys2_shell.cmd -mingw64 -here"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment