How to remove Atom text editor on Windows?

I installed the Atom text editor for Windows with the installer package ( blog post with details ). Please note that I did not use the old installation method, Chocolatey .

When I wanted to remove, I did not see any removal program. When I went to the "Uninstall a program" window, the uninstall option was invalid.

enter image description here

How to remove it?

I found the same question for Linux and Mac , but no details for Windows yet.

+11
windows environment-variables atom-editor uninstall
Apr 13 '15 at 13:42 on
source share
3 answers

You must delete some folders, and then Atom should be deleted from your computer:

Delete these folders:

C:\Users\UserName\.atom C:\Users\UserName\AppData\Local\atom C:\Users\UserName\AppData\Roaming\Atom 

And this file shortcut:

 C:\Users\UserName\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\GitHub, Inc\Atom 



To delete the PATH record, press the Windows key, "Change system environment variables" and select the "Environment variables ..." button in the lower right corner.

enter image description here

Highlight "PATH" at the top, click "Edit ..."

enter image description here

Then delete this entry:

 C:\Users\User Name\AppData\Local\atom\bin 

and click OK.

enter image description here




To remove context menu commands, you need to remove these keys from the registry:

 HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.apmrc 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 
+34
Apr 13 '15 at 13:44 on
source share

UPDATE philishem's answer:

If you use CCleaner , the path registry will be deleted if the program is broken. And you can remove the ATOM element in the list of available programs.

The paths indicated by Philishem still exist, but there is one more:

 C:\Users\mcianfarani\AppData\Roaming\Atom 

There seems to be an info and cookie cache: enter image description here

PS Process used from ATOM :

  • UPDATE
  • ATOM

If you cannot delete the directory, continue with Task ManagerProcess → and break them!

0
Dec 22 '15 at 9:58
source share

Another option is to run the AtomSetup.exe program again for reinstallation, and then immediately delete it.

0
Feb 26 '16 at 17:08
source share



All Articles