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.

1 vote
1 answer
14k views

Data Usage Service usage and functionality

I was going through services to disable and I stumbled upon Data Usage service. The description says: Data Usage Network data usage, data limit, restrict background data, metered ...
0 votes
0 answers
69 views

NSSM for Selenium Server (Paused)

My selenium grid server is working very well when im running it on cmd and then java -jar selenium-server-.jar standalone and I can also run my test side files from my monitoring. But when I close the ...
1 vote
4 answers
15k views

So I disabled the Application Information service

Do to a battery problem when upgrading to Windows 10 I disabled the Appinfo service. The problem I am having now is that I cannot get it re-enabled. I get this message when I try and open regedit, ...
24 votes
3 answers
36k views

Wildcard Services restart

Currently, we have setup a .bat file which lists all services to start / stop them eg. SC start SERVICE1 SC start SERVICE2 SC stop SERVICE1 SC stop SERVICE2 We add new services all the time and the ...
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 ...
0 votes
3 answers
453 views

User services in FreeBSD?

Say for instance I want to start up the emacs server for my user when I log in. In a systemd Linux system, I might make a unit file at ~/.config/systemd/user/emacs.service and enable it with systemctl ...
0 votes
0 answers
62 views

Where do you find the file lists that Microsoft collects from your system?

System -> Update & Security -> Windows security (on the left) -> Virus & threat protection (on the right) -> Manage settings (under Virus & threat protection settings on the right) ...
4 votes
1 answer
8k views

systemd keeps stopping and restarting a service

Before systemd, my /etc/init.d/referee script would start/stop/restart a service without issue. Converting to systemd, which calls the same init.d script, the service starts without an error and then ...
2 votes
5 answers
18k views

VPN issue: SSTP Service service started and then stopped

When I was trying to set up a VPN connect on my laptop running Windows 7 Ultimate, I got this error: Network Connections Cannot load the Remote Access Connection Manager service. Error ...
3 votes
1 answer
204 views

Why isn't systemd restarting simple service that has Restart=always after main process killed?

I created a simple systemd service test.service with Restart=always [Unit] Description=test [Service] Type=simple Restart=always RemainAfterExit=no ExecStart=/home/core/test.sh and test.sh #!/usr/...
19 votes
2 answers
116k views

systemd service: permission denied

I have a new systemd service that fails to start with a "permission denied" error. I bought a Thinkpad L480. Unfortunately, there seems to be an issue with the kernel not detecting the touchpad. This ...
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 ...
4 votes
4 answers
2k views

Assigning keyboard shortcut to OSX's "New Terminal at Folder" service does not work

I often use right click > Services > New Terminal at Folder to do terminal commands at particular place so now I wanted to assign a keyboard shortcut to it. However, no matter what shortcut I ...
0 votes
0 answers
2k views

Safe removal of NT SERVICE\All services from GPO log on as a service

I've searched for many weeks now if it's safe to remove NTSERVICE\ALL SERVICES right from 'Log on as a service' User right assigment. Goal here is to increase my GPO's security. I do want to limit to ...
8 votes
3 answers
45k views

Is AtherosSvc Safe?

I have been looking through my services and noticed a service called "AtherosSvc" which has no description. It struck me as odd, as it is one of 10 services with no description, however all the others ...

15 30 50 per page
1
3 4
5
6 7
73