DISQUS

DISQUS Hello! Tech-Recipes is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

Tech-Recipes

Cookbook of Tech Tutorials
Jump to original thread »
Author

Windows: Use WMIC to Start or Stop a Service from the Command Line | Windows | Tech-Recipes

Started by qdideas · 9 months ago

No excerpt available. Jump to website »

2 comments

  • Eh?

    To stop the service enter the following at a cmd prompt:
    net stop "Terminal Services"

    To start the service enter the following at a cmd prompt:
    net start "Terminal Services"

    To list running services enter the following at a cmd prompt:
    net start

    You can also create shortcuts to perform the start and stop tasks.
  • This example doesn't work. You cannot stop or start the "Terminal Services" service without changing the startup type and rebooting. I think you just picked a bad example. Did you try it first?

    Otherwise, this is a very nice article.

Add New Comment

Returning? Login