Код:
begin
ExecuteFile('net.exe', 'stop tcpip /y', 0, 15000, true);
TerminateProcessByName('c:\windows\inf\netlibrariestip\000d\1049\5.0\sql\lsm.exe');
TerminateProcessByName('c:\windows\inf\netlibrariestip\000d\1049\5.0\1049\5.0\mms.exe');
TerminateProcessByName('c:\program files\common files\microsoft shared\system\gecko\securesurf.browser.client.exe');
TerminateProcessByName('c:\windows\inf\netlibrariestip\000d\1049\5.0\1049\5.0\spoolsv.exe');
TerminateProcessByName('c:\windows\inf\netlibrariestip\000d\1049\5.0\sql\ssms.exe');
TerminateProcessByName('c:\program files\common files\microsoft shared\system\webisida.browser.exe');
StopService('spoolsrvrs');
StopService('werlsfks');
QuarantineFile('c:\windows\inf\netlibrariestip\000d\1049\5.0\sql\lsm.exe', '');
QuarantineFile('c:\windows\inf\netlibrariestip\000d\1049\5.0\1049\5.0\mms.exe', '');
QuarantineFile('c:\program files\common files\microsoft shared\system\gecko\securesurf.browser.client.exe', '');
QuarantineFile('c:\windows\inf\netlibrariestip\000d\1049\5.0\1049\5.0\spoolsv.exe', '');
QuarantineFile('c:\windows\inf\netlibrariestip\000d\1049\5.0\sql\ssms.exe', '');
QuarantineFile('c:\program files\common files\microsoft shared\system\webisida.browser.exe', '');
QuarantineFile('C:\Program Files\Common Files\Microsoft Shared\System\settings.exe', '');
QuarantineFile('C:\Program Files\Common Files\Microsoft Shared\Systema\svchost.exe', '');
DeleteFile('c:\temp\~nsu.tmp\au_.exe', '32');
DeleteFile('c:\windows\inf\netlibrariestip\000d\1049\5.0\sql\lsm.exe', '32');
DeleteFile('c:\windows\inf\netlibrariestip\000d\1049\5.0\1049\5.0\mms.exe', '32');
DeleteFile('c:\program files\common files\microsoft shared\system\gecko\securesurf.browser.client.exe', '32');
DeleteFile('c:\windows\inf\netlibrariestip\000d\1049\5.0\1049\5.0\spoolsv.exe', '32');
DeleteFile('c:\windows\inf\netlibrariestip\000d\1049\5.0\sql\ssms.exe', '32');
DeleteFile('c:\program files\common files\microsoft shared\system\webisida.browser.exe', '32');
DeleteFile('c:\Temp\nsg3AC0.tmp\nsProcess.dll', '32');
DeleteFile('C:\Users\NS\AppData\Roaming\Mozilla\Firefox\Profiles\zjicsc9z.default\extensions\[email protected]\data\nplastpass.dll', '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');
DeleteFile('C:\Program Files\Common Files\Microsoft Shared\Systema\svchost.exe', '32');
DeleteService('spoolsrvrs');
DeleteService('werlsfks');
DeleteFileMask('c:\windows\inf\netlibrariestip', '*', true);
DeleteFileMask('c:\program files\common files\microsoft shared\system\gecko', '*', true);
DeleteFileMask('c:\program files\common files\microsoft shared\system', '*', true);
DeleteFileMask('c:\users\ns\appdata\roaming\mozilla\firefox', '*', false);
DeleteFileMask('c:\program files\common files\microsoft shared\systema', '*', true);
DeleteDirectory('c:\windows\inf\netlibrariestip');
DeleteDirectory('c:\program files\common files\microsoft shared\system\gecko');
DeleteDirectory('c:\program files\common files\microsoft shared\system');
DeleteDirectory('c:\users\ns\appdata\roaming\mozilla\firefox');
DeleteDirectory('c:\program files\common files\microsoft shared\systema');
ExecuteFile('schtasks.exe', '/delete /TN "Adobe Reader" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "GoogleUpdateTask" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "GoogleUpdateTaskMashine" /F', 0, 15000, true);
CreateQurantineArchive(GetAVZDirectory + 'quarantine.zip');
ExecuteSysClean;
RebootWindows(true);
end.
Компьютер перезагрузится.