Skip to content

Instantly share code, notes, and snippets.

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 EmeraldCoder/e93ac35dc943f5bb7d7a to your computer and use it in GitHub Desktop.
Save EmeraldCoder/e93ac35dc943f5bb7d7a to your computer and use it in GitHub Desktop.
Script to make option "Open command window here" in folder context menu always visible without using MAJ key
Windows Registry Editor Version 5.00
; Philippe Ouellet
; May 5, 2014
; Script to make option "Open command window here" in folder context menu always visible without using MAJ key
[HKEY_CLASSES_ROOT\Drive\shell\cmd]
"Extended"=-
[HKEY_CLASSES_ROOT\Directory\shell\cmd]
"Extended"=-
[HKEY_CLASSES_ROOT\Directory\background\shell\cmd]
"Extended"=-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment