Код:
begin
ShowMessage('Внимание! Перед выполнением скрипта AVZ автоматически закроет все сетевые подключения.'+#13#10+'После перезагрузки компьютера подключения к сети будут восстановлены в автоматическом режиме.');
ExecuteFile('net.exe', 'stop tcpip /y', 0, 15000, true);
DelBHO('{2BC46CFA-4B00-4193-A7BD-6AD1D0BCB5BC}');
DelBHO('{598AEFC6-DD3C-4A63-9AC3-53FCF6155931}');
TerminateProcessByName('C:\Windows\Microsoft\svchost.exe');
TerminateProcessByName('c:\program files (x86)\ultimate-discounter browser\udservice.exe');
StopService('Coupons Browser Update Service');
StopService('SvcHost Service Host');
DeleteService('Coupons Browser Update Service');
DeleteService('SvcHost Service Host');
QuarantineFile('C:\Program Files (x86)\Ultimate-Discounter Browser\udservice.exe','');
QuarantineFile('C:\Program Files\UBar\UbarService.exe','');
QuarantineFile('C:\Program Files\UBar\ubar.exe','');
QuarantineFile('C:\Users\Emil\AppData\LocalLow\SearchGo\searchgo.dll','');
QuarantineFile('C:\Users\Emil\AppData\Local\SearchGo\searchgo.exe','');
QuarantineFile('C:\Users\Emil\AppData\Local\ifgker\ifgker.exe','');
QuarantineFile('C:\Users\Emil\AppData\Local\wupdate\wupdate.exe','');
QuarantineFile('C:\Users\Emil\AppData\Roaming\Microsoft\msi.exe','');
QuarantineFile('C:\Users\Emil\AppData\Roaming\Mp3tagApp\Mp3tagApp.exe','');
QuarantineFile('C:\Users\Emil\AppData\Roaming\SETUPS~1\ml.py','');
QuarantineFile('C:\Users\Emil\AppData\Roaming\setupsk\ml.py','');
QuarantineFile('C:\Users\Emil\appdata\local\searchgo\searchgo.exe','');
QuarantineFile('C:\Users\Emil\appdata\locallow\searchgo\searchgo.dll','');
QuarantineFile('C:\Windows\Microsoft\svchost.exe','');
QuarantineFile('c:\program files (x86)\ultimate-discounter browser\udservice.exe','');
DeleteFile('C:\Program Files (x86)\Ultimate-Discounter Browser\udservice.exe','32');
DeleteFile('C:\Users\Emil\AppData\LocalLow\SearchGo\searchgo.dll','32');
DeleteFile('C:\Users\Emil\AppData\Local\SearchGo\searchgo.exe','32');
DeleteFile('C:\Users\Emil\AppData\Local\ifgker\ifgker.exe','32');
DeleteFile('C:\Users\Emil\AppData\Local\wupdate\wupdate.exe','32');
DeleteFile('C:\Users\Emil\AppData\Roaming\Mp3tagApp\Mp3tagApp.exe','32');
DeleteFile('C:\Users\Emil\AppData\Roaming\SETUPS~1\ml.py','32');
DeleteFile('C:\Users\Emil\AppData\Roaming\setupsk\ml.py','32');
DeleteFile('C:\Users\Emil\appdata\local\searchgo\searchgo.exe','32');
DeleteFile('C:\Users\Emil\appdata\locallow\searchgo\searchgo.dll','32');
DeleteFile('C:\Windows\Microsoft\svchost.exe','32');
ExecuteFile('schtasks.exe', '/delete /TN "MSI" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "One Drive Update" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "SearchGo Task" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "ifgker" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "setupsk" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "setupsk_upd" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "wupdate" /F', 0, 15000, true);
DeleteFile('c:\program files (x86)\ultimate-discounter browser\udservice.exe','32');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','Mp3tagApp');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','setupsk');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','setupsk_upd');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','smbfifgwib');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
ExecuteWizard('SCU', 2, 3, true);
RebootWindows(true);
end.
После выполнения скрипта компьютер перезагрузится.