23.11 如何禁用GoogleUpdate
http://scz.617.cn/windows/201510161623.txt
Q:
用Process Explorer总能看到:
C:\Program Files (x86)\Google\Update\GoogleUpdate.exe
由于GFW的存在,GoogleUpdate没有任何意义,只会消耗内存、CPU。
A:
在Process Explorer中右键查看GoogleUpdate.exe,已经给出它的自启动位置:
HKLM\System\CurrentControlSet\Services\gupdate HKLM\System\CurrentControlSet\Services\gupdatem
可以禁用服务:
sc config gupdate start= disabled sc config gupdatem start= disabled
sc stop gupdate sc stop gupdatem
可以禁用定时任务:
控制面板 管理工具 任务计划程序 任务计划程序库(右侧) GoogleUpdateTaskMachineCore GoogleUpdateTaskMachineUA