banner



Which Of The Following Is A Service Supported By Windows 10 Quizlet

Windows 10 manage services
Windows 10 manage services (Image credit: Windows Central)

On Windows 10, services are programs that run in the background without a user interface and enable organization features (such as printing, networking, remote access, File Explorer, Windows Search, updates, etc.) and apps to operate as intended.

Although the system does a pretty good task managing background services, sometimes, you may demand to control them manually when a feature or app isn't working correctly, or an app requires you to manage its services manually.

Any the case it might be, Windows 10 includes at least four methods to stop, start, disable, or enable services using the Services console, Task Manager, Command Prompt, and PowerShell.

In this Windows 10 guide, we'll walk you lot through the steps to manage system and apps services on your computer.

  • 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 stop, start, disable, or enable one or multiple services on Windows 10.

Stop service

To finish a running service using Services, use these steps:

  1. Open Start.
  2. Search for Services and click the height effect to open the console.
  3. Double-click the service that y'all intend to end.
  4. Click the Terminate button.Quick tip: You can besides manage the state past right-clicking the service and selecting the option. Or you lot can select the service so employ the controls at the peak to start, finish, suspension, or restart.

Source: Windows Central (Image credit: Source: Windows Central)
  1. Click the Use button.
  2. Click the OK button.

Once you consummate the steps, the service will stop running on the device.

If yous're unable to stop a arrangement service, consider that some services are required for the operation of Windows ten, and they can't exist stopped.

Start service

To offset a service on Windows 10, use these steps:

  1. Open Beginning.
  2. Search for Services and click the top result to open the panel.
  3. Double-click the service that you intend to stop.
  4. Click the Kickoff push.

Source: Windows Cardinal (Image credit: Source: Windows Central)
  1. Click the Apply button.
  2. Click the OK push button.

Subsequently you complete the steps, the service you specified will offset for the current session.

Disable service

To set a service a disabled, use these steps:

  1. Open Commencement.
  2. Search for Services and click the acme upshot to open the console.
  3. Double-click the service that you intend to end.
  4. Click the Stop button.
  5. Use the "Start blazon" driblet-down menu and select the Disabled option.

Source: Windows Key (Image credit: Source: Windows Central)
  1. Click the Apply button.
  2. Click the OK button.

Once you complete the steps, the service will no longer get-go automatically later restarting your device.

Enable service

To enable a specific service, use these steps:

  1. Open Start.
  2. Search for Services and click the top effect to open the console.
  3. Double-click the service that yous intend to stop.
  4. Click the First button.
  5. Employ the "First blazon" drop-down menu and select the Automated option.These are the Startup types on Windows 10:
    • Automatic – service starts at kicking.
    • Automatic (Delayed Start) – service first after boot.
    • Manual – starts service manually equally needed.
    • Disabled – stops service from running.

Source: Windows Fundamental (Paradigm credit: Source: Windows Central)
  1. Click the Apply push.
  2. Click the OK button.

After yous complete the steps, the Windows 10 or app service will enable, but if it was in a stopped country, y'all'd need to start information technology manually or restart the device for the service to run.

How to manage services using Task Manager

Task Manager besides includes a section to quickly manage services for Windows ten and apps.

To end, start, or restart a service using Task Manager, use these steps:

  1. Open up Get-go.
  2. Search for Job Manager and click the top result to open up the app.Quick tip: Windows 10 includes many other ways to open the experience, including right-clicking the taskbar and selecting the Job Director option and using the Ctrl + Shift + ESC keyboard shortcut.
  3. Click the Services tab.
  4. Right-click the service name, and select i of the options:
    • Stop.
    • Start.
    • Restart.
    Quick note: Task Manager only displays the service name, non the display name. For example, if you lot're using this method, yous'll the "Impress Spooler" divers as "Spooler."

Source: Windows Central (Prototype credit: Source: Windows Fundamental)

Once yous complete the steps, the service volition respond to the pick you selected.

How to manage services using PowerShell

You tin can also utilise PowerShell commands to manage background services for Windows 10 and apps.

Stop service

To stop a specific service with PowerShell, apply these steps:

  1. Open up Start.
  2. Search for PowerShell, right-click the height consequence, and select the Run as administrator pick.
  3. (Optional) Type the following command to view a list of all the services and printing Enter:Go-Service

Source: Windows Primal (Image credit: Source: Windows Central)
  1. Type the following command to stop a service and press Enter:Stop-Service -Proper noun "SERVICE-Proper name"For instance, this command stops the printer spooler service on Windows 10:Stop-Service -Name "spooler"In the command, supercede "SERVICE-NAME" for the proper name of the service that you intend to stop. If y'all want to use the display proper name, replace -Proper name for -DisplayName and then specify the display proper noun of the service.Alternatively, y'all can likewise use this variant of the control to stop the service:Set up-Service -Proper name "SERVICE-Proper noun" -Status stoppedIn the command, replace "SERVICE-NAME" for the name of the service that you intend to stop. If you want to use the display proper noun, replace -Name for -DisplayName and then specify the display name of the service. You merely need the quotation marks if there's a space inside the proper noun.Quick tip: If you're getting a dependency error, yous tin can append the -force option in either of the commands to stop the service. For example, End-Service -Proper name "SERVICE-NAME" -Force.

Source: Windows Cardinal (Prototype credit: Source: Windows Central)

Source: Windows Central (Image credit: Source: Windows Central)

After you consummate the steps, the PowerShell command volition stop the service on your device.

Start service

To start a Windows 10 or app service with PowerShell, employ these steps:

  1. Open up Start.
  2. Search for PowerShell, correct-click the top outcome, and select the Run equally ambassador pick.
  3. Blazon the following command to start a service and press Enter:Starting time-Service -Name "SERVICE-NAME"For example, this command starts the printer spooler service on Windows 10:Start-Service -Name "spooler"In the control, supplant "SERVICE-Name" for the name of the service. Using the display name is supported, replacing -Name for -DisplayName and then specify the display name of the service.Alternatively, yous can also use this variant of the command to start a service:Set-Service -Name "SERVICE-Proper noun" -Status runningIn the command, supercede "SERVICE-NAME" for the name of the service. If you lot want to employ the display proper name, replace -Name for -DisplayName and then specify the display proper name of the service.

Source: Windows Fundamental (Image credit: Source: Windows Fundamental)

Source: Windows Key (Paradigm credit: Source: Windows Primal)

Once you lot complete the steps, the service will outset on your reckoner.

Disable service

To disable a service using a PowerShell control, utilise these steps:

  1. Open Start.
  2. Search for PowerShell, correct-click the top issue, and select the Run as administrator selection.
  3. Blazon the following command to disable a service and press Enter:Set-Service -Name "SERVICE-NAME" -Status stopped -StartupType disabledIn the command, update "SERVICE-NAME" for the proper noun of the service. If you want to use the brandish name of the service, and so replace -Name for -DisplayName and specify the service name. If y'all want to disable the service without stopping it immediately, you tin remove the -Status stopped portion of the control.For example, this command disables the printer spooler service on Windows 10:Set up-Service -Name "spooler" -Condition stopped -StartupType disabled

Source: Windows Cardinal (Image credit: Source: Windows Cardinal)

After you complete the steps, the PowerShell command volition disable the specified service.

Enable service

To enable a specific background service with PowerShell, use these steps:

  1. Open Start.
  2. Search for PowerShell, right-click the elevation effect, and select the Run equally administrator option.
  3. Type the following command to enable a service and press Enter:Set-Service -Name "SERVICE-Proper name" -Status running -StartupType automaticFor example, this command enables the printer spooler service using PowerShell:Set-Service -Name "spooler" -Status running -StartupType automatic Quick note: Y'all may able to use the display -DisplayName option, but the command may also prompt you to supply the name of the service, adding an actress pace to the process. If y'all want to enable the service without starting it immediately, yous can remove the -Status running portion of the command.

Source: Windows Cardinal (Prototype credit: Source: Windows Central)

Once you lot complete the steps, PowerShell will enable the service specified with the control.

How to manage services using Command Prompt

If you're comfy using the command line, Command Prompt offers the "cyberspace" command (older) to stop or kickoff, or the "sc" command (newer) to cease, start, disable, or enable services on Windows 10.

Stop service

To stop a Windows ten or app service with Command Prompt, utilise these steps:

  1. Open Start.
  2. Search for Command Prompt, right-click the acme outcome, and select the Run as administrator option.
  3. (Optional) Type the following command to view a list of all the services and printing Enter:sc queryex land=all type=service

Source: Windows Central (Epitome credit: Source: Windows Primal)
  1. Type the following command to stop a service and printing Enter:cyberspace end "SERVICE-NAME"In the command, replace "SERVICE-Name" for the name or display name of the service. Y'all simply need the quotation marks if there's a space inside the proper noun.For example, this command stops the printer spooler using the service name:net stop "spooler"Alternatively, you can also use the more advanced "sc" command:sc stop "SERVICE-Proper name"For case, this command stops the printer spooler using the service name:sc stop "spooler"

Source: Windows Key (Image credit: Source: Windows Primal)

Source: Windows Central (Image credit: Source: Windows Central)

Later you complete the steps, the command will cease the specified service on Windows x.

Start service

To start a service with the command line, apply these steps:

  1. Open Start.
  2. Search for Command Prompt, right-click the meridian upshot, and select the Run as administrator choice.
  3. Blazon the following control to beginning a service and printing Enter:cyberspace kickoff "SERVICE-NAME"In the command, supplant "SERVICE-Name" for the name or display name of the service. You only need the quotation marks if in that location's a infinite inside the proper name.For example, this command starts the printer spooler using the service name:net start "spooler"Alternatively, you tin also utilize the "sc" command:sc start "SERVICE-Proper name"For case, this command starts the printer spooler using the service proper name:sc starting time "spooler"

Source: Windows Cardinal (Image credit: Source: Windows Central)

Source: Windows Central (Image credit: Source: Windows Central)

Once you complete the steps, the control will execute and showtime the service you lot specified.

Disable service

To disable a service with Command Prompt, use these steps:

  1. Open Starting time.
  2. Search for Control Prompt, correct-click the tiptop issue, and select the Run every bit administrator selection.
  3. Type the following command to disable a service and press Enter:sc config "SERVICE-Name" commencement=disabledIn the command, supersede "SERVICE-Proper noun" for the name of the service that you want to disable.For example, this control disables printer spooler using the service name:sc config "spooler" first=disabled

Source: Windows Central (Paradigm credit: Source: Windows Central)
  1. (Optional) Type the post-obit control to cease the service and press Enter:sc end "SERVICE-NAME" Quick annotation: When you disable a service, it doesn't terminate the electric current state of the service. Yous can either restart your computer or stop the service using the above command.

Later you complete the steps, the sc command will run disabling the Windows ten or app service you specified.

Enable service

To enable a service with a control, utilise these steps:

  1. Open up Starting time.
  2. Search for Command Prompt, right-click the pinnacle effect, and select the Run equally ambassador option.
  3. Type the following command to enable a service and press Enter:sc config "SERVICE-Name" start=machineIn the command, replace "SERVICE-Proper name" for the name of the service that you desire to enable.For example, this control enables the printer spooler automatically using the service proper noun:sc config "spooler" showtime=machineThese are alternative commands to enable a particular service:
    • Manual: sc config "SERVICE-Proper noun" start=demand
    • Automatic Delayed: sc config "SERVICE-NAME" showtime=delayed-machine

Source: Windows Fundamental (Image credit: Source: Windows Central)
  1. (Optional) Type the following command to starting time the service and press Enter:sc starting time "SERVICE-Proper name"

Once you lot complete the steps, the service will enable and start automatically on reboot according to the command y'all used.

You can only use the "net" control to start or terminate services. The "sc" command allows you to perform more tasks, including start, stop, enable, or disable services, among other options. If you're choosing to manage services with command lines, then, in either case, it's all-time to utilize the service name instead of the display name.

Also, when using any of the methods outlined in a higher place, consider that making modifications to the default settings tin can modify the performance of i or more features that depend on that service negatively affecting the feel. Furthermore, if yous restart a service, y'all might be required to starting time its dependencies manually as well to make the app or feature operational again.

We're focusing this guide on Windows 10, but the ability to manage services has been bachelor for several years, which means that you can refer to this guide if you're still running Windows eight.1, Windows 7, and older versions.

Mauro Huculak is technical writer for WindowsCentral.com. His primary focus is to write comprehensive how-tos to help users get the most out of Windows ten and its many related technologies. He has an It groundwork with professional certifications from Microsoft, Cisco, and CompTIA, and he's a recognized member of the Microsoft MVP customs.

Which Of The Following Is A Service Supported By Windows 10 Quizlet,

Source: https://www.windowscentral.com/how-start-and-stop-services-windows-10

Posted by: sagealoortat.blogspot.com

0 Response to "Which Of The Following Is A Service Supported By Windows 10 Quizlet"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel