Created
August 26, 2015 17:23
-
-
Save mattantonelli/b42e981649f99b16c951 to your computer and use it in GitHub Desktop.
Removes Atom from the context menu in Windows.
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
| Windows Registry Editor Version 5.00 | |
| ; Removes 'Open in Atom' from the context menu. | |
| ; windows-context-menu | |
| [-HKEY_CLASSES_ROOT\*\shell\Open File in Atom] | |
| [-HKEY_CLASSES_ROOT\Directory\shell\Open Folder in Atom] | |
| [-HKEY_CLASSES_ROOT\Directory\Background\shell\Open Folder in Atom] | |
| [-HKEY_CLASSES_ROOT\LibraryFolder\Background\shell\Open Folder in Atom] | |
| ; Chocolatey | |
| [-HKEY_CLASSES_ROOT\*\shell\Atom] | |
| [-HKEY_CLASSES_ROOT\Directory\shell\Atom] | |
| [-HKEY_CLASSES_ROOT\Directory\Background\shell\Atom] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment