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.

168 votes
9 answers
187k views

How can I restart gpg-agent?

Some changes in the GnuPG configuration demands a gpg-agent restart / reboot (according to the doc), but... How can I do that? I tried gpg-agent restart, service gpg-agent restart, but did not succeed....
Felipe's user avatar
  • 2,188
91 votes
4 answers
389k views

Disable a Windows service from the command line

I want to disable a Windows service but I don't want to: Open the "Services" management console Scroll to the name of the service Right-click Properties (or double-click) Change the Startup Type: to ...
Kevin Driedger's user avatar
80 votes
11 answers
274k views

Disabling Microsoft Antimalware service

I can't disable the Microsoft Antimalware service (MsMpSvc/MsMpEng.exe). I tried using services.msc, but the Startup Type drop-down is grayed out and I can't change it to Disabled nor stop the service....
Italo's user avatar
  • 901
78 votes
5 answers
189k views

How to change path to executable for a Windows Service?

I want to change the path to the executable for a service from the command line. How can I do that? I want to run another .EXE from that service's path to executable.
sam's user avatar
  • 1,027
67 votes
3 answers
134k views

What's the difference between an Application, a Process, and a Service?

How are these fundamentally different "things" on Windows? Aren't all running things Processes? It seems that every Application has an associated process that shuts it down if it is shut ...
Justin L.'s user avatar
  • 1,189
61 votes
2 answers
65k views

What is the difference between “manual” and “disabled” service in Windows?

Windows services seem to come in three start-up types: Automatic: seems to mean that it is started at bootup Manual: seems to mean that it is not started at bootup Disabled: also seems to mean that ...
Timwi's user avatar
  • 1,993
51 votes
8 answers
158k views

how to kill process in Mac OS X and not have it restart on its own

When I run sudo kill -9 [PID] with the proper process ID, the process stops but then is restarted and has a new PID. I'm trying to kill the mysqld process. How can I mimic the Activity Monitor in ...
Hristo's user avatar
  • 1,269
44 votes
8 answers
177k views

How to remove MySQL service from Windows

I've removed all MySQL programs from my Win7 64bit desktop and I still have the MySQL service.How can I remove it? MySQL programs I removed: MySQL Community Server 5.1 MySQL Community Server 5.5 ...
Jonathan's user avatar
  • 3,799
40 votes
4 answers
96k views

Which Google Updater is the one that I should allow to run?

My machine has 5 Google updaters running: Service: Google Update Service (gupdate) Keeps your Google software up to date. If this service is disabled or stopped, your Google software will not be ...
Ian Boyd's user avatar
  • 22.4k
32 votes
5 answers
106k views

How to monitor a service and restart if stopped in Linux

Actually I'm not so sure whether i should use Shell Scripts, or if there some ways already. But whatever approach we use, i would like to keep a Service running all the time. Let's say apache2 as an ...
夏期劇場's user avatar
30 votes
3 answers
110k views

Remove Windows service from command line

I would like to do this because I have a half installed service because of installation failure which is just there, non-functioning. How can I delete the Windows service using the command line?
Anil Namde's user avatar
30 votes
2 answers
147k views

How do I enable services on a Windows computer via a command line?

On my Sony Viao pcg-811124 laptop with Windows 7, I disabled all non-Windows services through msconfig. When I restarted my laptop, it booted up, but I cannot view the screen, even in safe mode. I ...
frosty's user avatar
  • 433
28 votes
3 answers
89k views

How do I prevent Linux services from auto-starting?

I have recently migrated from Windows to Linux (xubuntu) I am a developer and have installed everything I need, LAMP. In Windows I used to turn off all unnecessary services - I don't need the Apache ...
Aviv's user avatar
  • 770
27 votes
7 answers
7k views

What Windows services can I safely disable?

I'm trying to improve the boot time and general performance of a Windows XP machine and figure the massive collection of services that Windows automatically starts have to have an impact. Are there ...
Alconja's user avatar
  • 487
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 ...
Edward Tung's user avatar

15 30 50 per page
1
2 3 4 5
73