How to completely uninstall IDEA

If a worker wants to do a good job, he must first sharpen his tools. When we were using the idea, some inexplicable problems appeared in the environment of the idea, and we couldn't find the cause of the problem. Sometimes it may be that an unknown VB script is installed and a lot of environment variables are installed in the system (as shown in the figure below). At this time, you can try to uninstall and reinstall the idea. But if you don't delete the information in the clean registry when you uninstall. Even after installing it again, it still doesn't solve the problem. So how to delete clean IDEA? It only takes three steps.

alt

1. Uninstall the program

If you downloaded a zip file, you can skip this step, the uninstaller is for users who installed the exe program

alt

Open Control Panel -> Uninstall a program -> select idea and click Uninstall. If there is no uninstall.exe, delete the idea decompression package first.

alt

Here you can uninstall all the cache and plug-ins, check the first two boxes, and click Uninstall

2. Delete the registry

alt

windows + R, enter regedit to enter the registry, find the first-level menu HKEY_CURRENT_USER , click the menu in turn:

Computer\HKEY_CURRENT_USER\SOFTWARE\JavaSoft\Prefs\jetbrains

Then, right-click to delete the entire jetbrains folder.

alt

3. Delete residual garbage

  • C:\user${username}\ideaProjects\

  • C:\Users${username}\AppData\Roaming\JetBrains

  • C:\Users${username}\AppData\Local\JetBrains

  • C:\Program Files\JetBrains

  • C:\ProgramData\Microsoft\Windows\Start Menu\Programs\JetBrains\

If you have installed some VB scripts to bind environment variables before, you can try to run the uninstalled scripts

alt

After the uninstallation is clean, you can reinstall the more secure and reliable official version. Follow [Top Architect Stack] to get your own exclusive activation code, one code for one machine. As long as you continue to pay attention, we guarantee that it will follow the official upgrade. Upgrade, permanent continuous maintenance support!

Install the latest version of 2023.1.2, see tutorial

This article is published by mdnice multi-platform

Guess you like

Origin blog.csdn.net/qq_35030548/article/details/130818469