need help to clean up pc
Printable View
need help to clean up pc
Hello and sorry for delay.
Execute the script: [code]begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
QuarantineFile('asc3550p.sys','');
QuarantineFile('C:\WINDOWS\system32\DRIVERS\asc3550p.sys','');
SetServiceStart('asc3550p', 4);
DeleteFile('C:\WINDOWS\system32\DRIVERS\asc3550p.sys');
BC_DeleteFile('C:\WINDOWS\system32\DRIVERS\asc3550p.sys');
DeleteFile('asc3550p.sys');
BC_DeleteFile('asc3550p.sys');
DeleteService('asc3550p');
BC_DeleteSvc('asc3550p');
BC_Importall;
BC_Activate;
ExecuteSysClean;
RebootWindows(true);
end.[/code] There may be a problem with your internet connection after restart. If you will not be able to connect to Internet, execute the script: [code]begin
autofixSPI;
RebootWindows(true);
end.[/code] If your connection is ok, just make new logs. You'd better make all the 3 logs as it's described in [url=http://virusinfo.info/showthread.php?t=9184]the rules of "Help me!" section[/url].