Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save stephenpatten/862a294851815cceca969b4d8fb31c73 to your computer and use it in GitHub Desktop.
Save stephenpatten/862a294851815cceca969b4d8fb31c73 to your computer and use it in GitHub Desktop.
Remove "Open with Sublime Text 3" context menu in File Explorer for Windows 10
@echo off
@reg delete "HKEY_CLASSES_ROOT\*\shell\Open with Sublime Text 3"
@reg delete "HKEY_CLASSES_ROOT\*\shell\Open with Sublime Text 3"
@reg delete "HKEY_CLASSES_ROOT\*\shell\Open with Sublime Text 3\command"
@reg delete "HKEY_CLASSES_ROOT\Folder\shell\Open with Sublime Text 3"
@reg delete "HKEY_CLASSES_ROOT\Folder\shell\Open with Sublime Text 3"
@reg delete "HKEY_CLASSES_ROOT\Folder\shell\Open with Sublime Text 3\command"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment