Код:
begin
TerminateProcessByName('c:\windows\microsoft\svchost.exe');
StopService('SvcHost Service Host');
DeleteService('SvcHost Service Host');
QuarantineFile('C:\Users\Alekcandr\AppData\Local\rightchose\regCheck.vbs','');
QuarantineFileF('C:\Users\Alekcandr\AppData\Local\rightchose', '*', false, '', 0, 0);
QuarantineFile('C:\Users\Alekcandr\AppData\Local\DateOption\regCheck.vbs','');
QuarantineFileF('C:\Users\Alekcandr\AppData\Local\DateOption', '*', false, '', 0, 0);
QuarantineFile('C:\Users\ALEKCA~1\AppData\Roaming\aswast\ml.py','');
QuarantineFileF('C:\Users\ALEKCA~1\AppData\Roaming\aswast', '*', false, '', 0, 0);
QuarantineFile('c:\windows\microsoft\svchost.exe','');
QuarantineFileF('c:\windows\microsoft', '*', false, '', 0, 0);
DeleteFile('c:\windows\microsoft\svchost.exe','32');
DeleteFileMask('c:\windows\microsoft','*',true);
DeleteDirectory('c:\windows\microsoft');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','aswast');
DeleteFile('C:\Users\ALEKCA~1\AppData\Roaming\aswast\ml.py','32');
DeleteFileMask('C:\Users\ALEKCA~1\AppData\Roaming\aswast','*',true);
DeleteDirectory('C:\Users\ALEKCA~1\AppData\Roaming\aswast');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','nqgubsfhir');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','DateOption');
DeleteFile('C:\Users\Alekcandr\AppData\Local\DateOption\regCheck.vbs','32');
DeleteFileMask('C:\Users\Alekcandr\AppData\Local\DateOption','*',true);
DeleteDirectory('C:\Users\Alekcandr\AppData\Local\DateOption');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','DateOption5');
DeleteFile('C:\Users\Alekcandr\AppData\Local\rightchose\regCheck.vbs','32');
DeleteFileMask('C:\Users\Alekcandr\AppData\Local\rightchose','*',true);
DeleteDirectory('C:\Users\Alekcandr\AppData\Local\rightchose');
DeleteFile('C:\Windows\system32\Tasks\aswast','64');
DeleteFile('C:\Windows\system32\Tasks\aswast2','64');
DeleteFile('C:\Windows\system32\Tasks\Microsoft\Windows\Setup\GWXTriggers\refreshgwxconfig-B','64');
DeleteFile('C:\Windows\system32\Tasks\Phoenix Browser Updater','64');
DeleteFile('C:\Windows\system32\Tasks\Translator Standart Helper','64');
DelBHO('{D5FEC983-01DB-414a-9456-AF95AC9ED7B5}');
ExecuteSysClean;
ExecuteWizard('TSW',2,3,true);
ExecuteWizard('SCU',2,2,true);
RebootWindows(true);
end.
Компьютер перезагрузится.