Skip to content

Instantly share code, notes, and snippets.

@Zingam
Last active August 29, 2015 14:10
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 Zingam/5e4ad930d17c6bc71759 to your computer and use it in GitHub Desktop.
Save Zingam/5e4ad930d17c6bc71759 to your computer and use it in GitHub Desktop.
Adding 'Open Command Window Here' option to the context menu for Library Folders
;Create a Windows registry file .reg with the following and double click it.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\LibraryFolder\background\shell\cmd]
@="Open command window here"
[HKEY_CLASSES_ROOT\LibraryFolder\background\shell\cmd\command]
@="cmd.exe /k"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment