Смотрите видео ниже, чтобы узнать, как установить наш сайт в качестве веб-приложения на домашнем экране.
Примечание: Эта возможность может быть недоступна в некоторых браузерах.
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.