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
ShowMessage('Внимание! Перед выполнением скрипта AVZ автоматически закроет все сетевые подключения.' + #13#10 + 'После перезагрузки компьютера подключения к сети будут восстановлены в автоматическом режиме.');
ExecuteFile('net.exe', 'stop tcpip /y', 0, 15000, true);
SearchRootkit(true, true);
SetAVZGuardStatus(True);
QuarantineFile('C:\WINDOWS\system32\spssehc.dll','');
QuarantineFile('C:\WINDOWS\system32\702.tmp','');
QuarantineFile('C:\WINDOWS\system32\1BC.tmp','');
DeleteFile('C:\WINDOWS\system32\1BC.tmp');
DeleteFile('C:\WINDOWS\system32\702.tmp');
DeleteFile('C:\WINDOWS\system32\spssehc.dll');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
RebootWindows(true);
end.
begin
CreateQurantineArchive('c:\quarantine.zip');
end.