Go Back   TechArena Community > Software > Operating Systems
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: ,

Sponsored Links



fsusbexservice.exe in Task Manager

Operating Systems


Reply
 
Thread Tools Search this Thread
  #1  
Old 24-07-2009
Member
 
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
Reply With Quote
  #2  
Old 24-07-2009
Humberto's Avatar
Member
 
Join Date: Nov 2005
Posts: 1,170
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.
Reply With Quote
  #3  
Old 24-07-2009
jesse's Avatar
Member
 
Join Date: Nov 2005
Posts: 2,965
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.
Reply With Quote
  #4  
Old 24-07-2009
Lillebror's Avatar
Member
 
Join Date: Apr 2008
Posts: 3,259
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)
Reply With Quote
Reply

  TechArena Community > Software > Operating Systems


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "fsusbexservice.exe in Task Manager"
Thread Thread Starter Forum Replies Last Post
No desktop icons, task manager, mouse or task bar on start up night-13 Operating Systems 2 07-12-2011 10:44 PM
task bar and task manager disagree durhamlass Operating Systems 2 08-05-2010 12:02 PM
Desktop. No Icons. No Task Bar. No Task Manager. HELP ME ily924 Windows XP Support 1 28-02-2010 01:39 AM
Cannot use Task Manager. Task Manager Not Working Vista Help 7 28-03-2008 05:53 PM
Task Manager not terminating task. bilvihur Windows Vista Performance 3 27-03-2008 09:42 PM


All times are GMT +5.5. The time now is 12:48 AM.