PriestVoodoo
Новый пользователь
- Сообщения
- 5
- Реакции
- 0
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
QuarantineFileF('C:\Users\shevc\AppData\Roaming\ASPackage', '*.exe, *.dll, *.sys, *.bat, *.vbs, *.js', true, '', 0, 0);
QuarantineFileF('C:\ProgramData\yJaPMfzZoi', '*', true, '', 0, 0);
QuarantineFileF('C:\ProgramData\FhulTgym', '*', true, '', 0, 0);
DeleteFileMask('C:\Users\shevc\AppData\Roaming\ASPackage', '*', true);
DeleteFileMask('C:\ProgramData\FhulTgym', '*', true);
DeleteFileMask('C:\ProgramData\yJaPMfzZoi', '*', true);
DeleteDirectory('C:\Users\shevc\AppData\Roaming\ASPackage');
DeleteDirectory('C:\ProgramData\FhulTgym');
DeleteDirectory('C:\ProgramData\yJaPMfzZoi');
ExecuteSysClean;
ExecuteRepair(3);
ExecuteRepair(23);
ExecuteWizard('SCU', 2, 2, true);
RebootWindows(false);
end.
begin
CreateQurantineArchive(GetAVZDirectory+'quarantine.zip');
end.
отчёт об удаление где? Надо убедиться, что всё удалилось.
- C:\AdwCleaner\AdwCleaner[C1].txt.
- Прикрепите отчет к своему следующему сообщению
не всёпоздно. уже все удалил.
не удалено, советую это также удалить. Так как Аcestream это один из источников рекламы.[x] Папка Не Удалено : C:\_acestream_cache_
[x] Папка Не Удалено : C:\Users\shevc\AppData\Local\ukrskidki
[x] Папка Не Удалено : C:\Users\shevc\AppData\LocalLow\.acestream
[x] Папка Не Удалено : C:\Users\shevc\AppData\Roaming\acestream
[x] Папка Не Удалено : C:\Users\shevc\AppData\Roaming\.acestream
не всёпоздно. уже все удалил.
не удалено, советую это также удалить. Так как Аcestream это один из источников рекламы.[x] Папка Не Удалено : C:\_acestream_cache_
[x] Папка Не Удалено : C:\Users\shevc\AppData\Local\ukrskidki
[x] Папка Не Удалено : C:\Users\shevc\AppData\LocalLow\.acestream
[x] Папка Не Удалено : C:\Users\shevc\AppData\Roaming\acestream
[x] Папка Не Удалено : C:\Users\shevc\AppData\Roaming\.acestream
почитайте, самое интересное здесь Ложные срабатывания + "Доверенные" - Kaspersky Lab ForumХотя acestream давно пользуюсь и ничего не было
var
LogPath : string;
ScriptPath : string;
begin
LogPath := GetAVZDirectory + 'log\avz_log.txt';
if FileExists(LogPath) Then DeleteFile(LogPath);
ScriptPath := GetAVZDirectory +'ScanVuln.txt';
if DownloadFile('http://dataforce.ru/~kad/ScanVuln.txt', ScriptPath, 1) then ExecuteScript(ScriptPath) else begin
if DownloadFile('http://dataforce.ru/~kad/ScanVuln.txt', ScriptPath, 0) then ExecuteScript(ScriptPath) else begin
ShowMessage('Невозможно загрузить скрипт AVZ для обнаружения наиболее часто используемых уязвимостей!');
exit;
end;
end;
if FileExists(LogPath) Then ExecuteFile('notepad.exe', LogPath, 1, 0, false)
end.