a got a viris that dont go with all the scan that a have done
thanks you very much in advance
Printable View
a got a viris that dont go with all the scan that a have done
thanks you very much in advance
Close all programs.
Run AVZ.
Choose from the menu "File" => "Custom scripts", copy/paste code below and run it:
[code]
begin
SetAVZGuardStatus(True);
RegKeyIntParamWrite('HKLM','SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer','NoDriveTypeAutoRun', 221);
QuarantineFile('C:\WINDOWS\system32\olhrwef.exe','');
QuarantineFile('C:\fsaht.cmd','');
QuarantineFile('C:\autorun.inf','');
QuarantineFile('C:\WINDOWS\system32\nmdfgds1.dll','');
DeleteFile('C:\autorun.inf');
DeleteFile('C:\fsaht.cmd');
DeleteFile('D:\autorun.inf');
DeleteFile('D:\fsaht.cmd');
DeleteFile('F:\autorun.inf');
DeleteFile('F:\fsaht.cmd');
DeleteFile('C:\WINDOWS\system32\nmdfgds1.dll');
DeleteFile('C:\WINDOWS\system32\olhrwef.exe');
BC_ImportDeletedList;
ExecuteSysClean;
BC_Activate;
RebootWindows(true);
end.
[/code]
The computer will reboot.
Upload quarantine (see Appendix 3 in [url=http://virusinfo.info/showthread.php?t=9184] the rules[/url]), by the link [color=red][b][u]Upload quarantined files[/u][/b][/color] in top of this thread.
Create new logs and attach to the thread.