Код:
begin
ShowMessage('Внимание! Перед выполнением скрипта AVZ автоматически закроет все сетевые подключения.' + #13#10 + 'После перезагрузки компьютера подключения к сети будут восстановлены в автоматическом режиме.');
ExecuteFile('net.exe', 'stop tcpip /y', 0, 15000, true);
if not IsWOW64
then
begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
end;
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1804', 1);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '2201', 3);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1004', 3);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1001', 1);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1201', 3);
QuarantineFile('C:\Program Files\hola\app\hola_updater.exe','');
QuarantineFile('C:\Program Files\hola\app\hola.exe','');
QuarantineFile('C:\Windows\system32\bstreamsvc.dll','');
QuarantineFile('C:\Users\1\AppData\Local\xpon\xpon.exe','');
QuarantineFile('C:\Users\1\AppData\Local\wupdate\wupdate.exe','');
QuarantineFile('C:\Users\1\AppData\Local\SearchGo\searchgo.exe','');
QuarantineFile('C:\Users\1\AppData\Roaming\Microsoft\msi.exe','');
QuarantineFile('C:\Users\1\AppData\Local\indexer\indexer.exe','');
DelBHO('{598AEFC6-DD3C-4A63-9AC3-53FCF6155931}');
DelBHO('{2BC46CFA-4B00-4193-A7BD-6AD1D0BCB5BC}');
QuarantineFile('C:\Users\1\AppData\LocalLow\SearchGo\searchgo.dll','');
QuarantineFile('C:\Users\1\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\JRE Update.bat','');
QuarantineFile('C:\Users\1\AppData\Roaming\JRE Update\JRE Update.jar','');
DeleteService('LiveUpdateSvc');
QuarantineFile('C:\Windows\system32\Ea3Host.exe','');
DeleteFile('LiveUpdateSvc.sys','32');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','axzhyvmqhn');
DeleteFile('C:\Users\1\AppData\LocalLow\SearchGo\searchgo.dll','32');
DeleteFile('C:\Windows\system32\Tasks\indexer','64');
DeleteFile('C:\Users\1\AppData\Local\indexer\indexer.exe','32');
DeleteFile('C:\Windows\system32\Tasks\Microsoft\Windows\Multimedia\Manager','64');
DeleteFile('C:\Windows\system32\Tasks\Microsoft\Windows\Apps\UpService','64');
DeleteFile('C:\ProgramData\InstallChecker\InstallChecker.exe','32');
DeleteFile('C:\Users\1\AppData\Roaming\Adobe\Manager.exe','32');
DeleteFile('C:\Windows\system32\Tasks\MSI','64');
DeleteFile('C:\Users\1\AppData\Roaming\Microsoft\msi.exe','32');
DeleteFile('C:\Users\1\AppData\Local\SearchGo\searchgo.exe','32');
DeleteFile('C:\Users\1\AppData\Local\wupdate\wupdate.exe','32');
DeleteFile('C:\Windows\system32\Tasks\wupdate','64');
DeleteFile('C:\Windows\system32\Tasks\SearchGo Task','64');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
RebootWindows(false);
end.
Будет выполнена перезагрузка компьютера.