【解决】禁用chrome自动更新 dev beta Canary
disable chrome update
- 找到chrome安装位置
# 正常版本
C:\Program Files\Google\Chrome\Application
# 正常版本对应的更新程序位置
C:\Program Files (x86)\Google\Update\GoogleUpdate.exe
# Canary版本
C:\Users\Charles\AppData\Local\Google\Chrome SxS
# Canary版本对应的更新程序位置
C:\Users\Charles\AppData\Local\Google\Update\GoogleUpdate.exe
- 把
GoogleUpdate.exe
重命名,如GoogleUpdate1.exe
即可