begin
ExecuteFile('net.exe', 'stop tcpip /y', 0, 15000, true);
ClearQuarantineEx(true);
TerminateProcessByName('f:\old\local.exe');
TerminateProcessByName('f:\old\realtec.exe');
QuarantineFile('C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\Info.hta', '');
QuarantineFile('C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\realtec.exe', '');
QuarantineFile('C:\Users\Елена\AppData\Roaming\Info.hta', '');
QuarantineFile('C:\Users\Елена\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\Info.hta', '');
QuarantineFile('C:\Users\Елена\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\realtec.exe', '');
QuarantineFile('C:\Windows\svchost.exe', '');
QuarantineFile('C:\Windows\System32\Info.hta', '');
QuarantineFile('C:\Windows\System32\realtec.exe', '');
QuarantineFile('C:\Windows\TEMP\4236DBB.sys', '');
QuarantineFile('f:\old\local.exe', '');
QuarantineFile('f:\old\realtec.exe', '');
DeleteFile('C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\Info.hta', '64');
DeleteFile('C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\realtec.exe', '64');
DeleteFile('C:\Users\Елена\AppData\Roaming\Info.hta', '64');
DeleteFile('C:\Users\Елена\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\Info.hta', '64');
DeleteFile('C:\Users\Елена\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\realtec.exe', '64');
DeleteFile('C:\Windows\svchost.exe', '32');
DeleteFile('C:\Windows\System32\Info.hta', '64');
DeleteFile('C:\Windows\System32\realtec.exe', '64');
DeleteFile('f:\old\local.exe', '32');
DeleteFile('f:\old\realtec.exe', '32');
RegKeyParamDel('HKEY_LOCAL_MACHINE', 'Software\Microsoft\Windows\CurrentVersion\Run', 'C:\Users\Елена\AppData\Roaming\Info.hta', '64');
RegKeyParamDel('HKEY_LOCAL_MACHINE', 'Software\Microsoft\Windows\CurrentVersion\Run', 'C:\Windows\System32\Info.hta', '64');
RegKeyParamDel('HKEY_LOCAL_MACHINE', 'Software\Microsoft\Windows\CurrentVersion\Run', 'realtec.exe', '64');
ExecuteSysClean;
end.