Код:
begin
DeleteFile('C:\Firefox\X-Firefox.exe', '32');
DeleteFile('C:\Firefox\X-Firefox.exe', '64');
DeleteFile('C:\GoogleChrome\GoogleChrome.a3x', '32');
DeleteFile('C:\GoogleChrome\GoogleChrome.a3x', '64');
DeleteFile('C:\GoogleChrome\GoogleUpdate.lnk', '');
DeleteFile('C:\GoogleChrome\GoogleUpdate.lnk', '32');
DeleteFile('C:\GoogleChrome\GoogleUpdate.lnk', '64');
DeleteFile('C:\GoogleChrome\WindowsUpdate.lnk', '');
DeleteFile('C:\GoogleChrome\WindowsUpdate.lnk', '32');
DeleteFile('C:\GoogleChrome\WindowsUpdate.lnk', '64');
DeleteFile('C:\Users\User\appdata\roaming\drpsu\alice\cloud.exe', '');
DeleteFileMask('c:\firefox', '*', false);
DeleteFileMask('c:\googlechrome', '*', true);
DeleteFileMask('c:\users\user\appdata\roaming\drpsu', '*', true);
DeleteDirectory('c:\firefox');
DeleteDirectory('c:\googlechrome');
DeleteDirectory('c:\users\user\appdata\roaming\drpsu');
RegKeyParamDel('HKEY_CURRENT_USER', 'Software\Microsoft\Windows\CurrentVersion\Run', 'AdopeFlash', '32');
RegKeyParamDel('HKEY_CURRENT_USER', 'Software\Microsoft\Windows\CurrentVersion\Run', 'AdopeFlash', '64');
RegKeyParamDel('HKEY_CURRENT_USER', 'Software\Microsoft\Windows\CurrentVersion\Run', 'AdopeUpdate', '32');
RegKeyParamDel('HKEY_CURRENT_USER', 'Software\Microsoft\Windows\CurrentVersion\Run', 'AdopeUpdate', '64');
RegKeyParamDel('HKEY_CURRENT_USER', 'Software\Microsoft\Windows\CurrentVersion\Run', 'Firefox Browser', '32');
RegKeyParamDel('HKEY_CURRENT_USER', 'Software\Microsoft\Windows\CurrentVersion\Run', 'Firefox Browser', '64');
RegKeyParamDel('HKEY_CURRENT_USER', 'Software\Microsoft\Windows\CurrentVersion\Run', 'Google Chrome', '32');
RegKeyParamDel('HKEY_CURRENT_USER', 'Software\Microsoft\Windows\CurrentVersion\Run', 'Google Chrome', '64');
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\', '1201', 3);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1804', 1);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '2201', 3);
DeleteSchedulerTask('Opera scheduled Autoupdate 1643396466');
ExecuteSysClean;
ExecuteWizard('SCU', 3, 3, true);
RebootWindows(true);
end.
Компьютер перезагрузится.