всё сделала как тут описано:
Вам нужна помощь? Нам нужны ваши логи! Если их не будет, мы отправим вас в эту тему.
Код: Выделить всё
begin
ExecuteFile('net.exe', 'stop tcpip /y', 0, 15000, true);
SearchRootkit(true, true);
SetAVZGuardStatus(True);TerminateProcessByName('c:\windows\jodrive32.exe');
TerminateProcessByName('c:\documents and settings\Администратор\application data\umxsys32.exe');
TerminateProcessByName('c:\documents and settings\Администратор\application data\dadvmgr32.exe');
QuarantineFile('C:\WINDOWS\system32\c9mgr.exe','');
QuarantineFile('c:\documents and settings\Администратор\application data\umxsys32.exe','');
QuarantineFile('c:\documents and settings\Администратор\application data\dadvmgr32.exe','');
QuarantineFile('c:\windows\jodrive32.exe','');
QuarantineFile('c:\windows\system32\icf.exe.exe:exe.exe','');
QuarantineFile('C:\RECYCLER\S-1-5-21-0243556031-888888379-781863308-1413\syitm.exe','');
QuarantineFile('C:\WINDOWS\system32\Restore\rstrui.exe','');
DeleteFile('c:\documents and settings\Администратор\application data\dadvmgr32.exe');
DeleteFile('c:\documents and settings\Администратор\application data\umxsys32.exe');
DeleteFile('C:\WINDOWS\system32\c9mgr.exe');
DeleteFile('c:\windows\jodrive32.exe');
DeleteFile('c:\windows\system32\icf.exe.exe:exe.exe');
DeleteFile('C:\RECYCLER\S-1-5-21-0243556031-888888379-781863308-1413\syitm.exe');
DeleteFile('C:\WINDOWS\system32\Restore\rstrui.exe');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','Tnaww');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows NT\CurrentVersion\Winlogon','Taskman');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','Microsoft Config Setup');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run','Microsoft Config Setup');
DeleteService('ICF');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
ExecuteRepair(8);
ExecuteRepair(9);
ExecuteRepair(13);
RebootWindows(true);
end.Код: Выделить всё
begin
CreateQurantineArchive(GetAVZDirectory+'quarantine.zip');
end.