Results 1 to 4 of 4

Thread: fsusbexservice.exe in Task Manager

  1. #1
    Join Date
    Oct 2008
    Posts
    38

    fsusbexservice.exe in Task Manager

    Hello , i Have a windows Xp sp3 and everything was working properly before, but now everything seem to be stopped. I Have observed in the processes through ProcessExplorer and also through Taskmanager , i found there a service called FsUsbExService.Exe, it was taking lots of Cpu process ,please help me Thanks in advance

  2. #2
    Join Date
    Nov 2005
    Posts
    1,203

    Re: fsusbexservice.exe in Task Manager

    You Can Locate the file using windows explorer to find the fsusbexservice.exe and delete it normally it should be found on it C:\WINDOWS\system32\FsUsbExService.Exe after locating, you can go to start/run/type "services.msc" without quotes and scroll down to:FsUsbExService then right click the entry, select Properties and press Stop Service.When it shows that it is stopped, next please set the Start-up Type to 'Disabled'. Click OK until you get back to Windows.

  3. #3
    Join Date
    Nov 2005
    Posts
    3,026

    Re: fsusbexservice.exe in Task Manager

    Use the Scripts Below with Avz Antivirus to Solve your problem


    Code:
     begin 
      SearchRootkit (true, true); 
      SetAVZGuardStatus (True); 
       Quarantine File ( 'C:\WINDOWS\System32\Drivers\UsbFltr.SYS',''); 
       QuarantineFile ( 'C:\WINDOWS\system32\Drivers\UsbFltr.sys',''); 
       QuarantineFile ( 'C:\WINDOWS\system32\FsUsbExDisk.SYS',''); 
       QuarantineFile ( 'C:\DOCUME ~ 1\123\LOCALS ~ 1\Temp\esihdrv.sys',''); 
       QuarantineFile ( 'C:\WINDOWS\system32\DRIVERS\ENTECH.sys',''); 
       QuarantineFile ( 'C:\WINDOWS\system32\DRIVERS\ehdrv.sys',''); 
       DeleteFile ( 'C:\WINDOWS\system32\DRIVERS\ehdrv.sys'); 
       DeleteFile ( 'C:\WINDOWS\system32\DRIVERS\ENTECH.sys'); 
       DeleteFile ( 'C:\DOCUME ~ 1\123\LOCALS ~ 1\Temp\esihdrv.sys'); 
       DeleteService ( 'esihdrv'); 
       DeleteService ( 'ENTECH'); 
       DeleteService ( 'ehdrv'); 
      BC_ImportDeletedList; 
      ExecuteSysClean; 
      SetAVZPMStatus (true); 
      BC_Activate; 
      RebootWindows (true); 
      end.

  4. #4
    Join Date
    Apr 2008
    Posts
    3,295

    Re: fsusbexservice.exe in Task Manager

    The netsh tool (netsh.exe) can automate the startup or shutdown of a service through the following command line:

    To start a service: Net start (Name of Service)
    To stop a service: Net stop (Name of Service)

    This requires administrator rights (or PowerUser).

    If you do not have administrator rights, you can still put a pause and restart:

    Pause a service:
    Net pause (Name of Service)

Similar Threads

  1. No desktop icons, task manager, mouse or task bar on start up
    By night-13 in forum Operating Systems
    Replies: 2
    Last Post: 07-12-2011, 10:44 PM
  2. task bar and task manager disagree
    By durhamlass in forum Operating Systems
    Replies: 2
    Last Post: 08-05-2010, 11:02 AM
  3. Desktop. No Icons. No Task Bar. No Task Manager. HELP ME
    By ily924 in forum Windows XP Support
    Replies: 1
    Last Post: 28-02-2010, 01:39 AM
  4. What is jqs.exe in task manager
    By Astalavista in forum Operating Systems
    Replies: 3
    Last Post: 26-02-2009, 07:09 PM
  5. Cannot use Task Manager.
    By Task Manager Not Working in forum Vista Help
    Replies: 7
    Last Post: 28-03-2008, 04:53 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,177,496.93208 seconds with 16 queries