Здравствуйте,
AVZ выполнить следующий скрипт.
Важно на ОС: Windows Vista/7/8/8.1 AVZ запускайте через контекстное меню проводника от имени Администратора.
Код:
begin
ShowMessage('Внимание! Перед выполнением скрипта AVZ автоматически закроет все сетевые подключения.'+#13#10+'После перезагрузки компьютера подключения к сети будут восстановлены в автоматическом режиме.');
ExecuteFile('net.exe', 'stop tcpip /y', 0, 15000, true);
if not IsWOW64
then
begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
end;
StopService('CRMSvc');
DeleteService('CRMSvc');
TerminateProcessByName('c:\users\Админ\appdata\roaming\youtubedownloader\python\python.exe');
TerminateProcessByName('c:\users\Админ\appdata\roaming\crmsvc\crmsvc.exe');
QuarantineFile('C:\Users\Админ\appdata\roaming\crmsvc\crmsvc.exe','');
QuarantineFile('C:\Users\Админ\AppData\Roaming\YoutubeDownloader\python\pythonw.exe','');
QuarantineFile('C:\Users\Админ\AppData\Roaming\YoutubeDownloader_upd\python\pythonw.exe','');
QuarantineFile('C:\Program Files\Sun\5014440.exe','');
QuarantineFile('C:\Users\Админ\AppData\Roaming\YoutubeDownloader\python\python37.dll','');
QuarantineFile('c:\users\Админ\appdata\roaming\youtubedownloader\python\python.exe','');
QuarantineFile('c:\users\Админ\appdata\roaming\crmsvc\crmsvc.exe','');
DeleteFile('c:\users\Админ\appdata\roaming\crmsvc\crmsvc.exe','32');
DeleteFile('c:\users\Админ\appdata\roaming\youtubedownloader\python\python.exe','32');
DeleteFile('C:\Users\Админ\AppData\Roaming\YoutubeDownloader\python\python3.dll','32');
DeleteFile('C:\Users\Админ\AppData\Roaming\YoutubeDownloader\python\python37.dll','32');
DeleteFile('C:\Program Files\Sun\5014440.exe','32');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\RunOnce','usctiyotyjx');
DeleteFile('C:\Users\Админ\AppData\Roaming\YoutubeDownloader_upd\python\pythonw.exe','32');
DeleteFile('C:\Users\Админ\AppData\Roaming\YoutubeDownloader\python\pythonw.exe','32');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','YoutubeDownloader');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','YoutubeDownloader_upd');
ExecuteFile('schtasks.exe', '/delete /TN "YoutubeDownloader" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "YoutubeDownloader_upd" /F', 0, 15000, true);
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
ExecuteRepair(3);
ExecuteRepair(4);
ExecuteWizard('SCU', 2, 3, true);
RebootWindows(true);
end.
После выполнения скрипта компьютер перезагрузится.
После перезагрузки:
- Выполните в AVZ:
Код:
begin
CreateQurantineArchive(GetAVZDirectory+'quarantine.zip');
end.
Файл quarantine.zip из папки AVZ загрузите по ссылке "Прислать запрошенный карантин" вверху темы.
- Подготовьте лог AdwCleaner и приложите его в теме.