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
QuarantineFile('C:\Windows\system32\sfrem01.exe','');
CreateQurantineArchive(GetAVZDirectory+'quarantine.zip');
end.
Здравствуйте!!!
- Выполните в АВЗ:
Файл quarantine.zip из папки AVZ загрузите через данную форму. Укажите ссылку на тему и ник на форуме.Код:begin QuarantineFile('C:\Windows\system32\sfrem01.exe',''); CreateQurantineArchive(GetAVZDirectory+'quarantine.zip'); end.
- Обновите базы АВЗ и переделайте логи.
begin
ClearQuarantine;
SearchRootkit(true, true);
SetAVZGuardStatus(true);
BC_LogFile(GetAVZDirectory + 'boot_clr.log');
BC_ImportDeletedList;
BC_DeleteFile ('C:\Windows\system32\sfrem01.exe');
BC_Activate;
ExecuteSysClean;
RebootWindows(true);
end.