How to Start-Stop windows services using CMD?

If you are IT person you already aware of what are windows services and how to use them. We usually use the run command to open the service management console by typing services.msc, this method may help you in almost all the situation but sometimes as an IT guy, you should know how to enable the windows services using CMD(Command Prompt) also, This guide will help you to Start-Stop windows services using CMD. Before Start-Stop any services using CMD you need to know the service name and which are services are running currently. We can get these running services names using cmd.

Open Command Prompt and type the below-mentioned command, this command will show all the service name and their current status.

sc queryex type= service state= all

getting service name using command prompt-Start-Stop windows services using CMD

if you need only the Stopped service, type the below command

sc queryex type= service state= inactive

this will show all the stopped services, with the service names you can able to see the service name on the top. Once you notice the service name then you are ready to Start-Stop windows services using CMD.

Open command prompt and type the below mentiond command

To Start Windows services: Net start

starting services using command-Start-Stop windows services using CMD

To Stop Windows services: Net stop

stopping services using command-Start-Stop windows services using CMD

In the place of service name type the name which you obtained from (sc queryex type= service state= inactive) this command.

Read Also:

How to remove Windows Service in Windows 11?

Leave a Comment

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Scroll to Top
Best Gaming mouses under budget 2024 Best Wi-Fi 7 Routers for Gaming Set Microsoft Copilot as the Default Assistant on Android Top 5 Text Editors for Programmers – 2024