Код:
begin
QuarantineFile('C:\Program Files (x86)\SmartData\hhb91hih.exe', '');
QuarantineFile('C:\ProgramData\Framework\System.exe', '');
QuarantineFile('C:\Users\Андрей\appdata\local\phoenix browser updater\phoenix browser updater.exe', '');
QuarantineFile('C:\Users\Андрей\AppData\Roaming\curl\curl.exe', '');
QuarantineFile('C:\Users\Андрей\AppData\Roaming\curl\curl_7_54.exe', '');
QuarantineFile('C:\Users\Андрей\appdata\roaming\system\libs\svchost.exe', '');
QuarantineFile('C:\Users\Андрей\AppData\Roaming\System\svchost.exe', '');
QuarantineFileF('c:\programdata\framework', '*.exe, *.dll, *.sys, *.bat, *.vbs, *.js*, *.tmp*', true, '', 0 , 0);
QuarantineFileF('c:\users\андрей\appdata\roaming\system', '*.exe, *.dll, *.sys, *.bat, *.vbs, *.js*, *.tmp*', true, '', 0 , 0);
DeleteFile('C:\Program Files (x86)\SmartData\hhb91hih.exe', '');
DeleteFile('C:\ProgramData\Framework\System.exe', '');
DeleteFile('C:\Users\Андрей\appdata\local\phoenix browser updater\phoenix browser updater.exe', '');
DeleteFile('C:\Users\Андрей\AppData\Roaming\curl\curl.exe', '');
DeleteFile('C:\Users\Андрей\AppData\Roaming\curl\curl_7_54.exe', '');
DeleteFile('C:\Users\Андрей\AppData\Roaming\Microsoft\Windows\Start Menu\Боковая панель - Комета', '32');
DeleteFile('C:\Users\Андрей\appdata\roaming\system\libs\svchost.exe', '');
DeleteFile('C:\Users\Андрей\AppData\Roaming\System\svchost.exe', '32');
ExecuteFile('schtasks.exe', '/delete /TN "curl" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "curls" /F', 0, 15000, true);
DeleteService('MinerGate');
DeleteService('Smart Monitoring');
DeleteFileMask('c:\program files (x86)\smartdata', '*', true);
DeleteFileMask('c:\programdata\framework', '*', true);
DeleteFileMask('c:\users\андрей\appdata\local\phoenix browser updater', '*', true);
DeleteFileMask('c:\users\андрей\appdata\roaming\curl', '*', true);
DeleteFileMask('c:\users\андрей\appdata\roaming\system', '*', true);
DeleteDirectory('c:\program files (x86)\smartdata');
DeleteDirectory('c:\programdata\framework');
DeleteDirectory('c:\users\андрей\appdata\local\phoenix browser updater');
DeleteDirectory('c:\users\андрей\appdata\roaming\curl');
DeleteDirectory('c:\users\андрей\appdata\roaming\system');
CreateQurantineArchive(GetAVZDirectory + 'quarantine.zip');
ExecuteSysClean;
ExecuteWizard('SCU', 3, 3, true);
RebootWindows(true);
end.
Компьютер перезагрузится.