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

general virus troubles

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

    general virus troubles

    not too much to discribe just a general presence of infections. looking for the apropriate solution to the scan results I just ran.

  2. #2
    Senior Member Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация
    Регистрация
    03.04.2006
    Сообщений
    21,100
    Вес репутации
    3023
    Hi

    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:\WINDOWS\system32\jnwmon.dll','');
     QuarantineFile('C:\WINDOWS\system32\bmnet.dll','');
     QuarantineFile('C:\WINDOWS\system32\DRIVERS\radpms.sys','');
     QuarantineFile('C:\WINDOWS\system32\DRIVERS\lmimirr.sys','');
     StopService('MEMSWEEP2');
     DeleteService('MEMSWEEP2');
     QuarantineFileF('C:\WINDOWS\system32\', '*.tmp', false, '', 0, 0);
     DeleteFileMask('C:\WINDOWS\system32\','*.tmp',false);
    ExecuteWizard('TSW', 2, 2, true);
    ExecuteWizard('SCU', 2, 2, true);
    BC_ImportAll;
    ExecuteSysClean;
    BC_DeleteSvc('MEMSWEEP2');
    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.
    - Make a new log file of AVPTool.
    - Attach a log to your new post..

Похожие темы

  1. general error win32, нет звука и инета
    От Lina_22 в разделе Помогите!
    Ответов: 2
    Последнее сообщение: 27.02.2011, 22:54
  2. a lot of virus and strange troubles with internet
    От RedFoxy в разделе Malware Removal Service
    Ответов: 3
    Последнее сообщение: 05.10.2009, 18:33
  3. Вылетает General Host Process for Win32 Servis
    От mikl02 в разделе Помогите!
    Ответов: 6
    Последнее сообщение: 15.04.2009, 06:25
  4. General information about restoring Internet connection
    От NickGolovko в разделе FAQ
    Ответов: 0
    Последнее сообщение: 02.08.2007, 20:05

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

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