begin
ExecuteFile('net.exe', 'stop tcpip /y', 0, 15000, true);
if not IsWOW64
then
begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
end;
QuarantineFile('C:\Users\Серго\AppData\Local\Pupdbrowser\Pupdbrowser.exe','');
QuarantineFile('c:\windows\update.exe>','');
QuarantineFile('c:\windows\debug\item.dat','');
QuarantineFile('c:\windows\debug\item.dat>','');
QuarantineFile('c:\windows\help\lsmosee.exe>','');
QuarantineFile('c:\windows\debug\ok.dat','');
QuarantineFile('C:\Users\Серго\AppData\Roaming\nssm.exe','');
DeleteFile('C:\Users\Серго\AppData\Roaming\nssm.exe','32');
DeleteFile('c:\windows\debug\ok.dat','32');
DeleteFile('c:\windows\help\lsmosee.exe>','32');
DeleteFile('c:\windows\debug\item.dat>','32');
DeleteFile('c:\windows\debug\item.dat','32');
DeleteFile('c:\windows\update.exe>','32');
DeleteFile('C:\Users\Серго\AppData\Local\Pupdbrowser\Pupdbrowser.exe','32');
DeleteSchedulerTask('Pupdbrowser');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','start','x32');
RegKeyDel('HKEY_LOCAL_MACHINE','SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\start','x32');
DeleteSchedulerTask('Mysa');
DeleteSchedulerTask('Mysa1');
DeleteSchedulerTask('Mysa2');
DeleteSchedulerTask('Mysa3');
DeleteSchedulerTask('ok');
BC_Activate;
ExecuteSysClean;
ExecuteWizard('SCU', 2, 3, true);
BC_ImportALL;
RebootWindows(true);
end.