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

王林
Release: 2024-06-19 11:09:05
Original
193 people have browsed it

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}]
Copy after login

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!

Related labels:
source:20hn.com
Statement of this Website
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 [email protected]
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!