begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
ExecuteFile('net.exe', 'stop tcpip /y', 0, 15000, true);
ClearQuarantineEx(true);
TerminateProcessByName('c:\users\Роман\appdata\roaming\java\update\download\cache\csrss.exe');
TerminateProcessByName('c:\windows\system32\checkdisku.exe');
QuarantineFile('C:\Users\Роман\AppData\Roaming\Java\Update\Download\Cache\jsheded.exe','');
QuarantineFile('C:\Users\Роман\AppData\Roaming\2EC49B\2EC49B.exe','');
QuarantineFile('c:\windows\system32\checkdisku.exe','');
QuarantineFile('c:\users\Роман\appdata\roaming\java\update\download\cache\csrss.exe','');
DeleteFile('c:\windows\system32\checkdisku.exe','32');
DeleteFile('c:\users\Роман\appdata\roaming\java\update\download\cache\csrss.exe','32');
DeleteFile('C:\Users\Роман\AppData\Roaming\2EC49B\2EC49B.exe','32');
DeleteFile('C:\Users\Роман\AppData\Roaming\Java\Update\Download\Cache\jsheded.exe','32');
DeleteFile('c:\users\Роман\appdata\roaming\java\update\download\cache\csrss.exe');
DelBHO('{8984B388-A5BB-4DF7-B274-77B879E179DB}');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','AlterGeoUpdater');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','AlterGeoUpdater');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run','Policies');
BC_ImportALL;
ExecuteSysClean;
ExecuteWizard('SCU', 2, 3, true);
BC_Activate;
RebootWindows(true);
end.