

In the command, replace "SERVICE-NAME" with the name of the service that you want to enable. Type the following command to enable a particular service and press Enter: s c config "SERVICE-NAME" start=auto.Search for Command Prompt, right-click the top result, and select the Run as administrator option.To enable a service with a command, use these steps: You can either restart your computer or stop the service using the above command.Īfter you complete the steps, the sc command will run disabling the Windows 10 or app service you specified. Quick note: When you disable a service, it doesn't stop the current state of the service.(Optional) Type the following command to stop the service and press Enter: sc stop "SERVICE-NAME".If you want to use the display name, replace -Name with -DisplayName and then specify the service's display name. In the command, replace "SERVICE-NAME" with the name of the service. Using the display name is supported, replacing -Name with -DisplayName and specifying the service's display name.Īlternatively, you can also use this variant of the command to start a service: Set-Service -Name "SERVICE-NAME" -Status running Type the following command to start a service and press Enter: Start-Service -Name "SERVICE-NAME"įor example, this command starts the printer spooler service on Windows 10: Start-Service -Name "spooler".Search for PowerShell, right-click the top result, and select the Run as administrator option.To start a Windows 10 or app service with PowerShell, use these steps: For example, Stop-Service -Name "SERVICE-NAME" -Force.Īfter you complete the steps, the PowerShell command will stop the service on your device. Quick tip: If you're getting a dependency error, you can append the -force option in either of the commands to stop the service.For example, if you're using this method, you'll the "Print Spooler" defined as "Spooler." Quick note: Task Manager only displays the service name, not the display name.Right-click the service name and select one of the options:.Quick tip: Windows 10 includes many other ways to open the experience, including right-clicking the taskbar and selecting the Task Manager option, and using the "Ctrl + Shift + ESC" keyboard shortcut.
:max_bytes(150000):strip_icc()/shell-startup-d64f36cb4b2d47bdaf7808924ad90384.jpg)
Search for Task Manager and click the top result to open the app.To stop, start, or restart a service using Task Manager, use these steps: Task Manager also includes a section to manage services for Windows 10 and apps quickly. After you complete the steps, the Windows 10 or app service will enable, but if it was in a stopped state, you'd need to start it manually or restart the device for the service to run.
