Код:
begin
TerminateProcessByName('c:\windows\fonts\.{2e095dd0-af56-47e4-a099-eac038decc24}\wsb.exe');
TerminateProcessByName('c:\windows\inf\.netframework3.5sp1\0009\v1.1.4322\asp.netwebadminfiles\app_localresources\ctfmon.exe');
TerminateProcessByName('c:\windows\syswow64\config\systemprofile\appdata\roaming\webisida\webisida.browser.exe');
QuarantineFile('C:\Program Files (x86)\MSBuild\Microsoft\Windows Workflow Foundation\v2.5\services.exe', '');
QuarantineFile('C:\Windows\Fonts\.{2E095DD0-AF56-47E4-A099-EAC038DECC24}\jws.vbs', '');
QuarantineFile('c:\windows\fonts\.{2e095dd0-af56-47e4-a099-eac038decc24}\wsb.exe', '');
QuarantineFile('C:\Windows\Fonts\taskhots.exe', '');
QuarantineFile('c:\windows\inf\.netframework3.5sp1\0009\v1.1.4322\asp.netwebadminfiles\app_localresources\ctfmon.exe', '');
QuarantineFile('C:\Windows\Inf\axperflib\0010\0011\000A\0010\mms.exe', '');
QuarantineFile('C:\Windows\Inf\axperflib\0010\0011\000E\0015\mms.exe', '');
QuarantineFile('C:\Windows\Inf\NETLIBRARIESTIP\000D\1049\5.0\1049\5.0\mms.exe', '');
QuarantineFile('C:\Windows\Inf\NETLIBRARIESTIP\000D\1049\5.0\SQL\lsm.exe', '');
QuarantineFile('C:\Windows\SysWOW64\config\systemprofile\AppData\Roaming\Webisida\gecko\MemIPC.dll', '');
QuarantineFile('c:\windows\syswow64\config\systemprofile\appdata\roaming\webisida\webisida.browser.exe', '');
DeleteFile('C:\Program Files (x86)\MSBuild\Microsoft\Windows Workflow Foundation\v2.5\services.exe', '32');
DeleteFile('C:\Windows\Fonts\.{2E095DD0-AF56-47E4-A099-EAC038DECC24}\jws.vbs', '32');
DeleteFile('c:\windows\fonts\.{2e095dd0-af56-47e4-a099-eac038decc24}\wsb.exe', '32');
DeleteFile('C:\Windows\Fonts\taskhots.exe', '32');
DeleteFile('c:\windows\inf\.netframework3.5sp1\0009\v1.1.4322\asp.netwebadminfiles\app_localresources\ctfmon.exe', '32');
DeleteFile('C:\Windows\Inf\axperflib\0010\0011\000A\0010\mms.exe', '32');
DeleteFile('C:\Windows\Inf\axperflib\0010\0011\000E\0015\mms.exe', '32');
DeleteFile('C:\Windows\Inf\NETLIBRARIESTIP\000D\1049\5.0\1049\5.0\mms.exe', '32');
DeleteFile('C:\Windows\Inf\NETLIBRARIESTIP\000D\1049\5.0\SQL\lsm.exe', '32');
DeleteFile('C:\Windows\SysWOW64\config\systemprofile\AppData\Roaming\Webisida\gecko\MemIPC.dll', '32');
DeleteFile('c:\windows\syswow64\config\systemprofile\appdata\roaming\webisida\webisida.browser.exe', '32');
ExecuteFile('schtasks.exe', '/delete /TN "Net" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "WindowsControlParental" /F', 0, 15000, true);
DeleteService('ddns');
DeleteService('spoolsrvrs');
DeleteService('wcvvses');
DeleteService('werlsfks');
DeleteService('wscsvs');
DeleteFileMask('c:\windows\inf\.netframework3.5sp1', '*', true);
DeleteFileMask('c:\windows\inf\netlibrariestip', '*', true);
DeleteFileMask('c:\windows\syswow64\config\systemprofile\appdata\roaming\webisida', '*', true);
DeleteFileMask('c:\windows\syswow64\config\systemprofile\appdata\roaming\webisida\gecko', '*', true);
DeleteDirectory('c:\windows\inf\.netframework3.5sp1');
DeleteDirectory('c:\windows\inf\netlibrariestip');
DeleteDirectory('c:\windows\syswow64\config\systemprofile\appdata\roaming\webisida');
DeleteDirectory('c:\windows\syswow64\config\systemprofile\appdata\roaming\webisida\gecko');
RegKeyParamDel('HKEY_USERS', '.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Run', 'CTFMON.EXE');
RegKeyParamDel('HKEY_USERS', 'S-1-5-18\Software\Microsoft\Windows\CurrentVersion\Run', 'CTFMON.EXE');
CreateQurantineArchive(GetAVZDirectory + 'quarantine.zip');
ExecuteSysClean;
ExecuteWizard('SCU', 2, 2, true);
end.
Перезагрузите сервер.