Код:
begin
TerminateProcessByName('C:\ProgramData\GameConfig\Gameconfig.exe');
TerminateProcessByName('C:\Users\ПК\AppData\Roaming\Temp\updateHost\updatehost.exe');
StopService('Gameconfig');
QuarantineFile('C:\ProgramData\GameConfig\Gameconfig.exe', '');
QuarantineFile('C:\Users\ПК\AppData\Roaming\Temp\updateHost\updatehost.exe', '');
QuarantineFile('C:\Program Files (x86)\Uniblue\SpeedUpMyPC\speedupmypc.exe', '');
DeleteFile('C:\Windows\Tasks\SpeedUpMyPC Maintenance.job', '64');
DeleteFile('C:\Windows\Tasks\SpeedUpMyPC Startup.job', '64');
DeleteFile('C:\ProgramData\GameConfig\Gameconfig.exe', '32');
DeleteFile('C:\Users\ПК\AppData\Roaming\Temp\updateHost\updatehost.exe', '32');
DeleteFile('C:\Program Files (x86)\Uniblue\SpeedUpMyPC\speedupmypc.exe', '32');
DeleteFile('C:\Users\ПК\Favorites\OVGORSKIY.url');
DeleteService('Gameconfig');
DeleteFileMask('c:\programdata\gameconfig', '*', true);
DeleteFileMask('c:\users\пк\appdata\roaming\temp\updatehost', '*', true);
DeleteFileMask('c:\program files (x86)\uniblue', '*', true);
DeleteDirectory('c:\programdata\gameconfig');
DeleteDirectory('c:\users\пк\appdata\roaming\temp\updatehost');
DeleteDirectory('c:\program files (x86)\uniblue');
ExecuteFile('schtasks.exe', '/delete /TN "SpeedUpMyPC Maintenance" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "SpeedUpMyPC Startup" /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);
RebootWindows(true);
end.
Компьютер перезагрузится.