How Can I Delete a Service


Go Back   Computer Help Articles > Windows XP General
User Name
Password
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-05-2006, 02:33 AM
vbehler
 
Posts: n/a
Default How Can I Delete a Service


How can i delete a service that stops another mission critical service

Cheers,
Vince


--
vbehler
Posted via http://ms-os.com Forum to Usenet gateway

Reply With Quote
  #2  
Old 01-05-2006, 02:33 AM
Wesley Vogel
 
Posts: n/a
Default Re: How Can I Delete a Service

What service?

Why not disable the service instead?

Open Services...
Start | Run | Type: services.msc | Click OK |
Scroll down to and double click the service you want to disable |
Set the startup type to Disabled | Click the Stop button |
When service has stopped | Click Apply | Click OK | Close
Services

You may have to reboot before the service is actually stopped.

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 |
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

and hit Enter

Reboot.

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

Delete it and reboot.


--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:vbehler.211gua@no-mx.gateway.localhost,
vbehler <vbehler.211gua@no-mx.gateway.localhost> hunted and pecked:
> How can i delete a service that stops another mission critical service
>
> Cheers,
> Vince
>
>
> --
> vbehler
> Posted via http://ms-os.com Forum to Usenet gateway

Reply With Quote
  #3  
Old 01-05-2006, 02:33 AM
Ramesh, MS-MVP
 
Posts: n/a
Default Re: How Can I Delete a Service

Additional note:

First, use the "SC DELETE <...>" Command-line, or follow the instructions to
remove a Service / driver from the registry directly. Type "CMD /K SC /?" in
Start, Run. If you want to remove a service manually from the registry, read
below:

The Service and driver entries are present under this registry key:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es]

Each sub-key represents a driver or a Service. To modify/delete a 3rd party
service, click Start, Run and type REGEDIT to open the Registry Editor and
navigate to the above location.You should be able to identify them easily by
reading the "DisplayName" and "ImagePath" fields in the right-pane in the
Registry Editor.

Note: Before modifying / removing a Service, create a System Restore point
or a complete Registry backup, just in case something happens.

[ERUNT] Registry Backup and Restore for Windows
http://www.larshederer.homepage.t-online.de/erunt/

[ERUNT Download URLs]
http://www.aumha.org/downloads/erunt.zip
http://www.aumha.org/downloads/erunt-setup.exe

[Installing & Using ERUNT]
http://www.silentrunners.org/sr_eruntuse.html
http://www.larshederer.homepage.t-on...runt/erunt.txt

--
Ramesh, Microsoft MVP
Windows XP Shell/User

Windows XP Troubleshooting
http://www.winhelponline.com


"vbehler" <vbehler.211gua@no-mx.gateway.localhost> wrote in message
news:vbehler.211gua@no-mx.gateway.localhost...

How can i delete a service that stops another mission critical service

Cheers,
Vince


--
vbehler
Posted via http://ms-os.com Forum to Usenet gateway


Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Windows Freezes Daily Gerry Cornell Windows XP Perform Maintain 0 01-06-2006 02:06 AM
Windows Freezes Daily Nancy Windows XP Perform Maintain 31 01-05-2006 11:15 PM
One-way connection: networked XP/2000 PC's Cheryl Windows XP Network Web 22 01-05-2006 04:11 AM
Long delay before Drives & Files appear in My Computer & Address Bar shizzlenizzlator@gmail.com Windows XP Help and Support 3 01-05-2006 02:44 AM
Windows error message Glo Windows XP Basics 41 01-05-2006 02:04 AM


All times are GMT. The time now is 03:36 AM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.

How Can I Delete a Service