Monday, May 25, 2009

Create \ Delete Windows Services

If you want to Create Windows Services, follow the below steps:-

  1. Go to Start>Run - Type "cmd" in the text box and click "OK"
  2. When command Prompt opens, type "sc create service name"
  3. Restart the computer.
Thats how you can create windows services.


If you want to Delete Windows Services, follow the below steps:-

  1. Go to Start>Run - Type "cmd" in the text box and click "OK"
  2. When command Prompt opens, type "sc delete service name"
  3. Restart the computer.
Thats how you can delete windows services.

No comments:

Post a Comment