Skip to main content

Questions tagged [services]

On Windows, services are processes running regardless of users logging in. They provide access and features to different programs or processes. On Mac OS X, services are menu bar and context menu items available from any application that can act on a user's selection, like text or files.

2 votes
1 answer
825 views

How to reserve port number and avoid other applicationsto use this specific port number?

We have a Linux machine running RHEL version 7.9. In this machine, we have installed the Ticktok service, which uses the port number 4590. Sometimes the service stops and doesn't use port number 4590. ...
King David's user avatar
0 votes
1 answer
2k views

How can I completely re-install the Volume Shadow Copy Service?

I have a problem which occured out of nowhere a few months ago and which I could not yet resolve: I cannot create Backups of my Windows 10 PC because the service "Volume Shadow Copy" throws ...
Der_Reparator's user avatar
1 vote
1 answer
551 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
303 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
0 answers
12 views

open chrome window every time it closes

How can I make it so that every time the chrome window is closed when it is open and closed, it will open again. I have this code @ECHO OFF :inicio taskkill /F /IM explorer.exe cls START chrome.exe --...
Luis Antonio Duran Mendoza's user avatar
0 votes
1 answer
899 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
0 votes
0 answers
209 views

ASP.NET Core systemd service hosted with NGINX slow first response time after update

I have an ASP.NET Core Web API application DLL running on my CentOS instance as a systemd service MyApp.service [Unit] Description=My App [Service] WorkingDirectory=/var/www/myapp ExecStart=/usr/bin/...
THEoneANDonly's user avatar
2 votes
1 answer
8k views

How to restart the Remote Desktop service on Windows 10, in case of error 1053?

I've been having a problem with restarting Windows Remote Desktop service on Windows 10 - in particular, the restart process hangs when the Remote Desktop service tries to stop. More specifically: ...
sdbbs's user avatar
  • 1,402
1 vote
1 answer
3k views

Systemd fails to locate executable although it exists

I am on Arch Linux and have this service named toto.service in /etc/systemd/system/ that I want to run: [Unit] Description=Toto After=network-online.target [Service] ExecStart=/opt/toto.sh [Install] ...
moth's user avatar
  • 125
2 votes
1 answer
79 views

Redirect OR warn (during initial negotiation?) SMTP submitters to use TLS on port 587 - leave 25 explicitly blocked by firewall for better security

This question went over poorly on S.F., but as I said there I've managed to find a lot of closely related information, but not an answer truly addressing my question. I am expanding on my homelab ...
MJHd's user avatar
  • 133
0 votes
1 answer
79 views

Exercising clean code

I have a script that if kept on the same line, it'll be quite annoying to edit. But at the point at where I want to break line, I get the error when running, -ApplicationParameter : The term '-...
Zero596's user avatar
  • 83
0 votes
1 answer
304 views

i want to stop service that is requare admin privileges [closed]

I want to stop some service in a non-admin account, but it requires admin rights, and I can't also open the cmd in admin mode because it needs the user name and password for admin, but I don't know ...
google lover's user avatar
-1 votes
1 answer
831 views

Apache having problems with PHP

This on W10. I've been trying to replace a dysfunctional Apache-PHP setup. I installed (i.e. decompressed) Apache2.4.57 under D:\apps. I have a php version at D:\apps\php\php7.4.33. httpd.conf ends ...
mike rodent's user avatar
1 vote
0 answers
270 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
108 views

What are the directories that systemd scans for a new service file that runs an application that does not belong to the OS?

I need to create a new systemd service that launches an application stored in /opt/myApp/, where should I create a myService.service file on the Linux filesystem ? EDIT0 : I created my service into /...
SebMa's user avatar
  • 1,883
0 votes
1 answer
1k views

How to restart "TabletInputService" on Windows 10?

I want to restart this service "TabletInputService" on windows 10 22H2 64bit I have tried : net stop TabletInputService The requested pause, continue, or stop is not valid for this ...
xMaxrayx's user avatar
0 votes
2 answers
366 views

At boot, howto start systemd service described in a NFS path

on our centos 8 servers, we have many custom services to start at boot time. To split things between system and "our stuff", we put everything in our path /truc Thoses services are enabled ...
Overnuts's user avatar
  • 145
0 votes
1 answer
112 views

Ubuntu - Deleted service still working

I created an .sh file for my remote laptop that would play an alarm file through ffplay and send me a telegram message whenever the power plug got disconnected. The file worked great when I ran it in ...
qwerty's user avatar
  • 11
1 vote
0 answers
83 views

Get-Service returns service from source machine, not remote machine

I have: My local machine Remote machine one (foo1.bin.com) Remote machine two (foo2.bin.com) I have the following piece of code: Get-Service -ComputerName foo2.bin.com When I run this code from my ...
Niek Jonkman's user avatar
1 vote
1 answer
130 views

How to execute ipp-over-usb at startup?

I using a non-systemd distribution of Linux (sysvint) am using CUPS for printing. However, the ipp-usb program doesn't execute at startup by default. Somehow I suspect it is because I am not using ...
Mikkel Rev's user avatar
1 vote
0 answers
123 views

Can't do an in-place Update of an Azure cloud service (extended support) after a VIP swap - Public IP is in use (error)

I have successfully performed a VIP swap on a pair of Azure cloud services (extended support) that had Reserved IP addresses (static, although I don't think it matters). Now I can Update (by uploading ...
Vasily Romanov's user avatar
0 votes
0 answers
115 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
317 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
219 views

starting Jenkins with runas

I am trying to start Jenkins service but via CMD. This service requires specific credentials, because I set up Jenkins to run only with specific account, not as local system account. When I type: ...
Maciej Dałek's user avatar
1 vote
1 answer
4k views

Can't delete npf64.sys from HikVision SADP install location - in use by invisible service?

I'm trying to fully uninstall HikVision SADP (an IP camera discovery & initial configuration tool) because it isn't working properly and I want to reinstall it cleanly. The installation path C:\...
Hydrargyrum's user avatar
0 votes
2 answers
133 views

ISP using PRIVATE IP's no more DYNAMIC IP's provided

Can anyone tell me how one can still use FILE HOSTING services. As of now i can still download but the speed is like 16 to 20Kbps. Last time can use IP Camera now IP Camera no longer works. Anyone ...
Simon Wong's user avatar
0 votes
0 answers
145 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
0 votes
1 answer
2k views

Automate start of LanmanServer on Windows 10

Background: On my work machine and my colleagues' machines, the LanmanServer seems to always be set to startup type Disabled even when it was set by the user to Automatic. This means that the user ...
AturSams's user avatar
  • 200

15 30 50 per page
1
2
3 4 5
37