begin
ExecuteFile('net.exe', 'stop tcpip /y', 0, 15000, true);
if not IsWOW64
then
begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
end;
QuarantineFile('C:\ProgramData\windowstask\microsofthost.exe','');
QuarantineFile('C:\ProgramData\windowstask\audiodg.exe','');
QuarantineFile('C:\ProgramData\windowstask\appmodule.exe','');
QuarantineFile('C:\ProgramData\windowstask\amd.exe','');
QuarantineFile('C:\Programdata\ReaItekHD\taskhostw.exe','');
QuarantineFile('C:\Programdata\Microsoft\domgz\script.bat','');
QuarantineFile('C:\Programdata\ReaItekHD\taskhost.exe','');
DeleteFile('C:\Programdata\ReaItekHD\taskhost.exe','64');
DeleteFile('C:\Programdata\Microsoft\domgz\script.bat','64');
DeleteFile('C:\Programdata\ReaItekHD\taskhostw.exe','64');
DeleteSchedulerTask('Microsoft\Windows\FilesystemG\domgz');
DeleteSchedulerTask('Microsoft\Windows\FilesystemG\RecoveryHosts');
DeleteSchedulerTask('Microsoft\Windows\FilesystemG\RecoveryTask');
DeleteFile('C:\ProgramData\windowstask\amd.exe','32');
DeleteFile('C:\ProgramData\windowstask\appmodule.exe','32');
DeleteFile('C:\ProgramData\windowstask\audiodg.exe','32');
DeleteFile('C:\ProgramData\windowstask\microsofthost.exe','32');
BC_Activate;
ExecuteSysClean;
ExecuteWizard('SCU', 2, 3, true);
BC_ImportALL;
RebootWindows(true);
end.