Skip to content

Instantly share code, notes, and snippets.

View Zingam's full-sized avatar

Hristo Hristov Zingam

  • Roccoor Multimedia
View GitHub Profile
@Zingam
Zingam / OpenCmd.reg
Last active August 29, 2015 14:10
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"