Код:
begin
QuarantineFile('C:\Users\Админ\AppData\Roaming\alFSVWJB\twunk_16.exe','');
QuarantineFile('C:\Users\Админ\AppData\Roaming\WindowsUpdate\Updater.exe','');
QuarantineFile('C:\Users\Админ\AppData\Roaming\WindowsUpdate\Live.exe','');
QuarantineFile('C:\Users\Админ\AppData\Roaming\Microsoft\Windows\Izfqfy.exe','');
QuarantineFile('C:\Users\Админ\AppData\Roaming\WindowsUpdate\mobsync.exe','');
QuarantineFile('C:\Users\Админ\AppData\Roaming\WindowsUpdate\System.exe','');
QuarantineFile('C:\Windows\system32\drivers\6E3CC3F0B.sys','');
QuarantineFileF('C:\Users\Админ\appdata\roaming\c731200', '*.exe, *.dll, *.sys, *.bat, *.vbs, *.js*, *.tmp*', true, '', 0 ,0);
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','Windows System Installer');
DeleteFile('C:\Users\Админ\AppData\Roaming\WindowsUpdate\System.exe','32');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','Microsoft Sync Center');
DeleteFile('C:\Users\Админ\AppData\Roaming\WindowsUpdate\mobsync.exe','32');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','Izfqfy');
DeleteFile('C:\Users\Админ\AppData\Roaming\Microsoft\Windows\Izfqfy.exe','32');
RegKeyParamDel('HKEY_LOCAL_MACHINE','SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\Microsoft Sync Center','command');
RegKeyParamDel('HKEY_LOCAL_MACHINE','SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\Windows Live Installer','command');
DeleteFile('C:\Users\Админ\AppData\Roaming\WindowsUpdate\Live.exe','32');
RegKeyParamDel('HKEY_LOCAL_MACHINE','SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\Windows System Installer','command');
RegKeyParamDel('HKEY_LOCAL_MACHINE','SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\Windows Update Installer','command');
DeleteFile('C:\Users\Админ\AppData\Roaming\WindowsUpdate\Updater.exe','32');
DeleteFile('C:\Users\Админ\AppData\Roaming\alFSVWJB\twunk_16.exe','32');
DeleteFileMask('C:\Users\Админ\appdata\roaming\c731200', '*', true);
DeleteDirectory('C:\Users\Админ\appdata\roaming\c731200');
ExecuteFile('schtasks.exe', '/delete /TN "alFSVWJB" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "alFSVWJB.job" /F', 0, 15000, true);
ExecuteSysClean;
ExecuteWizard('SCU', 2, 2, true);
CreateQurantineArchive(GetAVZDirectory + 'quarantine.zip');
RebootWindows(true);
end.
Компьютер будет перезагружен.