Здравствуйте,
AVZ выполнить следующий скрипт.
Важно на ОС: Windows Vista/7/8/8.1 AVZ запускайте через контекстное меню проводника от имени Администратора.
Код:
begin
ShowMessage('Внимание! Перед выполнением скрипта AVZ автоматически закроет все сетевые подключения.'+#13#10+'После перезагрузки компьютера подключения к сети будут восстановлены в автоматическом режиме.');
ExecuteFile('net.exe', 'stop tcpip /y', 0, 15000, true);
QuarantineFile('C:\Users\Асус\appdata\roaming\c731200','');
QuarantineFile('C:\Users\Асус\AppData\Roaming\Microsoft\Windows\themes\Hlzazh.exe','');
QuarantineFile('C:\Users\Асус\appdata\roaming\update\explorer.exe','');
QuarantineFile('C:\Users\Асус\appdata\roaming\update\update.exe','');
QuarantineFile('C:\Users\Асус\AppData\Roaming\WindowsUpdate\Updater.exe','');
QuarantineFile('C:\Windows\system32\drivers\44513512.sys','');
QuarantineFile('C:\Windows\system32\drivers\DCA5AC44.sys','');
QuarantineFile('DCA5AC44.sys','');
DeleteFile('C:\Users\Асус\appdata\roaming\c731200','32');
DeleteFile('C:\Users\Асус\AppData\Roaming\Microsoft\Windows\themes\Hlzazh.exe','32');
DeleteFile('C:\Users\Асус\appdata\roaming\update\explorer.exe','32');
DeleteFile('C:\Users\Асус\appdata\roaming\update\update.exe','32');
DeleteFile('C:\Users\Асус\AppData\Roaming\WindowsUpdate\Updater.exe','32');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','Hlzazh');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','Windows Update Installer');
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);
BC_ImportALL;
ExecuteSysClean;
BC_Activate;
RebootWindows(true);
end.
После выполнения скрипта компьютер перезагрузится.
После перезагрузки:
- Выполните в AVZ:
Код:
begin
CreateQurantineArchive(GetAVZDirectory+'quarantine.zip');
end.
Файл quarantine.zip из папки AVZ загрузите по ссылке "Прислать запрошенный карантин" вверху темы.
- Подготовьте лог AdwCleaner и приложите его в теме.