Free Video Downloader

Fast and free all in one video downloader

For Example: https://www.youtube.com/watch?v=OLCJYT5y8Bo

1

Copy shareable video URL

2

Paste it into the field

3

Click to download button


4 Ways to Start or Stop a Service in Windows
January 22, 2023

4 Ways to Start or Stop a Service in Windows

Reading Time: 3 minutes

Need a Windows service? Or perhaps you want to close unnecessary ones to free up system resources?

On Windows, services are small programs that run in the background to perform specific tasks on your computer. Typically, these services run automatically, but you can start or stop them manually as needed.

Here we show you four easy ways to start or stop a service on your Windows computer.

1. How to Start or Stop a Service Using the Services App

The Services app in Windows makes it simple to manage and configure background services on your computer. Here’s how you can use it to start or stop a service in Windows.

  1. Open the Run dialog box.
  2. Type services.msc in the text box and hit Enter.
  3. In the Services app that opens, you’ll see all the services arranged alphabetically.
  4. Scroll through the list to locate the service you want to start or stop. Right-click on it and select Start or Stop from the context menu.

2. How to Start or Stop a Service via the Task Manager

Windows Task Manager has a Services tab that displays a complete list of services, along with their description, status, and other information. If the Services app does not open or respond for any reason, you can start or stop services using the Task Manager. Here are the steps you can follow.

  1. Press Ctrl + Shift + Esc on your keyboard to open the Task Manager.
  2. Switch to the Services tab.
  3. Locate and select the service you wish to manage. Click the Start or Stop button from the toolbar at the top.

3. How to Start or Stop a Service With the Command Prompt

Don’t like working with GUI? No problem. Windows also allows you to start and stop services through a command-line tool.

To start or stop a service using Command Prompt:

  1. Right-click the Start icon or use the Win + X keyboard shortcut to open the Power User menu.
  2. Select Terminal (Admin) from the list.
  3. Select Yes when the User Account Control (UAC) prompt appears.
  4. In the console, type the following command and hit Enter to view a list of services on your computer.
     sc queryex state=all type=service 
  5. Note down the name of the service you want to start or stop from the SERVICE_NAME field.
  6. Run the following command to start a service on your computer.
     net start 'Service-Name' 
  7. If you want to stop a service on Windows, use this command instead:
     net stop 'Service-Name' 

Make sure you replace Service-Name in the above commands with the actual name of the service you want to start or stop.

Want to discover more useful commands? Check out our guide on the best Windows Command Prompt (CMD) commands.

4. How to Start or Stop a Service With PowerShell

PowerShell is another command-line tool you can use to manage services manually on your Windows computer. To do so, use the following steps:

  1. Click the search icon on the taskbar or press Win + S to open the search menu.
  2. Type PowerShell in the search box.
  3. Select Run as administrator from the right pane.
  4. When the User Account Control (UAC) prompt appears, select Yes.
  5. In the PowerShell window, paste the following command and press Enter:
     Get-Service 
  6. You should see a list of services along with their current status. Note down the name of the service you want to start or stop from the Name column.
  7. Run the following command in the PowerShell window to start the service.
     Start-Service -Name 'Service-Name' 
  8. If you want to stop the service on Windows, use this command:
     Stop-Service -Name 'Service-Name' 

In the above commands, replace Service-Name with the specific name of the service you wish to start or stop.

Manage Windows Services With Ease

Managing Windows services may not be something you often do, but it’s nice to know that Windows provides several options for starting or stopping services when needed.

Similarly, if there’s a service that you don’t want running on your computer, Windows also allows you to delete it in a few simple steps.

Ref: makeuseof

MediaDownloader.net -> Free Online Video Downloader, Download Any Video From YouTube, VK, Vimeo, Twitter, Twitch, Tumblr, Tiktok, Telegram, TED, Streamable, Soundcloud, Snapchat, Share, Rumble, Reddit, PuhuTV, Pinterest, Periscope, Ok.ru, MxTakatak, Mixcloud, Mashable, LinkedIn, Likee, Kwai, Izlesene, Instagram, Imgur, IMDB, Ifunny, Gaana, Flickr, Febspot, Facebook, ESPN, Douyin, Dailymotion, Buzzfeed, BluTV, Blogger, Bitchute, Bilibili, Bandcamp, Akıllı, 9GAG

Leave a Reply

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