begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
QuarantineFile('C:\WINDOWS\system32\h323log.txt','');
QuarantineFile('C:\WINDOWS\SET8.tmp','');
QuarantineFile('C:\WINDOWS\SET4.tmp','');
QuarantineFile('C:\WINDOWS\SET3.tmp','');
QuarantineFile('C:\WINDOWS\SET208.tmp','');
QuarantineFile('C:\WINDOWS\SET1FC.tmp','');
QuarantineFile('C:\WINDOWS\SET1F9.tmp','');
QuarantineFile('C:\Documents and Settings\Пользователь\DoctorWeb\Quarantine\A0000018.exe','');
QuarantineFile('C:\Documents and Settings\Пользователь\DoctorWeb\Quarantine\A0000020.exe','');
QuarantineFile('C:\Documents and Settings\Пользователь\DoctorWeb\Quarantine\A0000021.exe','');
QuarantineFile('C:\Documents and Settings\Пользователь\DoctorWeb\Quarantine\VideoDriver.exe','');
QuarantineFile('C:\Documents and Settings\Пользователь\DoctorWeb\Quarantine\Новая папк0.exe','');
QuarantineFile('C:\Documents and Settings\Пользователь\DoctorWeb\Quarantine\Новая папк1.exe','');
QuarantineFile('C:\Documents and Settings\Пользователь\DoctorWeb\Quarantine\Новая папка.exe','');
QuarantineFile('C:\System Volume Information\_restore{1A462B14-D59C-46BA-A97E-4B09A847861D}\RP2\A0000019.exe','');
DeleteFile('C:\WINDOWS\system32\h323log.txt');
DeleteFile('C:\WINDOWS\SET8.tmp');
DeleteFile('C:\WINDOWS\SET4.tmp');
DeleteFile('C:\WINDOWS\SET3.tmp');
DeleteFile('C:\WINDOWS\SET208.tmp');
DeleteFile('C:\WINDOWS\SET1FC.tmp');
DeleteFile('C:\WINDOWS\SET1F9.tmp');
DeleteFile('C:\Documents and Settings\Пользователь\DoctorWeb\Quarantine\A0000018.exe');
DeleteFile('C:\Documents and Settings\Пользователь\DoctorWeb\Quarantine\A0000020.exe');
DeleteFile('C:\Documents and Settings\Пользователь\DoctorWeb\Quarantine\A0000021.exe');
DeleteFile('C:\Documents and Settings\Пользователь\DoctorWeb\Quarantine\VideoDriver.exe');
DeleteFile('C:\Documents and Settings\Пользователь\DoctorWeb\Quarantine\Новая папк0.exe');
DeleteFile('C:\Documents and Settings\Пользователь\DoctorWeb\Quarantine\Новая папк1.exe');
DeleteFile('C:\Documents and Settings\Пользователь\DoctorWeb\Quarantine\Новая папка.exe');
DeleteFile('C:\System Volume Information\_restore{1A462B14-D59C-46BA-A97E-4B09A847861D}\RP2\A0000019.exe');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
RebootWindows(true);
end.