Skip to content

Instantly share code, notes, and snippets.

@mdjhny
Last active December 16, 2015 04:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdjhny/5377394 to your computer and use it in GitHub Desktop.
Save mdjhny/5377394 to your computer and use it in GitHub Desktop.
windows系统右键命令行
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\folder\shell\cmd]
@="CMD快速通道"
[HKEY_CLASSES_ROOT\folder\shell\cmd\command]
@="cmd.exe /k cd %1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment