Skip to content

Instantly share code, notes, and snippets.

@AminulBD
Last active August 11, 2016 05:06
Show Gist options
  • Save AminulBD/5f51339a0cb304d91e5b316eb029deb7 to your computer and use it in GitHub Desktop.
Save AminulBD/5f51339a0cb304d91e5b316eb029deb7 to your computer and use it in GitHub Desktop.
Windows Registry Editor Version 5.00
; Don't always show Command Prompt Here
; howtogeek.com
[HKEY_CLASSES_ROOT\Directory\shell\cmd]
"Extended"=""
[HKEY_CLASSES_ROOT\Directory\Background\shell\cmd]
"Extended"=""
Windows Registry Editor Version 5.00
; Always show Command Prompt Here
; howtogeek.com
[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