Skip to content

Instantly share code, notes, and snippets.

@bkanhu
Created July 7, 2019 10:52
Show Gist options
  • Save bkanhu/1f394bc1f06eb4bbcc3968372892ecdf to your computer and use it in GitHub Desktop.
Save bkanhu/1f394bc1f06eb4bbcc3968372892ecdf to your computer and use it in GitHub Desktop.
Add 'Command Prompt' to the Windows Explorer context menu. Just download the script and run once.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\Command Prompt\command]
@="C:\\Windows\\System32\\cmd.exe"
[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Command Prompt\command]
@="C:\\Windows\\System32\\cmd.exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment