Forked from MrGrigri/RemoveOpenWithSublimeText3.bat
Created
December 17, 2019 13:18
-
-
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
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
@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