Start, Stop, and Restart Services in Windows 11|10 using CMD

Start, Stop, and Restart Services in Windows 11|10 using CMD

Start, stop and restart services on the windows 11 / 10 command line; Through this tutorial, we will learn how to start, stop and restart services in windows 11 / 10 from the command line.

A service is used for continuous running processes on any operating system. Generally, it is used for task automation, listening for specific events on a system.

How to Start, Stop, and Restart Services in Windows 11|10 using CMD

Using the following steps, you can start, stop and restart services in windows 11|10 using cmd or command prompt:

  • Start Services in Windows
  • Stop Services in Windows
  • Restart Services in Windows

Start Services in Windows

You can use sc start servicename command to start the service in Windows:

sc start ServiceName 

Stop Services in Windows

You can use sc stop servicename command to stop the service in Windows:

sc stop ServiceName 

Restart Services in Windows

You can use sc restart servicename command to restart the service in Windows:

sc restart ServiceName 

Conclusion

Through this tutorial, we have learned how to start, stop and restart services in windows 11 / 10 using the command line.

Recommended Windows Tutorials

AuthorAdmin

Greetings, I'm Devendra Dode, a full-stack developer, entrepreneur, and the proud owner of Tutsmake.com. My passion lies in crafting informative tutorials and offering valuable tips to assist fellow developers on their coding journey. Within my content, I cover a spectrum of technologies, including PHP, Python, JavaScript, jQuery, Laravel, Livewire, CodeIgniter, Node.js, Express.js, Vue.js, Angular.js, React.js, MySQL, MongoDB, REST APIs, Windows, XAMPP, Linux, Ubuntu, Amazon AWS, Composer, SEO, WordPress, SSL, and Bootstrap. Whether you're starting out or looking for advanced examples, I provide step-by-step guides and practical demonstrations to make your learning experience seamless. Let's explore the diverse realms of coding together.

Leave a Reply

Your email address will not be published. Required fields are marked *