@
echo off
title
"Remove GoogleUpdate"
:Remove GoogleUpdate from Services System
sc stop gudate
sc delete gudate
sc stop gudatem
sc delete gudatem
:Remove GoogleUpdate from Task Scheduler
SCHTASKS /Delete /TN
"GoogleUpdateTaskMachineCore"
/f
SCHTASKS /Delete /TN
"GoogleUpdateTaskMachineUA"
/f
:Remove GoogleUpdate from Startup
reg delete
"HKCU\Software\Microsoft\Windows\CurrentVersion\Run"
/v
"Google Update"
/f
reg delete
"HKCU\Software\Microsoft\Windows\CurrentVersion\Run\Google"
/f
reg delete
"HKLM\Software\Microsoft\Windows\CurrentVersion\Run"
/v
"Google Update"
/f
reg delete
"HKLM\Software\Microsoft\Windows\CurrentVersion\Run\Google"
/f
exit
אין תגובות:
הוסף רשומת תגובה