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+'После перезагрузки компьютера подключения к сети будут восстановлены в автоматическом режиме.');
SearchRootkit(true, true);
SetAVZGuardStatus(true);
ClearQuarantine;
TerminateProcessByName('c:\documents and settings\alexandr\application data\lsass.exe');
QuarantineFile('c:\documents and settings\alexandr\application data\lsass.exe','');
QuarantineFile('C:\WINDOWS\system32\tmp1511.tmp','');
QuarantineFile('C:\WINDOWS\system32\tmp1510.tmp','');
QuarantineFile('m ‘|\ь','');
DeleteFile('m ‘|\ь');
DeleteFile('C:\WINDOWS\system32\tmp1511.tmp');
DeleteFile('C:\WINDOWS\system32\tmp1510.tmp');
DeleteFile('C:\Documents and Settings\Alexandr\Application Data\timing.txt');
DeleteFile('c:\documents and settings\alexandr\application data\lsass.exe');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','GEST');
DeleteFileMask('C:\WINDOWS\TEMP\', '*.*', true);
DeleteFileMask(GetEnvironmentVariable ('Temp'), '*.*', true);
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
ExecuteRepair(13);
RebootWindows(true);
end.
begin
CreateQurantineArchive(GetAVZDirectory+'quarantine.zip');
end.
set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "taskkill /f /im Explorer.exe", 0
WScript.Sleep 500
WshShell.Run "C:\avz4\avz.exe AM=Y script=C:\script.txt"