julia.kz_7
Новый пользователь
- Сообщения
- 11
- Реакции
- 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
SearchRootkit(true, true);
SetAVZGuardStatus(true);
QuarantineFile('C:\WINDOWS\cleaning.cmd','');
QuarantineFile('C:\WINDOWS\system32\DRIVERS\ENTECH.sys','');
DeleteFile('C:\Program Files\AskBarDis\bar\bin\askBar.dll');
DelBHO('{3041d03e-fd4b-44e0-b742-2d9b88305f98}');
DelBHO('{201f27d4-3704-41d6-89c1-aa35e39143ed}');
BC_ImportALL;
ExecuteSysClean;
RebootWindows(true);
end.
begin
CreateQurantineArchive(GetAVZDirectory+'quarantine.zip');
end.