Task Manager When I Disable a Service It Starts Up Again
On Windows 10, services are programs that run in the background without a user interface and enable system features (such equally printing, networking, remote admission, File Explorer, Windows Search, updates, etc.) and apps to operate as intended.
Although the system does a pretty practiced chore managing background services, sometimes, you may need to control them manually when a feature or app isn't working correctly, or an app requires you to manage its services manually.
Whatever the case it might exist, Windows ten includes at least four methods to stop, offset, disable, or enable services using the Services panel, Task Manager, Command Prompt, and PowerShell.
In this Windows 10 guide, we'll walk you through the steps to manage system and apps services on your calculator.
- How to manage services using Services console
- How to manage services using Task Manager
- How to manage services using PowerShell
- How to manage services using Command Prompt
How to manage services using Services console
Using the Services consoles is maybe the simplest method to end, start, disable, or enable one or multiple services on Windows 10.
Stop service
To stop a running service using Services, employ these steps:
- Open Start.
- Search for Services and click the pinnacle outcome to open the console.
- Double-click the service that yous intend to stop.
-
Click the Cease button.
Source: Windows Cardinal
Quick tip: You can likewise manage the land by correct-clicking the service and selecting the option. Or you can select the service and so use the controls at the superlative to offset, stop, intermission, or restart.
- Click the Apply button.
- Click the OK push.
One time you complete the steps, the service will cease running on the device.
If y'all're unable to stop a system service, consider that some services are required for the functioning of Windows 10, and they tin can't be stopped.
Start service
To showtime a service on Windows 10, use these steps:
- Open Start.
- Search for Services and click the tiptop result to open the console.
- Double-click the service that you lot intend to stop.
-
Click the Start button.
Source: Windows Key
- Click the Apply button.
- Click the OK button.
After yous complete the steps, the service you specified will outset for the electric current session.
Disable service
To set a service a disabled, use these steps:
- Open Offset.
- Search for Services and click the acme result to open the console.
- Double-click the service that you intend to stop.
- Click the Cease button.
-
Utilize the "Kickoff type" drop-downward menu and select the Disabled option.
Source: Windows Central
- Click the Apply button.
- Click the OK push.
In one case y'all complete the steps, the service will no longer outset automatically after restarting your device.
Enable service
To enable a specific service, use these steps:
- Open Start.
- Search for Services and click the meridian result to open the console.
- Double-click the service that you intend to stop.
- Click the Get-go push.
-
Use the "Kickoff blazon" drop-down card and select the Automatic option.
These are the Startup types on Windows 10:
- Automatic – service starts at kick.
- Automatic (Delayed Start) – service start later on boot.
- Transmission – starts service manually as needed.
- Disabled – stops service from running.
Source: Windows Central
- Click the Apply button.
- Click the OK button.
Subsequently you complete the steps, the Windows 10 or app service volition enable, but if it was in a stopped state, you'd demand to start it manually or restart the device for the service to run.
How to manage services using Task Managing director
Chore Manager also includes a section to quickly manage services for Windows 10 and apps.
To stop, beginning, or restart a service using Task Director, use these steps:
- Open Start.
-
Search for Task Director and click the top issue to open up the app.
Quick tip: Windows ten includes many other ways to open the feel, including right-clicking the taskbar and selecting the Task Manager option and using the Ctrl + Shift + ESC keyboard shortcut.
- Click the Services tab.
-
Right-click the service name, and select one of the options:
- Stop.
- Start.
- Restart.
Source: Windows Primal
Quick note: Task Director simply displays the service name, not the display name. For case, if you're using this method, yous'll the "Print Spooler" defined as "Spooler."
Once you complete the steps, the service will reply to the pick you selected.
How to manage services using PowerShell
Y'all tin can besides apply PowerShell commands to manage background services for Windows 10 and apps.
Stop service
To end a specific service with PowerShell, use these steps:
- Open Start.
- Search for PowerShell, right-click the top result, and select the Run every bit ambassador option.
-
(Optional) Type the following control to view a list of all the services and press Enter:
Get-Service
Source: Windows Central
-
Blazon the following command to stop a service and press Enter:
Stop-Service -Name "SERVICE-Proper noun"
For example, this control stops the printer spooler service on Windows 10:
Stop-Service -Name "spooler"
Source: Windows Central
In the command, replace "SERVICE-NAME" for the name of the service that y'all intend to stop. If y'all want to use the brandish name, replace
-Proper noun
for-DisplayName
then specify the display name of the service.Alternatively, y'all can besides use this variant of the command to cease the service:
Set-Service -Proper noun "SERVICE-NAME" -Status stopped
Source: Windows Cardinal
In the control, supercede "SERVICE-Proper name" for the proper noun of the service that you intend to end. If you desire to use the display name, replace
-Name
for-DisplayName
and and so specify the brandish name of the service. You only need the quotation marks if there'due south a space within the proper name.Quick tip: If you lot're getting a dependency error, yous tin append the
-force
choice in either of the commands to terminate the service. For example,Stop-Service -Proper noun "SERVICE-Proper name" -Force
.
After y'all complete the steps, the PowerShell control volition stop the service on your device.
Start service
To kickoff a Windows 10 or app service with PowerShell, utilize these steps:
- Open Offset.
- Search for PowerShell, correct-click the elevation issue, and select the Run equally ambassador option.
-
Type the following command to get-go a service and press Enter:
Offset-Service -Name "SERVICE-Proper noun"
For case, this command starts the printer spooler service on Windows 10:
Start-Service -Proper name "spooler"
Source: Windows Central
In the command, supervene upon "SERVICE-Name" for the name of the service. Using the brandish name is supported, replacing
-Name
for-DisplayName
and then specify the display proper name of the service.Alternatively, you tin can besides use this variant of the command to first a service:
Ready-Service -Name "SERVICE-Proper noun" -Status running
Source: Windows Central
In the control, replace "SERVICE-NAME" for the name of the service. If yous want to use the display name, supercede
-Proper name
for-DisplayName
then specify the display proper name of the service.
In one case you complete the steps, the service will start on your computer.
Disable service
To disable a service using a PowerShell command, utilize these steps:
- Open Get-go.
- Search for PowerShell, correct-click the height outcome, and select the Run every bit administrator pick.
-
Blazon the post-obit command to disable a service and press Enter:
Prepare-Service -Name "SERVICE-NAME" -Status stopped -StartupType disabled
In the control, update "SERVICE-Proper noun" for the proper noun of the service. If you want to use the display name of the service, then supervene upon
-Proper name
for-DisplayName
and specify the service proper name. If yous desire to disable the service without stopping it immediately, you can remove the-Status stopped
portion of the control.For instance, this command disables the printer spooler service on Windows 10:
Set-Service -Proper noun "spooler" -Status stopped -StartupType disabled
Source: Windows Primal
Later on you lot complete the steps, the PowerShell command will disable the specified service.
Enable service
To enable a specific background service with PowerShell, use these steps:
- Open Start.
- Search for PowerShell, correct-click the top result, and select the Run equally administrator option.
-
Type the following command to enable a service and press Enter:
Set-Service -Name "SERVICE-NAME" -Status running -StartupType automatic
For example, this command enables the printer spooler service using PowerShell:
Gear up-Service -Proper name "spooler" -Condition running -StartupType automatic
Source: Windows Fundamental
Quick annotation: You may able to use the display
-DisplayName
choice, but the command may also prompt you to supply the name of the service, calculation an extra step to the process. If you want to enable the service without starting it immediately, you can remove the-Status running
portion of the command.
In one case you complete the steps, PowerShell will enable the service specified with the command.
How to manage services using Command Prompt
If you lot're comfortable using the control line, Control Prompt offers the "internet" command (older) to stop or commencement, or the "sc" control (newer) to end, start, disable, or enable services on Windows 10.
End service
To stop a Windows 10 or app service with Command Prompt, utilise these steps:
- Open up Showtime.
- Search for Control Prompt, right-click the top result, and select the Run as administrator option.
-
(Optional) Type the post-obit command to view a list of all the services and press Enter:
sc queryex state=all type=service
Source: Windows Central
-
Type the following command to end a service and press Enter:
internet stop "SERVICE-Proper name"
In the command, replace "SERVICE-NAME" for the name or display proper name of the service. You only need the quotation marks if at that place'southward a space within the proper name.
For example, this command stops the printer spooler using the service name:
net finish "spooler"
Source: Windows Central
Alternatively, you can also use the more than advanced "sc" command:
sc stop "SERVICE-Proper noun"
For example, this command stops the printer spooler using the service proper name:
sc stop "spooler"
Source: Windows Central
Subsequently y'all consummate the steps, the command volition stop the specified service on Windows x.
Start service
To start a service with the command line, use these steps:
- Open up Start.
- Search for Command Prompt, right-click the summit result, and select the Run every bit administrator option.
-
Type the following control to start a service and printing Enter:
cyberspace start "SERVICE-Proper noun"
In the command, replace "SERVICE-NAME" for the name or brandish name of the service. You only need the quotation marks if there'south a space within the name.
For instance, this control starts the printer spooler using the service proper noun:
net start "spooler"
Source: Windows Cardinal
Alternatively, you can also utilize the "sc" command:
sc start "SERVICE-Proper noun"
For example, this command starts the printer spooler using the service name:
sc start "spooler"
Source: Windows Key
Once you complete the steps, the control will execute and start the service yous specified.
Disable service
To disable a service with Command Prompt, use these steps:
- Open Start.
- Search for Command Prompt, right-click the top result, and select the Run as ambassador choice.
-
Type the post-obit command to disable a service and press Enter:
sc config "SERVICE-NAME" beginning=disabled
In the command, replace "SERVICE-NAME" for the proper noun of the service that y'all want to disable.
For instance, this command disables printer spooler using the service name:
sc config "spooler" starting time=disabled
Source: Windows Central
-
(Optional) Type the following command to stop the service and press Enter:
sc stop "SERVICE-NAME"
Quick note: When you lot disable a service, it doesn't stop the electric current state of the service. You tin can either restart your estimator or cease the service using the above command.
After you complete the steps, the sc command will run disabling the Windows 10 or app service yous specified.
Enable service
To enable a service with a control, use these steps:
- Open Showtime.
- Search for Command Prompt, right-click the top result, and select the Run as administrator choice.
-
Type the following command to enable a service and press Enter:
sc config "SERVICE-Name" first=car
In the command, replace "SERVICE-Proper name" for the name of the service that y'all desire to enable.
For example, this command enables the printer spooler automatically using the service name:
sc config "spooler" get-go=car
Source: Windows Central
These are culling commands to enable a particular service:
- Manual:
sc config "SERVICE-NAME" commencement=demand
- Automatic Delayed:
sc config "SERVICE-Proper name" start=delayed-car
- Manual:
-
(Optional) Type the post-obit command to beginning the service and press Enter:
sc beginning "SERVICE-NAME"
One time you complete the steps, the service volition enable and start automatically on reboot according to the command yous used.
You can only use the "internet" control to offset or finish services. The "sc" command allows yous to perform more tasks, including start, stop, enable, or disable services, among other options. If you're choosing to manage services with command lines, and then, in either example, it's best to employ the service name instead of the brandish name.
Too, when using any of the methods outlined above, consider that making modifications to the default settings can alter the operation of ane or more features that depend on that service negatively affecting the experience. Furthermore, if you restart a service, yous might be required to start its dependencies manually as well to brand the app or feature operational once again.
We're focusing this guide on Windows 10, merely the ability to manage services has been available for several years, which means that yous can refer to this guide if you're even so running Windows 8.i, Windows 7, and older versions.
More Windows 10 resource
For more than helpful manufactures, coverage, and answers to mutual questions about Windows x, visit the following resources:
- Windows ten on Windows Key – All you need to know
- Windows 10 help, tips, and tricks
- Windows ten forums on Windows Fundamental

Ranking the big bads
Ranking all xv of Elden Ring'southward main dominate fights
Elden Ring has xv different main boss battles, merely which ones are the all-time (and which ones are terrible)? Hither'south our definitive ranking of each and every main boss in the game.

FRESH LORE
Ancient Windows ane.0 Easter egg unearthed, features Gabe Newell
Just when yous thought the lore vaults of ye olde Windows i.0 had been wearied, a new entry appears. And it gets even more than heady: This particular nugget of noesis contains a reference to none other than Valve's very own Gabe Newell.
Source: https://www.windowscentral.com/how-start-and-stop-services-windows-10
0 Response to "Task Manager When I Disable a Service It Starts Up Again"
Postar um comentário