begin
ExecuteFile('net.exe', 'stop tcpip /y', 0, 90000, false);
SearchRootkit(true, true);
SetAVZGuardStatus(True);
QuarantineFile('C:\Users\D14E~1\AppData\Local\Temp\725Q0qNs.sys','');
QuarantineFile('C:\Windows\Installer\978f8.msi','');
DeleteFile('C:\Users\D14E~1\AppData\Local\Temp\725Q0qNs.sys');
BC_ImportAll;
ExecuteSysClean;
BC_DeleteSvc('725Q0qNs');
BC_Activate;
RebootWindows(true);
end.