Код:
begin
TerminateProcessByName('c:\program files\common files\microsoft shared\system\gecko\securesurf.browser.client.exe');
TerminateProcessByName('c:\documents and settings\all users\microsoft\drm\wa\services.exe');
TerminateProcessByName('c:\programdata\microsoft\drm\smss.exe');
TerminateProcessByName('c:\documents and settings\all users\microsoft\drm\wa\wahiver.exe');
TerminateProcessByName('c:\documents and settings\all users\microsoft\drm\wa\wasp.exe');
TerminateProcessByName('c:\documents and settings\all users\microsoft\drm\wa\waspwing.exe');
TerminateProcessByName('c:\program files\common files\microsoft shared\system\webisida.browser.exe');
StopService('WindowsDefender');
QuarantineFile('c:\program files\common files\microsoft shared\system\gecko\securesurf.browser.client.exe', '');
QuarantineFile('c:\documents and settings\all users\microsoft\drm\wa\services.exe', '');
QuarantineFile('c:\programdata\microsoft\drm\smss.exe', '');
QuarantineFile('c:\documents and settings\all users\microsoft\drm\wa\wahiver.exe', '');
QuarantineFile('c:\documents and settings\all users\microsoft\drm\wa\wasp.exe', '');
QuarantineFile('c:\documents and settings\all users\microsoft\drm\wa\waspwing.exe', '');
QuarantineFile('c:\program files\common files\microsoft shared\system\webisida.browser.exe', '');
QuarantineFile('C:\Program Files\Common Files\Microsoft Shared\System\settings.exe', '');
DeleteFile('c:\program files\common files\microsoft shared\system\gecko\securesurf.browser.client.exe', '32');
DeleteFile('c:\documents and settings\all users\microsoft\drm\wa\services.exe', '32');
DeleteFile('c:\programdata\microsoft\drm\smss.exe', '32');
DeleteFile('c:\documents and settings\all users\microsoft\drm\wa\wahiver.exe', '32');
DeleteFile('c:\documents and settings\all users\microsoft\drm\wa\wasp.exe', '32');
DeleteFile('c:\documents and settings\all users\microsoft\drm\wa\waspwing.exe', '32');
DeleteFile('c:\program files\common files\microsoft shared\system\webisida.browser.exe', '32');
DeleteFile('C:\Program Files\Common Files\Microsoft Shared\System\gecko\SecureSurf.dll', '32');
DeleteFile('C:\Program Files\Common Files\Microsoft Shared\System\gecko\XulFx.dll', '32');
DeleteFile('C:\Program Files\Common Files\Microsoft Shared\System\gecko\XulFx.Windows.Forms.dll', '32');
DeleteFile('C:\Program Files\Common Files\Microsoft Shared\System\gecko\Capinet.dll', '32');
DeleteFile('C:\Program Files\Common Files\Microsoft Shared\System\gecko\xul.dll', '32');
DeleteFile('C:\Program Files\Common Files\Microsoft Shared\System\gecko\nss3.dll', '32');
DeleteFile('C:\Program Files\Common Files\Microsoft Shared\System\gecko\mozglue.dll', '32');
DeleteFile('C:\Program Files\Common Files\Microsoft Shared\System\gecko\icuin52.dll', '32');
DeleteFile('C:\Program Files\Common Files\Microsoft Shared\System\gecko\icuuc52.dll', '32');
DeleteFile('C:\Program Files\Common Files\Microsoft Shared\System\gecko\icudt52.dll', '32');
DeleteFile('C:\Program Files\Common Files\Microsoft Shared\System\gecko\sandboxbroker.dll', '32');
DeleteFile('C:\Program Files\Common Files\Microsoft Shared\System\gecko\mozalloc.dll', '32');
DeleteFile('C:\Program Files\Common Files\Microsoft Shared\System\gecko\MemIPC.dll', '32');
DeleteFile('C:\Program Files\Common Files\Microsoft Shared\System\gecko\protobuf-net.dll', '32');
DeleteFile('C:\Program Files\Common Files\Microsoft Shared\System\gecko\softokn3.dll', '32');
DeleteFile('C:\Program Files\Common Files\Microsoft Shared\System\gecko\nssdbm3.dll', '32');
DeleteFile('C:\Program Files\Common Files\Microsoft Shared\System\gecko\freebl3.dll', '32');
DeleteFile('C:\Program Files\Common Files\Microsoft Shared\System\gecko\nssckbi.dll', '32');
DeleteFile('C:\Program Files\Common Files\Microsoft Shared\System\gecko\System.Data.SQLite.dll', '32');
DeleteFile('C:\Program Files\Common Files\Microsoft Shared\System\settings.exe', '32');
DeleteService('WindowsDefender');
DeleteFileMask('c:\program files\common files\microsoft shared\system\gecko', '*', true);
DeleteFileMask('c:\documents and settings\all users\microsoft\drm\wa', '*', true);
DeleteFileMask('c:\program files\common files\microsoft shared\system', '*', true);
DeleteDirectory('c:\program files\common files\microsoft shared\system\gecko');
DeleteDirectory('c:\documents and settings\all users\microsoft\drm\wa');
DeleteDirectory('c:\program files\common files\microsoft shared\system');
ExecuteFile('schtasks.exe', '/delete /TN "Adobe Reader" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "GoogleUpdateTaskMashine" /F', 0, 15000, true);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1201', 3);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1001', 1);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1004', 3);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '2201', 3);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1804', 1);
CreateQurantineArchive(GetAVZDirectory + 'quarantine.zip');
ExecuteSysClean;
ExecuteWizard('SCU', 2, 2, true);
end.
Перезагрузите сервер.