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

Computer Malfunctions

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

    Computer Malfunctions

    My conputer has a couple of problems, the major one is that it will randomly shut itself off
    Вложения Вложения

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

    - Start AVPTool 'as administrator'
    - Execute following script in Manual Cure
    Код:
    begin
    SearchRootkit(true, true);
    SetAVZGuardStatus(True);
     StopService('blbdrive');
     StopService('nfoxtvea');
     StopService('catchme');
     QuarantineFile('C:\Windows\system32\drivers\blbdrive.sys','');
     QuarantineFile('C:\Users\THESEV~1\AppData\Local\Temp\catchme.sys','');
     QuarantineFile('C:\Windows\system32\drivers\nfoxtvea.sys','');
     DeleteFile('C:\Windows\system32\drivers\nfoxtvea.sys');
     DeleteFile('C:\Users\THESEV~1\AppData\Local\Temp\catchme.sys');
     DeleteFile('C:\Windows\system32\drivers\blbdrive.sys');
     DeleteService('blbdrive');
     DeleteService('catchme');
     DeleteService('nfoxtvea');
    BC_ImportAll;
    ExecuteSysClean;
    BC_DeleteSvc('blbdrive');
    BC_DeleteSvc('catchme');
    BC_DeleteSvc('nfoxtvea');
    BC_Activate;
    SetAVZPMStatus(True);
    RebootWindows(true);
    end.
    After reboot execute following script in Manual Cure
    Код:
    begin
    CreateQurantineArchive('C:\quarantine.zip');
    end.
    - Clean Temp-Maps, Cache of Browsers, Recycler. Use Windows service tool cleanmgr or CCleaner or ClearProg
    - Close all the programs and start only Internet Explorer!!!
    - Repeat a log file.
    - Switch Antivirus and, if you have - Firewall, on.
    - Go On-Line
    - Upload the C:\quarantine.zip over the link Upload quarantined files on the top of this page.
    - Attach a log to your new post..

Похожие темы

  1. Ответов: 1
    Последнее сообщение: 15.01.2011, 03:00
  2. Ответов: 10
    Последнее сообщение: 22.02.2009, 07:16
  3. Ответов: 6
    Последнее сообщение: 22.02.2009, 06:14
  4. Ответов: 9
    Последнее сообщение: 01.07.2008, 18:35
  5. Help me! my computer slow down. a turtle must be faster then my computer.
    От baris в разделе Malware Removal Service
    Ответов: 4
    Последнее сообщение: 09.05.2008, 10:41

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

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