Выполните скрипт в avz
Код:
begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
QuarantineFile('D:\setup.exe','');
QuarantineFile('C:\WINDOWS.0\system32\vyre32.exe','');
QuarantineFile('C:\WINDOWS.0\system32\syscache.exe','');
QuarantineFile('C:\WINDOWS.0\system32\syre32.exe','');
QuarantineFile('C:\WINDOWS.0\system32\umdmgr.exe','');
DeleteFile('C:\WINDOWS.0\system32\umdmgr.exe');
DeleteFile('C:\Documents and Settings\Лена\Local Settings\Temp\894.exe');
DeleteFile('C:\Documents and Settings\Лена\Local Settings\Temp\808.exe');
DeleteFile('C:\Documents and Settings\Лена\Local Settings\Temp\598.exe');
DeleteFile('C:\Documents and Settings\Лена\Local Settings\Temp\236.exe');
DeleteFile('C:\Documents and Settings\Лена\Local Settings\Temp\068.exe');
DeleteFile('C:\WINDOWS.0\system32\syre32.exe');
DeleteFile('C:\WINDOWS.0\system32\syscache.exe');
DeleteFile('C:\WINDOWS.0\system32\vyre32.exe');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
RebootWindows(true);
end.
ПК перезагрузится.