ISTQB Certified Software Test Engineer

Thursday, June 10, 2010

Deleteing a service from services.msc

How to delete a service from services.msc?

Here is the process....

1.Open command prompt from run using "CMD" or "COMMAND".
2.Go to C drive in the command prompt.
3.Home directory should be C: Drive ,means "C:\>".
4.Use the command "sc delete "

for example if u want to stop apache server service,below is the syntax

"sc delete apacheserver"

Keep watching for more updates :)

No comments:

Post a Comment