Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature currently requires accessing the site using the built-in Safari browser.
begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
QuarantineFile('bbfdhw.sys','');
QuarantineFile('c:\docume~1\jaffy\locals~1\temp\xq10uxur.sys','');
DeleteFile('bbfdhw.sys');
DeleteFile('c:\docume~1\jaffy\locals~1\temp\xq10uxur.sys');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
RebootWindows(true);
end.
begin
CreateQurantineArchive(GetAVZDirectory+'quarantine.zip');
end.