How to uninstall Atom text editor on Windows?

≯℡__Kan透↙ 提交于 2019-12-03 09:14:24

问题


I installed the text editor Atom for Windows with the installer package (blog post with details). Note that I did not use the old way of installing, with Chocolatey.

When I wanted to uninstall, I didn't see any uninstall program. When I went to the "Remove programs" window, the uninstall option was invalid.

How can I uninstall it?

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


回答1:


You have to remove some folders and then Atom should be removed from your computer:

Delete these folders:

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

And this shortcut file:

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

To remove the PATH entry, Windows key, "Edit the System Environment Variables" and select "Environment Variables..." button on the bottom right

Highlight "PATH" on the top end hit "Edit..."

Then remove this entry:

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

and click OK.


In order to remove the context menu commands you'll need to remove these keys from your 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



回答2:


UPDATE of answer philishem:

If you use CCleaner the path registry will be delete if the program's broken. And you can delete the item ATOM on list program available.

The paths indicated by Philishem still exists but there is one other on:

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

It seems that have information cache and cookie:

P.S. The process used from ATOM are :

  • UPDATE
  • ATOM

If you can't delete the directory, go on Task Manager -> Process -> and broke these!




回答3:


Another option is to run AtomSetup.exe again to reinstall then immediately uninstall.



来源:https://stackoverflow.com/questions/29606833/how-to-uninstall-atom-text-editor-on-windows

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!