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\ReaItekHD\taskhostw.exe','');
QuarantineFile('c:\programdata\reaitekhd\taskhostw.exe','');
DeleteFile('c:\programdata\reaitekhd\taskhostw.exe','32');
DeleteFile('C:\ProgramData\ReaItekHD\taskhostw.exe','64');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','Realtek HD Audio','x64');
DeleteFile('C:\Programdata\ReaItekHD\taskhostw.exe','64');
DeleteSchedulerTask('Microsoft\Windows\WindowsBackup\OnlogonCheck');
DeleteSchedulerTask('Microsoft\Windows\WindowsBackup\TaskCheck');
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');
end.
BC_Activate;
ExecuteSysClean;
ExecuteWizard('SCU', 2, 3, true);
BC_ImportALL;
RebootWindows(true);
end.