Код:
begin
StopService('FEE0E88');
StopService('DF9A5C3');
StopService('DD68EBA');
StopService('D872A63');
StopService('D672733');
StopService('D5CE1F4');
StopService('CFEE8AB');
StopService('BC8D2BB');
StopService('BB9A907');
StopService('B8BC77B');
StopService('B146F1F');
StopService('A0A95B8');
StopService('9F7DBC7');
StopService('4F957D5DCED06EF6');
StopService('4F957D5C8E560976');
StopService('4F88F9361E5ACA76');
StopService('4F88BE5A0E31EC76');
StopService('2AC5A1F4');
StopService('2A29A7B9');
StopService('22E94404');
StopService('208B2B3A');
StopService('20269380');
StopService('1EB0E9E2');
StopService('1D9911C5');
StopService('17D42626');
StopService('15AEAB69');
StopService('14D1B18C');
StopService('146E6917');
StopService('141EE9D8');
StopService('11E1FF65');
QuarantineFile('c:\Temp\FEE0E88.sys', '');
QuarantineFile('c:\Temp\DF9A5C3.sys', '');
QuarantineFile('c:\Temp\DD68EBA.sys', '');
QuarantineFile('c:\Temp\D872A63.sys', '');
QuarantineFile('c:\Temp\D672733.sys', '');
QuarantineFile('c:\Temp\D5CE1F4.sys', '');
QuarantineFile('c:\Temp\CFEE8AB.sys', '');
QuarantineFile('c:\Temp\BC8D2BB.sys', '');
QuarantineFile('c:\Temp\BB9A907.sys', '');
QuarantineFile('c:\Temp\B8BC77B.sys', '');
QuarantineFile('c:\Temp\B146F1F.sys', '');
QuarantineFile('c:\Temp\A0A95B8.sys', '');
QuarantineFile('c:\Temp\9F7DBC7.sys', '');
QuarantineFile('c:\Temp\835AC42.sys', '');
QuarantineFile('c:\Temp\814B57D.sys', '');
QuarantineFile('c:\Temp\2B59462D.sys', '');
QuarantineFile('c:\Temp\2F1E2AC1.sys', '');
QuarantineFile('c:\Temp\2AC5A1F4.sys', '');
QuarantineFile('c:\Temp\2A29A7B9.sys', '');
QuarantineFile('c:\Temp\22E94404.sys', '');
QuarantineFile('c:\Temp\208B2B3A.sys', '');
QuarantineFile('c:\Temp\20269380.sys', '');
QuarantineFile('c:\Temp\1EB0E9E2.sys', '');
QuarantineFile('c:\Temp\1D9911C5.sys', '');
QuarantineFile('c:\Temp\17D42626.sys', '');
QuarantineFile('c:\Temp\15AEAB69.sys', '');
QuarantineFile('c:\Temp\14D1B18C.sys', '');
QuarantineFile('c:\Temp\146E6917.sys', '');
QuarantineFile('c:\Temp\141EE9D8.sys', '');
QuarantineFile('c:\Temp\11E1FF65.sys', '');
DeleteFile('c:\Temp\11E1FF65.sys', '32');
DeleteFile('c:\Temp\141EE9D8.sys', '32');
DeleteFile('c:\Temp\146E6917.sys', '32');
DeleteFile('c:\Temp\14D1B18C.sys', '32');
DeleteFile('c:\Temp\15AEAB69.sys', '32');
DeleteFile('c:\Temp\17D42626.sys', '32');
DeleteFile('c:\Temp\1D9911C5.sys', '32');
DeleteFile('c:\Temp\1EB0E9E2.sys', '32');
DeleteFile('c:\Temp\20269380.sys', '32');
DeleteFile('c:\Temp\208B2B3A.sys', '32');
DeleteFile('c:\Temp\22E94404.sys', '32');
DeleteFile('c:\Temp\2A29A7B9.sys', '32');
DeleteFile('c:\Temp\2AC5A1F4.sys', '32');
DeleteFile('c:\Temp\2F1E2AC1.sys', '32');
DeleteFile('c:\Temp\2B59462D.sys', '32');
DeleteFile('c:\Temp\814B57D.sys', '32');
DeleteFile('c:\Temp\835AC42.sys', '32');
DeleteFile('c:\Temp\9F7DBC7.sys', '32');
DeleteFile('c:\Temp\A0A95B8.sys', '32');
DeleteFile('c:\Temp\B146F1F.sys', '32');
DeleteFile('c:\Temp\B8BC77B.sys', '32');
DeleteFile('c:\Temp\BB9A907.sys', '32');
DeleteFile('c:\Temp\BC8D2BB.sys', '32');
DeleteFile('c:\Temp\CFEE8AB.sys', '32');
DeleteFile('c:\Temp\D5CE1F4.sys', '32');
DeleteFile('c:\Temp\D672733.sys', '32');
DeleteFile('c:\Temp\D872A63.sys', '32');
DeleteFile('c:\Temp\DD68EBA.sys', '32');
DeleteFile('c:\Temp\DF9A5C3.sys', '32');
DeleteFile('c:\Temp\FEE0E88.sys', '32');
DeleteService('FEE0E88');
DeleteService('DF9A5C3');
DeleteService('DD68EBA');
DeleteService('D872A63');
DeleteService('D672733');
DeleteService('D5CE1F4');
DeleteService('CFEE8AB');
DeleteService('BC8D2BB');
DeleteService('BB9A907');
DeleteService('B8BC77B');
DeleteService('B146F1F');
DeleteService('A0A95B8');
DeleteService('9F7DBC7');
DeleteService('4F957D5DCED06EF6');
DeleteService('4F957D5C8E560976');
DeleteService('4F88F9361E5ACA76');
DeleteService('4F88BE5A0E31EC76');
DeleteService('2AC5A1F4');
DeleteService('2A29A7B9');
DeleteService('22E94404');
DeleteService('208B2B3A');
DeleteService('20269380');
DeleteService('1EB0E9E2');
DeleteService('1D9911C5');
DeleteService('17D42626');
DeleteService('15AEAB69');
DeleteService('14D1B18C');
DeleteService('146E6917');
DeleteService('141EE9D8');
DeleteService('11E1FF65');
ExecuteSysClean;
ExecuteWizard('SCU', 2, 2, true);
CreateQurantineArchive(GetAVZDirectory + 'quarantine.zip');
RebootWindows(true);
end.
Компьютер будет перезагружен.