Код:
begin
ShowMessage('Внимание! Перед выполнением скрипта AVZ автоматически закроет все сетевые подключения.'+#13#10+'После перезагрузки компьютера подключения к сети будут восстановлены в автоматическом режиме.');
ExecuteFile('net.exe', 'stop tcpip /y', 0, 15000, true);
StopService('GoogleChromeUpService');
StopService('GoogleChromeUpSvc');
DeleteService('GoogleChromeUpService');
DeleteService('GoogleChromeUpSvc');
TerminateProcessByName('c:\programdata\msiql.exe');
QuarantineFile('C:\Program Files (x86)\mpck_en_005030266\mpck_en_005030266.exe','');
QuarantineFile('C:\Program Files (x86)\Tencent\QQPCMgr\11.3.17201.218\QQPCTray.exe','');
QuarantineFile('C:\ProgramData\HomePage.exe','');
QuarantineFile('C:\ProgramData\LightGate.exe','');
QuarantineFile('c:\programdata\msiql.exe','');
QuarantineFile('C:\ProgramData\service.exe','');
QuarantineFile('C:\ProgramData\Windows Update\svrupg.exe','');
QuarantineFile('C:\Users\Zavalee\AppData\Local\mpck_en_005030266\upmpck_en_005030266.exe','');
QuarantineFile('C:\Users\Zavalee\AppData\Roaming\Microsoft\Video\zikk.exe','');
QuarantineFile('C:\Users\Zavalee\AppData\Roaming\UPUpdata\cessrs.exe','');
QuarantineFile('C:\Users\Zavalee\Downloads\WinHide.SB\WinHide.SB\WinHide.SB.exe','');
DeleteFile('C:\Program Files (x86)\mpck_en_005030266\mpck_en_005030266.exe','32');
DeleteFile('C:\Program Files (x86)\Tencent\QQPCMgr\11.3.17201.218\QQPCTray.exe','32');
DeleteFile('C:\ProgramData\HomePage.exe','32');
DeleteFile('C:\ProgramData\LightGate.exe','32');
DeleteFile('C:\ProgramData\msiql.exe','32');
DeleteFile('C:\ProgramData\service.exe','32');
DeleteFile('C:\ProgramData\Windows Update\svrupg.exe','32');
DeleteFile('C:\Users\Zavalee\AppData\Local\mpck_en_005030266\upmpck_en_005030266.exe','32');
DeleteFile('C:\Users\Zavalee\AppData\Roaming\Microsoft\Video\zikk.exe','32');
DeleteFile('C:\Users\Zavalee\AppData\Roaming\UPUpdata\cessrs.exe','32');
DeleteFile('C:\Windows\system32\Tasks\Microsoft Windows Video','64');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','msiql');
RegKeyParamDel('HKEY_LOCAL_MACHINE','SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\ QQPCTray','command');
RegKeyParamDel('HKEY_LOCAL_MACHINE','SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\cessrs.exe -start','command');
RegKeyParamDel('HKEY_LOCAL_MACHINE','SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\mpck_en_005030266','command');
RegKeyParamDel('HKEY_LOCAL_MACHINE','SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\upmpck_en_005030266.exe','command');
RegKeyParamDel('HKEY_LOCAL_MACHINE','SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\WinHide.SB','command');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','HomePageHelper');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','LightGate');
RegKeyParamDel('HKEY_LOCAL_MACHINE', 'SYSTEM\CurrentControlSet\Services\Eventlog\Application\GoogleChromeUpService', 'EventMessageFile');
RegKeyParamDel('HKEY_LOCAL_MACHINE', 'SYSTEM\CurrentControlSet\Services\Eventlog\Application\GoogleChromeUpSvc', 'EventMessageFile');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
RebootWindows(true);
end.
После выполнения скрипта компьютер перезагрузится.