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

All Questions

Tagged with
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

15 30 50 per page
1 2
3
4 5
20