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('C:\Documents and Settings\Alena\Local Settings\Temp\NEventMessages.dll','');
QuarantineFile('C:\Program Files\WakeMeUp\WMUSvc.exe','');
QuarantineFile('c:\program files\plugin.exe','');
QuarantineFile('C:\WINDOWS\jjdrive32.exe',' ');
DeleteFile('c:\program files\plugin.exe');
DeleteFile('C:\WINDOWS\jjdrive32.exe');
BC_ImportALL;
ExecuteSysClean;
BC_Activate;
ExecuteRepair(19);
RebootWindows(true);
end.
begin
CreateQurantineArchive(GetAVZDirectory+'quarantine.zip');
end.
begin
ExecuteStdScr(6);
RebootWindows(true);
end.