Skip to content

Instantly share code, notes, and snippets.

@fedek6
Created November 9, 2017 12:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fedek6/09ccbffc46fa2d41c734a7b1ef1d942c to your computer and use it in GitHub Desktop.
Save fedek6/09ccbffc46fa2d41c734a7b1ef1d942c to your computer and use it in GitHub Desktop.
Remove Sublime integration added by: roundand/OpenWithSublimeText3.bat
@echo off
rem add it for all file types
@reg delete "HKEY_CLASSES_ROOT\*\shell\Open with Sublime Text 3" /f
rem add it for folders
@reg delete "HKEY_CLASSES_ROOT\Folder\shell\Open with Sublime Text 3" /f
pause
@Userkz
Copy link

Userkz commented Sep 30, 2019

Thanks BRO!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment