Switch off/Disable:
- Antivirus and and, if you have - Firewall.
- System Restore
- Execute following script in Manual disinfection
Код:
begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
ClearQuarantine;
QuarantineFile('c:\Programme\Internet Explorer\bho.dll','');
QuarantineFile('C:\WINDOWS\system32\winxp.exe','');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','regdiit');
DeleteFile('C:\WINDOWS\system32\winxp.exe');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
SetAVZPMStatus(True);
RebootWindows(true);
end.
After reboot execute following script in Manual disinfection
Код:
begin
CreateQurantineArchive('C:\quarantine.zip');
end.
and upload the C:\quarantine.zip over the link Upload quarantined files on the top of this page.
- Install Service Pack 3 for Windows XP
- Install all subsequent updates
- Install Internet Explorer 8
- Repeat a log file of AVPTool.
- Attach a log to your new post..