begin
ShowMessage('Внимание! Перед выполнением скрипта AVZ автоматически закроет все сетевые подключения.'+#13#10+'После перезагрузки компьютера подключения к сети будут восстановлены в автоматическом режиме.');
ExecuteFile('net.exe', 'stop tcpip /y', 0, 15000, true);
SearchRootkit(true, true);
SetAVZGuardStatus(True);
QuarantineFile('C:\Users\troitsk\Desktop\Работа\ПРОДУКТЫ ОАО СК АЛЬЯНС\ОСАГО\по ОСАГО\распоряжение №137 от 26.10.2011\Уважаемые коллеги.doc','');
QuarantineFile('C:\$swap\TROITSK\Работа\ПРОДУКТЫ ОАО СК АЛЬЯНС\ОСАГО\по ОСАГО\распоряжение №137 от 26.10.2011\Уважаемые коллеги.doc','');
QuarantineFile('C:\Cis\App\ReinsLossTez_ShowTezEdit.exe','');
QuarantineFile('C:\Windows\system32\drivers\wpsdrvnt.sys','');
QuarantineFile('C:\windows\SYSTEM32\Drivers\SysPlant.sys','');
QuarantineFile('C:\windows\system32\xjsjecg.dll','');
DeleteFile('C:\windows\system32\xjsjecg.dll');
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1201', 3);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1001', 1);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1004', 3);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '2201', 3);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1804', 1);
ExecuteSysClean;
BC_Activate;
ExecuteWizard('SCU',2,3,true);
RebootWindows(true);
end.