当前位置:网站首页>Google Chrome cannot be installed successfully after uninstallation
Google Chrome cannot be installed successfully after uninstallation
2022-07-20 17:12:00 【Secular big tail bear】
Why? chrome The installation cannot succeed after uninstallation ?
Because the file was not deleted completely , And there are relevant files in the registry that have not been deleted , The installation failed .
1、 How to find files that have not been deleted
The default file name is Google(win7 64 In the context of bit ,Google The file in :C:\Users\ The user name of your computer \AppData\Local\), Other systems are inseparable . therefore It is wise to pay attention to the file location of the software before uninstalling the software . Don't believe 360 Powerful cleaning of software , It doesn't work .
2、 How to clean the registry chrome Related documents , The shortcut key is to press :window+R Or click Start , Enter run in the search , Input again regedit
Open registry editor , Shortcut key Ctrl +F Search for chrome The default selection appears on the right side is with chrome Related documents , I found one here
chromeHTML, Delete and reload the files contained in it
If it's too much trouble , Find batch files on the Internet , You just need to create a new one txt, Enter the following :
Windows Registry Editor Version 5.00
; WARNING, this file will remove Google Chrome registry entries
; from your Windows Registry. Consider backing up your registry before
; using this file: http://support.microsoft.com/kb/322756
; To run this file, save it as 'remove.reg' on your desktop and double-click it.
[-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}]
And then put .txt The suffix to .reg, And then double click , If you have 360 Such protection software , It will prompt whether it is allowed , Point allowed , And then refit chrome You can install it successfully .
边栏推荐
- 为什么重写equals方法时必须重写hashCode方法
- Towards Open World Object Detection
- The top ten domestic open source projects in 2019 are coming fiercely
- 2018's pot makes 2019 sad
- Push rejected: Push to origin/master was rejected
- Centernet网络结构搭建
- Task+server will forward missed calls to the official number
- XMIND 8 shortcut key is the most complete in history
- Thoroughly uncover how epoll realizes IO multiplexing
- One-vs-rest network-based deep probability model for open set recognition解读
猜你喜欢
双亲委派模型和破坏性双亲委派模型详解
消息中间件如何确保消息100%投递成功及消息的幂等性设计
Virtual human live broadcast - how far is the metauniverse from us?
牛客多校1 C Grab the Seat!
如何选择合适的体育场馆用LED显示屏
How to choose the right LED display screen for stadiums and gymnasiums
Oom memory overflow is a classic that we have to watch in actual combat
为什么重写equals方法时必须重写hashCode方法
google chrome卸载之后无法安装成功
Swagger(或Postman)关于日期类型的传参方式
随机推荐
每日力扣一题——2114. 句子中的最多单词数
Redis 如何分析慢查询操作?
凋亡抗体研究丨ProSci自噬蛋白检测套装
GB-CosFace: Rethinking Softmax-based Face Recognition from the Perspectiv从开放集分类的角度重新思考基于Softmax的人脸识别
OPEN-SET RECOGNITION WITH GRADIENT-BASED REPRESENTATIONS基于梯度表征的开放集识别
深入剖析序列化和反序列化底层实现原理
C# 9.0 正式版所有新特性概述
Openstack build enterprise private cloud - environment preparation
How does redis expire and delete?
Li Hongyi, machine learning 3 Gradient descent
Towards Open World Object Detection
Addressing Visual Search in Open and Closed Set Settings
Leetcode57-插入区间详解
# 搭建用户行为分析系统(一)——概述
How does redis analyze slow query operations?
OpenSMax: Unknown Domain Generation Algorithm Detection ECAI2020开放集识别论文解读
舍友一边玩云顶一边掌握二叉树(超详细)
Analyze QPS, TPS and other basic concepts from the perspective of multithreading
C语言核心知识梳理
C2AE: Class Conditioned Auto-Encoder for Open-Set RecognitionCVPR2019开放集识别论文解读