begin
ClearQuarantine;
SearchRootkit(true, true);
SetAVZGuardStatus(true);
QuarantineFile('C:\WINDOWS\del.bat','');
QuarantineFile('C:\WINDOWS\notepad.exe','');
QuarantineFile('C:\WINDOWS\system32\drivers\wdreg.exe','');
BC_ImportQuarantineList;
BC_Activate;
RebootWindows(true);
end.