Skip to main content

All Questions

0 votes
1 answer
123 views

cmd // stop service ONLY if it's running, otherwise declare a variable

I'd like to make a short script which: Checks if specified services are running. If they do then they should be stopped (otherwise declare variable/s for the last point). Then there will be some code ...
superfractal's user avatar
1 vote
1 answer
2k views

When can/should a Windows service Start type be "Boot" or "System" instead of "Automatic"?

While running the Services.msc GUI offers the ability to manually set a Windows service start type to Automatic, Automatic (Delayed start), Manual, or Disabled, the configuration of services is stored ...
ETL's user avatar
  • 381
2 votes
2 answers
284 views

What do the service values "CHECKPOINT" and "WAIT_HINT" mean?

I'm trying to troubleshoot some issues with a service, including a service not starting up properly. So I typed the command sc queryex <servicename> (documentation here). Most of the results are ...
Benjamin Krausse DB's user avatar
4 votes
1 answer
9k views

How to start a Windows service with a different working directory than system32

Is there any way to start a service using sc (or any other tool) on Windows and set its working directory to a different one than C:\Windows\system32 (which is the default one) ? I know I can specify ...
alexandrosangeli's user avatar
0 votes
1 answer
1k views

How to Export List of All services and user owner stated on services.msc to csv

I want to export a list with all services and users owners "Log on as" from services.msc In services.msc i can export the details to csv but the results are getting messy. I saw THAT and ...
StackBuck's user avatar
  • 155
6 votes
2 answers
6k views

What keeps re-enabling update orchestrator service in Windows 10?

The following services have successfully been disabled, and their executable files that activate them have had their security permissions removed under propteries: Background Intelligent Transfer ...
Andrew's user avatar
  • 61
0 votes
1 answer
1k views

When windows service is installed under different user it requires manual "Log On" is this expected?

using golang example I created windows service application, as mentioned in documentation I configured with service user and password. I'm using a batch script that will execute @REM install ...
imaheshwaran s's user avatar
1 vote
2 answers
3k views

Windows 10 missing service

I'm trying to use a smart card on my computer and I can't get it to read on one of my computers even though using the exact same reader works on the other. Both are running Windows 10 21H1. Plugging ...
chizou's user avatar
  • 485
1 vote
1 answer
387 views

Run a windows service if not connected to a particular Wi-Fi network

Currently, I have the OpenVPN windows service set up, and it runs well. I wanted to know if there was a way to make it connect to the VPN whenever I am not connected to my home network (connected to ...
Connor Irwin's user avatar
14 votes
7 answers
6k views

Windows 10 - Which services and Windows features and so on are unnecesary and can be safely disabled? [closed]

I am a Windows power user, tweaker, and tinkerer. I use Windows Explorer, cmd, Control Panel, PowerShell and everything that can be accessed from the Control Panel very often. Recently I have done a ...
Ξένη Γήινος's user avatar
1 vote
1 answer
2k views

How do I determine which Windows services were recently disabled?

Does Windows 10 keep a log of when/which services were enabled/disabled? How would a person locate this information? Thanks!
ashleedawg's user avatar
4 votes
1 answer
4k views

Why doesn't SC QUERY show all services? Are some services hidden?

I'm trying to find out why a service is in STOP_PENDING state, but the service seems to be hidden. It doesn't show up in a general sc query, nor in services.msc or in Powershell's Get-Service. Here's ...
pbarney's user avatar
  • 763
0 votes
1 answer
115 views

Set Windows Error Reporting (WER) service to "disabled"?

For non-ESU Windows 7 devices, is there any reason to have Windows Error Reporting (WER) service set to anything except "disabled"? After all, those systems will not be receiving any more updates ...
End Antisemitic Hate's user avatar
0 votes
0 answers
1k views

Red 'X' image on Network Adapter Icon in Network Connections - Windows 10

Opened Network Connections window in Windows 10 v.1909 (Network and Sharing Center > Change Adapter Settings) only to find that my Primary Ethernet Adapter is displaying a Red 'X' as part of the icon: ...
Arianax's user avatar
  • 91
0 votes
1 answer
4k views

What can cause a Windows Service startup type to change?

Remote workers at my company use a program to capture and store data. The program has a background service called the "scheduler" that connects to and transfers data back up to our home office on a ...
Ashton's user avatar
  • 1

15 30 50 per page
1
2 3 4 5