Created
August 13, 2015 15:42
-
-
Save MrGrigri/74782162dc6602b35ef0 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 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" |
Thanks 👍
Thanks
Is there any particular reason lines 2&3, 5&6 are duplicates? Anyhow, thanks!
No
Thanks ^^
Thanks
if it is not worked follow this https://gist.github.com/RellikJaeger/e168f9e9433e31eece35da6b1c9f75d0
king
Thanks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there any particular reason lines 2&3, 5&6 are duplicates? Anyhow, thanks!