begin
ExecuteFile('net.exe', 'stop tcpip /y', 0, 15000, true);
if not IsWOW64
then
begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
end;
SetServiceStart('wta38080', 4);
SetServiceStart('fussvc', 4);
SetServiceStart('wta5743', 4);
SetServiceStart('wta24354', 4);
SetServiceStart('wta20220', 4);
QuarantineFile('C:\Users\Номе\AppData\Roaming\HwmonitorApp\HwmonitorApp.exe','');
QuarantineFile('wta38080.sys','');
QuarantineFile('C:\ProgramData\wta20220.exe','');
QuarantineFile('c:\programdata\wta8786.exe','');
QuarantineFile('C:\ProgramData\wta8786.exe','');
DeleteFile('C:\ProgramData\wta8786.exe','32');
DeleteFile('c:\programdata\wta8786.exe','32');
DeleteFile('C:\ProgramData\wta20220.exe','32');
DeleteFile('wta38080.sys','32');
DeleteFile('C:\Users\Номе\AppData\Roaming\HwmonitorApp\HwmonitorApp.exe','32');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','HwmonitorApp');
RegKeyParamDel('HKEY_USERS','S-1-5-21-1426912448-3791724741-766013378-1000-{ED1FC765-E35E-4C3D-BF15-2C2B11260CE4}-08092017114414174\Software\Microsoft\Windows\CurrentVersion\Run','HwmonitorApp');
DeleteService('wta38080');
DeleteService('fussvc');
DeleteService('wta5743');
DeleteService('wta24354');
DeleteService('wta20220');
BC_Activate;
ExecuteSysClean;
ExecuteWizard('SCU', 2, 3, true);
BC_ImportALL;
RebootWindows(true);
end.