Last active
August 29, 2015 14:10
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;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