Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

New Topic Post Reply
prateek
#1 Posted : Tuesday, August 31, 2010 5:49:38 AM(UTC)
Quote
Guest
Rank: Guest

Joined: 12/12/2009(UTC)
Posts: 540

is there a dos / windows command for removing a service? i am not talking about stopping, i want to completly delete it, with reg entries.
couldn't find out how to manage that
Sponsor

Soan
#2 Posted : Tuesday, August 31, 2010 5:57:57 AM(UTC)
Quote
Soan
Rank: Administration

Reputation:

Joined: 1/9/2010(UTC)
Posts: 449
Man
Location: India

Was thanked: 1 time(s) in 1 post(s)
You may also want to stop the service, if it is running, this will kill all the running processes for it.

Step 1: Open a command prompt, by going to Start –> Run and type in “cmd” without the quotes and hit the Enter key.

Step 2: Type the command “sc delete service name” without the quotes, replace service name, with the name of the service you copied in step 3.

Once a service has been deleted you should see a message saying “[SC] DeleteService SUCCESS”, this should mean that the service has been deleted, to ensure that, just click on the refresh button in the services applet and confirm that the service has been deleted.

These are the only steps you require to delete services in Windows XP and Windows Vista, you do not require to install or download additional softwares to do it.

Edited by user Tuesday, August 31, 2010 5:58:38 AM(UTC)  | Reason: Not specified

Guest
#3 Posted : Friday, September 03, 2010 3:45:53 AM(UTC)
Quote
Guest
Rank: Guest

Joined: 12/12/2009(UTC)
Posts: 540

I tried the above method but it throws an error that 'Access is denied' even though i m logged in as Administrator.
Is there any other method?
Guest
#4 Posted : Friday, September 03, 2010 3:47:25 AM(UTC)
Quote
Guest
Rank: Guest

Joined: 12/12/2009(UTC)
Posts: 540

Here is the error :

C:\Windows>sc delete ServerMonitoringService
[SC] OpenService FAILED 5:

Access is denied.
Soan
#5 Posted : Friday, September 03, 2010 3:51:20 AM(UTC)
Quote
Soan
Rank: Administration

Reputation:

Joined: 1/9/2010(UTC)
Posts: 449
Man
Location: India

Was thanked: 1 time(s) in 1 post(s)
Ok....

Try this:

1) Use the command Net Stop "service name" to stop the service.
2) Type 'regedit' in start->run and then delete the appropriate key in the registry under

HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services.

Also, you might want to find your service in registry Editor for any other entries and delete them too.

And then restart your system and the service should have gone from your system.
Guest
#6 Posted : Friday, September 03, 2010 3:52:31 AM(UTC)
Quote
Guest
Rank: Guest

Joined: 12/12/2009(UTC)
Posts: 540

Thanks for prompt reply...this reg edit method worked for me...
Guest
#7 Posted : Tuesday, December 07, 2010 7:24:11 PM(UTC)
Quote
Guest
Rank: Guest

Joined: 12/12/2009(UTC)
Posts: 540

Thanks...this regEdit method works..
RAVI BALIYAN
#8 Posted : Friday, April 13, 2012 8:38:29 AM(UTC)
Quote
Guest
Rank: Guest

Joined: 12/12/2009(UTC)
Posts: 540

go to run and type cmd
then type sc delete service name
Quick Reply Show Quick Reply
Users browsing this topic
Guest (2)
New Topic Post Reply
Forum Jump  
You can post new topics in this forum.
You can reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.