Home  >  Article  >  Computer Tutorials  >  Clear the Google Chrome registry and clean up the remaining residue from uninstalling Google Chrome

Clear the Google Chrome registry and clean up the remaining residue from uninstalling Google Chrome

王林
王林Original
2024-06-19 11:09:05341browse

How to completely clear the Google Chrome registry residue has troubled many users. PHP editor Strawberry hereby brings you a detailed removal guide to help you solve the residual problems caused by unclean uninstallation. Continue reading below to learn the correct way to clear registry residue, ensure Google Chrome is cleanly uninstalled, and improve computer performance.

Clear the Google Chrome registry and clean up the remaining residue from uninstalling Google Chrome

After installing a new version of chrome on the computer, the old version of Google Chrome cannot be installed after uninstalling it. Double-clicking the installation package does not respond. The reason is that the registry information of Google Chrome has not been cleaned up. The editor below will explain how to clean up the residual registry information of Google Chrome.

1. Create a new text document on the desktop, copy and paste the following code and save it.

WindowsRegistryEditorVersion5.00

;WARNING,thisfilewillremoveGoogleChromeregistryentries

;fromyourWindowsRegistry.Considerbackingupyourregistrybefore

;usingthisfile:http://support.microsoft.com/kb/322756

;Torunthisfile,saveitas'remove.reg'onyourdesktopanddouble-clickit.

[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ChromeHTML]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\chrome.exe]

[HKEY_LOCAL_MACHINE\SOFTWARE\RegisteredApplications]

"Chrome"=-

[-HKEY_CURRENT_USER\SOFTWARE\Classes\ChromeHTML]

[-HKEY_CURRENT_USER\SOFTWARE\Clients\StartMenuInternet\chrome.exe]

[HKEY_CURRENT_USER\SOFTWARE\RegisteredApplications]

"Chrome"=-

[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Uninstall\Chrome]

[-HKEY_CURRENT_USER\Software\Google\Update\Clients\{8A69D345-D564-463c-AFF1-A69D9E530F96}]

[-HKEY_CURRENT_USER\Software\Google\Update\ClientState\{8A69D345-D564-463c-AFF1-A69D9E530F96}]

[-HKEY_CURRENT_USER\Software\Google\Update\Clients\{00058422-BABE-4310-9B8B-B8DEB5D0B68A}]

[-HKEY_CURRENT_USER\Software\Google\Update\ClientState\{00058422-BABE-4310-9B8B-B8DEB5D0B68A}]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Google\Update\ClientStateMedium\{8A69D345-D564-463c-AFF1-A69D9E530F96}]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Google\Update\Clients\{8A69D345-D564-463c-AFF1-A69D9E530F96}]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Google\Update\ClientState\{8A69D345-D564-463c-AFF1-A69D9E530F96}]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Google\Update\Clients\{8A69D345-D564-463c-AFF1-A69D9E530F96}]

2. Rename, change "New Text Document.txt" to "chrome.reg".

3. Double-click the "chrome.reg" file to import the registry.

At this point, the Google Chrome registry has been completely cleared. Run the Google Chrome installation package again and the installation will be successful.

The above is the detailed content of Clear the Google Chrome registry and clean up the remaining residue from uninstalling Google Chrome. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn