Показано с 1 по 2 из 2.

HELP ME PLEASE

  1. #1
    Junior Member Репутация
    Регистрация
    23.02.2009
    Сообщений
    14
    Вес репутации
    56

    HELP ME PLEASE

    Help me please. My system is too slow. Taskmanager and regedit is disabled. please help soon

  2. #2
    Senior Member Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация
    Регистрация
    03.04.2006
    Сообщений
    21,100
    Вес репутации
    3023
    Switch off/Disable:
    - Antivirus and and, if you have - Firewall.
    - System Restore

    - Execute following script in Manual disinfection
    Код:
    begin
    SearchRootkit(true, true);
    SetAVZGuardStatus(True);
    ClearQuarantine;
     QuarantineFile('C:\RECYCLER\S-1-5-21-1952563633-2790669648-972500599-1629\MsMxEng.exe','');
     StopService('asc3360pr');
     DeleteService('asc3360pr');
     BC_DeleteSvc('asc3360pr');
     QuarantineFile('C:\WINDOWS\system32\drivers\nukrsq.sys','');
     StopService('Windows Hosts Controller');
     DeleteService('Windows Hosts Controller');
     BC_DeleteSvc('Windows Hosts Controller');
     QuarantineFile('C:\WINDOWS\Fonts\unwise_.exe','');
     DeleteFile('C:\WINDOWS\Fonts\unwise_.exe');
     DeleteFile('C:\WINDOWS\system32\drivers\nukrsq.sys');
     DeleteFile('C:\RECYCLER\S-1-5-21-1952563633-2790669648-972500599-1629\MsMxEng.exe');
    RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows NT\CurrentVersion\Winlogon','Taskman');
    ExecuteRepair(8);
    ExecuteRepair(9);
    ExecuteRepair(11);
    ExecuteRepair(16);
    ExecuteRepair(17);
    BC_ImportAll;
    ExecuteSysClean;
    BC_Activate;
    SetAVZPMStatus(True);
    RebootWindows(true);
    end.
    After reboot execute following script in Manual disinfection
    Код:
    begin
    CreateQurantineArchive('C:\quarantine.zip');
    end.
    and upload the C:\quarantine.zip over the link Upload quarantined files on the top of this page.

    - Install Service Pack 3 + all updates + Internet Explorer 8
    - Repeat a log file of AVPTool.
    - Attach a log to your new post..

Свернуть/Развернуть Ваши права в разделе

  • Вы не можете создавать новые темы
  • Вы не можете отвечать в темах
  • Вы не можете прикреплять вложения
  • Вы не можете редактировать свои сообщения
  •  
Page generated in 0.00433 seconds with 15 queries