- Вложения
- Вложения
- Вложения
- Вложения
[Расширение jpg было запрещено, вложение больше недоступно.]
Код: Выделить всё
REG ADD HKLM\Software\Microsoft\Windows\CurrentVersion\policies\Explorer /v NoDriveTypeAutoRun /t REG_DWORD /d 221Код: Выделить всё
begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
QuarantineFile('c:\docume~1\admin\locals~1\temp\a64yd1oa.sys','');
DeleteFile('c:\docume~1\admin\locals~1\temp\a64yd1oa.sys');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
RebootWindows(true);
end.Код: Выделить всё
begin
CreateQurantineArchive(GetAVZDirectory+'quarantine.zip');
end.