Skip to content

Instantly share code, notes, and snippets.

@mattantonelli
Created August 26, 2015 17:23
Show Gist options
  • Select an option

  • Save mattantonelli/b42e981649f99b16c951 to your computer and use it in GitHub Desktop.

Select an option

Save mattantonelli/b42e981649f99b16c951 to your computer and use it in GitHub Desktop.
Removes Atom from the context menu in Windows.
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