profhlp.exe
begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
QuarantineFile(‘C:\WINDOWS\system32\Restore\profhlp.exe’,”);
QuarantineFile(‘PCANotify.dll’,”);
QuarantineFile(‘C:\WINDOWS\system32\msindeo.dll’,”);
BC_DeleteSvc(‘AdvPowerMgmt’);
QuarantineFile(‘C:\WINDOWS\system32\powermgmt.sys’,”);
QuarantineFile(‘C:\WINDOWS\system32\DRIVERS\tcpip.sys’,”);
QuarantineFile(‘C:\WINDOWS\system32\1049b.exe’,”);
QuarantineFile(‘C:\DOCUME~1\Edward\LOCALS~1\Temp\KXGWQ.exe’,”);
DeleteFile(‘C:\WINDOWS\system32\powermgmt.sys’);
DeleteFile(‘C:\WINDOWS\system32\msindeo.dll’);
BC_ImportDeletedList;
ExecuteSysClean;
BC_Activate;
RebootWindows(true);
end.