how can i remove a service from run>msconfig>services

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hello i wnt to r5emove a service that is not in use any more

i go to run>msconfig>services

and i see whwt i want to delete...

how can i delete it???

thnks
 
To delete a service.

Open Services...
Start | Run | Type: services.msc | Click OK |
Scroll down to and double click the service you want to get rid of |
On the General tab, Service name: take note of the Service Name not the
Display Name | Close Services

Then open a command prompt...
Start | Run | Type: cmd | Click OK |

Type: sc delete Whateverservice Display Name

and hit Enter

Reboot.

See...
sc delete
here...
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/sc.mspx

Or open the Registry Editor...
Start | Run | Type: regedit | Click OK |
Navigate to...
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Whateverservice

Delete it and reboot.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
----nikos 4000---- said:
heelo when i use

run>msconfig>services

appears a table.. with services..

how can i delete one from them..


thnks

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
that method only disable it.

get HiJackThis to delete the registry line for various startup programs/dll

http://www.tomcoyote.org/hjt/#introduction

"HijackThis examines certain key areas of the Registry and Hard Drive and
lists their contents. These are areas which are used by both legitimate
programmers and hijackers. It's up to you to decide what should be removed.
Some items are perfectly fine. You should not remove them. Never remove
everything. Doing that could leave you with missing items needed to run
legitimate programs and add-ins."
 
----nikos 4000---- said:
hello i wnt to r5emove a service that is not in use any more

i go to run>msconfig>services

and i see whwt i want to delete...

how can i delete it???

thnks

Do Start>Run>services.msc [enter]

Scroll down to the service, stop it, and disable it. Apply/OK out.

Malke
 
Back
Top