About 33,800 results
Open links in new tab
  1. Start, Stop, and Disable Services in Windows 10 | Tutorials

    Nov 28, 2021 · 1 Do step 2 or step 3 below for how you would like to open the Services snap-in window. 2 Press the Win + R keys to open the Run dialog, type services.msc into Run, press …

  2. How to stop service from commandline in windows? - Super User

    May 31, 2017 · 11 i would like to stop following services from command line print spooler shell harware detection windows defender windows update onedrive onecloud and also deny them …

  3. Restart a Windows service from the command line - Super User

    Apr 28, 2014 · 5 The PsService utility from PsTools provides a restart command for services, with additional parameters to run it on another machine. psservice [-accepteula] [\\Computer [-u …

  4. windows 10 - How can I run MSCs, such as services.msc, as System ...

    Aug 9, 2024 · I want to run the Services MMC [services.msc] / other MMCs as System || TrustedInstaller and have tried using NirSoft's AdvancedRun, but it only works for .exe files. Is …

  5. How do I run a Windows command as a service? - Super User

    I recommend using the "Service Control" application, because it fully integrates with the services.msc control panel, so it can be run under an arbitrary user, and autostarted with the …

  6. How do I enable services on a Windows computer via a command …

    44 I believe the command you are looking for is: sc config servicenamehere start= auto You'll need to know the name of the service though - to view this from the command line, try this …

  7. Disable a Windows service from the command line - Super User

    Quoting from KB248660: The Reg.exe utility from the Microsoft Windows NT Resource Kit must be installed on your computer. To change the startup value for a service on a local computer …

  8. How do I extract a list of services AND what account they run as?

    Apr 17, 2015 · The emphasis of this question is on the second half. I know how to extract a list of all the services and how to filter on their state. However, what I am unsure how to do is to …

  9. Open CMD as admin with Windows+R shortcut - Super User

    Sep 4, 2015 · My preference for running CMD is to use Windows+R » type cmd » Enter. But this doesn't open it with admin rights. Is there a way to type your way through to command prompt …

  10. Need command to edit a service's log on to Local System Account

    May 16, 2015 · When you right click a service in services.msc and go to properties and Log On, it lets you change it to Local System account, how can I switch to that setting with a batch …