Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
22 views

The definition and application of the word 'Shell' in computing

I have been researching and ended up going down a rabbit hole. My problem starts when I was reading this article: https://learn.microsoft.com/en-us/windows/application-management/svchost-service-...
E M's user avatar
  • 1
0 votes
1 answer
124 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
2 votes
1 answer
1k views

Fail to start sppsvc service in Windows 11

I bought a new laptop with an Nvidia GeForce 4070 GPU and an I7 12700 CPU. After installing Microsoft Office products, the service sppsvc stopped working as a result the Office apps raised the error &...
MR_'s user avatar
  • 21
0 votes
1 answer
148 views

How do you kill a Windows Service with Cygwin?

I've found many questions/answers that document how to kill a Windows process in Cygwin, but I'm asking how to kill a Windows 10 service in Cygwin. If the verb "kill" seems out of place for ...
Daniel Kaplan's user avatar
0 votes
0 answers
302 views

Faults in Windows Updates Services and more on Windows 11

My friend's been having issues with his computer when trying to update to 23H2. Initially this started with a "Something went wrong. Try to reopen Settings later." message. After digging ...
Alucaius's user avatar
1 vote
1 answer
1k views

Windows 10 - Firewall - Outbound rule to allow access for one service hosted by svchost.exe

Initial question Today, I'm stuck with a Windows Firewall problem and I hope you can help me. I'm trying to create rules dedicated to services but I can't make them match. I found some related topics ...
shadowpool'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
0 votes
1 answer
185 views

Windows .Bat file behave differently when executed from command window and by double clicking on the bat file

batchfile is simple which has only two lines below, but behaves differently. run from command window. > sc \\server query | findstr SERVICE_NAME | find /c /v "" //result is 135 > ...
OfusJK's user avatar
  • 101
1 vote
1 answer
553 views

How do I detect the presence of a new service on a windows server via PowerShell script

We have a need to detect installation of new services on our application servers. These are Windows 2016 & 2019 servers. I decided to write and schedule a PS script that will run twice a day. This ...
FemiA's user avatar
  • 13
0 votes
1 answer
2k views

Why is there no clipboard user service on Windows 11?

In windows 10, there is a service called the Clipboard User Service or cbdhsvc that manages the clipboard. In Windows 11, this service no longer exists PS> Get-Service -DisplayName 'clip*' PS> ...
Nico Nekoru's user avatar
2 votes
2 answers
306 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
0 votes
1 answer
911 views

List of Service Types for Windows Event ID 7045

I'm writing some detection use cases to search for suspicious Windows Services via Windows Event logs, I'm trying to find all of the values for the Service Type field in 7045 events that correspond to ...
Jary Rym's user avatar
1 vote
0 answers
274 views

Trying to understand the differences between running rundll32 from a service vs through cli

I'm trying to understand the difference between how things are executed when running under a NT_AUTHORITY LOCAL SERVICE account that run on startup, vs by the user. I have an executable that spawns a ...
Josh T's user avatar
  • 11
0 votes
0 answers
3k views

Cannot Start Windows Process Activation Service On Windows Server 2019?

I have searched high and low and can't figure this one out. I made a new VM on which Windows Server 2019 Standard was installed. If WAS is started from Services it gives the following error: Error 50: ...
Brute's user avatar
  • 23
0 votes
0 answers
116 views

How do I override windows service status perception?

I've got a phantom/ghost service. The executable is not running. Service Control Manager thinks it's running. Something needs that service to be stopped, it asks Windows ,which will happily continue ...
aphid's user avatar
  • 221
1 vote
0 answers
319 views

BluetoothUserSupport Service issue

I have a strange problem with Bluetooth on Windows 10. All the latest drivers and Windows updates are installed, services set to 'automatic' run. Bluetooth devices paired and and working well, but ...
Lukas's user avatar
  • 11
0 votes
0 answers
147 views

How to check what is controlling/restarting a Windows Service or view its errors?

There are services which can be found in services.msc As example, WlanSvc the WLAN AutoConfig. How can I check which "thing" initiated a Stop or a Restart on a service? With "thing"...
karl-police's user avatar
2 votes
2 answers
7k views

How to run WSL on Windows 11 boot as service

Postgres server on Debian should run on Windows 11 boot. Debian was installed using wsl --install Debian Postgres in Debian using sudo apt install postgresql-12 Created /etc/wsl.conf as described in ...
Andrus's user avatar
  • 159
0 votes
0 answers
291 views

"Windows Error Reporting" is missing from the services' list

I'm a Windows 10 user. Lately I'm dealing with frequent BSOD episodes (more or less twice a day) that don't appear to be triggered by any specific action of mine; actually they happen mostly when I'm ...
il mietitore's user avatar
0 votes
1 answer
37 views

MIDI devices not visible anymore after removing services/devices

To reduce the DPC latency of my laptop I played around disabling/removing various drivers and services (without success though), possibly including. However, I now notice that my MIDI devices do not ...
Michel Keijzers's user avatar
0 votes
0 answers
911 views

How to check which services are using too much memory

I have a Windows 10 laptop that constantly has high memory usage, even on idle. I did a selective startup with Microsoft and Intel services only, but the memory usage was only marginally lower than ...
HullBreaker's user avatar
0 votes
1 answer
270 views

Displaying services running that are in the context of SYSTEM privileges using the Windows command line

I have been trying to figure out how to put together a proper way of doing this but using findstr to try and match the output of the services running does not seem to be properly doing it. I have ...
ThatTotallyRealMyth's user avatar
1 vote
0 answers
100 views

Can't add Bluetooth devices (Couldn't connect error)

I recently installed a custom Windows iso (RekOs) but I can't get it to add Bluetooth devices. My Bluetooth drivers are up to date. My computer is discoverable on my phone, and I can connect to it ...
Yeetus Yeetus Throw a Fetus'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
1 vote
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
  • 165
1 vote
1 answer
1k views

Windows 7 reinstall MS shadow copy provider (swprv) while missing it's registry, no restore points and regsvr32 commands is not a way

I have a specific problem with Win 7 (along with thousands other users). My Windows 64 bit Service Pack 1 restore system doesn't work, I can't create a restore point in Windows Defence (Error ...
Kir S's user avatar
  • 21
0 votes
0 answers
107 views

How do I enable "Waiting <service>", "Preparing WIndows" login text?

While I am searching google How to enable preparing windows login test/How to enable informative text in my login screen but no luck. I searched in Local Security Policies but it isn't there. In the ...
timelessnesses's user avatar
2 votes
2 answers
4k views

What is "Trigger start" service startup type?

Some windows services mention Trigger start under "startup type" column in Windows services (services.msc) I suppose that means if service is not running then if anything requires the ...
metablaster's user avatar
1 vote
1 answer
650 views

In Windows (10 specifically) why can a user stop or start a service via services.msc but if attempting to do this via cmd require an elevated shell?

As the title suggests. I had a user who has rights to open services.msc and can start/stop/edit the services with no issue via the GUI. User cannot script the starting of a service (e.g. "net ...
yoonsi's user avatar
  • 111
2 votes
2 answers
4k views

Do Windows services have elevated privileges?

If I create a service with nssm using nssm install, does that service run with admin permissions? If so, how can I revoke that?
timyc's user avatar
  • 23
0 votes
0 answers
254 views

WARNING: unable to start the KWIC service on windows 10

I've been trying to install the KWIC service on windows 10 from the official Kaazing site. I'm trying to install version 5.9.25 following these steps: Download the .zip from website. Extract .zip in ...
HRDSL's user avatar
  • 111
0 votes
0 answers
248 views

Is it possible for an NT Service logOn account to have a suffix other than the service name?

In Windows services, we can see certain services has logOn types as NT Service. In most cases, this type of logOn accounts are named NT Service, followed by a slash, and and the name of the specific ...
Sandhiya's user avatar
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
1 answer
6k views

How to set up automatic always-on SSH tunnels on Windows 10 (or 11)?

The accepted answer at the similar question Automatic SSH tunneling from Windows - Super User recommends Bitvise Tunnelier which requires a Windows client and Windows server. My solution requires a ...
MountainX's user avatar
  • 2,144
1 vote
2 answers
758 views

service which is set as auto is not started when system restarts

Using the below command created a service in cmd c:\>sc create "DellCare" start= auto displayname= "DellCareService" binpath= "C:\Users\Dev Parzival\Desktop\bat\DellCare\...
user avatar
1 vote
0 answers
633 views

Windows Time Service is Missing

I have Windows 10 Pro installed on my PC. After the last update I have a problem with the time as it changes continuously either after startup or while using the PC. Searching online, I noticed that ...
El_Merendero's user avatar
0 votes
0 answers
313 views

what restarts the wsearch service after I stop it?

As answered in this question, Windows (7, and now 10) does restart the wsearch service after someone deliberately stops it. As that question also explains, one can disable the service to prevent it ...
john v kumpf's user avatar
0 votes
1 answer
975 views

Mining rig Batch file for closing unnecessary windows services

Ok so I am building a bat file that can automatically be executed when windows has finished loading to optimize my all my windows' based rigs for GPU mining. So far my bat file looks like this, is ...
Max Alexander Hanna's user avatar
-1 votes
1 answer
866 views

Some Services Not Showing With Get-Service cmdlet in Powershell

I am trying to compile a list of services on several different servers running Windows Server 2019. To do this I have been to outputting the service names using Get-Service in Powershell but on one of ...
Luke's user avatar
  • 279
1 vote
1 answer
3k views

Automatically starting a service in WSL2 using service command

I have Windows 10 with WSL2, and Ubuntu 20.04 on it. I'm trying to have mailhog automatically start for me in the background, the same way mysql does for me. I've installed mailhog, and created a /etc/...
dingo_d's user avatar
  • 333
1 vote
1 answer
605 views

How do you repair or re-install the Edge Updater components (scheduled tasks and services)

A user has attempted to remove the "Microsoft Edge Update" application from a Windows 10 PC (1909) (Not Edge but the updater), because the uninstall button was greyed out. The user was an ...
Stone's user avatar
  • 9
1 vote
1 answer
2k views

Cannot enable or restart Windows Firewall

I am trying to fix some problems related to Windows Calculator, Clock, etc., but I encounter an error while trying to run the PowerShell command: Get-AppxPackage -allusers *windowscalculator* | ...
azure's user avatar
  • 11
1 vote
0 answers
5k views

How to restart Windows services including their depending ones using `net stop` or `sc stop`?

For various reasons I need to restart the service NLA (Network Location Awareness) or NlaSvc on the shell using an automated task. Doing so manually using services.msc shows a dialog telling me that ...
Thorsten Schöning's user avatar
0 votes
1 answer
3k views

Python in Task Manager or Background Services in Windows?

I just installed Python on Windows system. Just like any software, curious if Python has a background service or program running in Task Manager or Services, when I'm not actually using the program. ...
MarkAllen4512's user avatar
0 votes
1 answer
2k views

Create a service in a Linux Subsystem on Windows 10

I installed correctly WSL2, I'm currently running ubuntu subsystem on windows 10 and I would like to create a service to start a program on startup. The problem is that I cannot use systemctl because ...
Born Ready's user avatar
2 votes
1 answer
2k views

What increases the BIOS Time? Windows 10

I recently reset my Windows 10 PC. The 'last BIOS time' when I checked first was 1.8 seconds (I kept only necessary startup items and services enabled). I used to check it frequently as I was ...
Tubrag's user avatar
  • 118
8 votes
2 answers
46k views

started seeing this two services suddenly "CDPUserSvc_604aa" and "cbdhsvc_604aa"

I have just installed windows 10 20H2 on my desktop 3 or 4 days ago and below two services "CDPUserSvc_604aa" and "cbdhsvc_604aa" started showing suddenly, please check below ...
Dhaval Pankhaniya's user avatar
0 votes
1 answer
270 views

Error While Trying to Run Local Service with a specific user: The remote server has been paused or is in the process of being started

I want to run a custom process running as local windows service with a specific user I have created instead of Local System account. I have successfully applied Service Logon permissions and Service ...
fatihk's user avatar
  • 111
0 votes
1 answer
540 views

My screensave somehow got disabled in services.msc. Need to enable it

Screen saver was running fine in Win10 Home. It stopped running after no activity. I have checked all settings, they have no changed. I tried different screensavers, I checked registry entries, they ...
Karen Hamilton's user avatar
4 votes
1 answer
61k views

How to tell which service or task caused a certain 4624 logon event?

I found a series of Windows logon events 4624 like this: An account was successfully logged on. Subject: Security ID: SYSTEM Account Name: mycomputername$ Account Domain: ...
Qin Heyang's user avatar

15 30 50 per page
1
2 3 4 5 6