If you use programs sophisticated enough, you may have a "Windows Service" that will run in the background. This is particularly the case of Web server "Apache", the database server "MySQL" database and virtualization solution called "VMware Workstation".
In some cases, it is interesting to know :
To list the services that are installed on your computer, you must use this "services.msc" program in Windows.
To start, there are various means :
- Either run started via menu control (older windows versions to Windows XP)
- Either via the search box of the start menu (Windows Vista and Windows Seven)
- Either via the Control Panel. (No matter which version of Windows you have)
In the Control Panel, go to "Administrative Tools -> Services" (Under Win. XP) or "System and Security -> Administrative Tools" (Under Win. Vista, 7 and 8).
To change the startup type of a service, nothing more simple. Just right click on the desired service and click "Properties".
Then select the desired startup type :
- Manual : The service will start when you ask him or program start
- Automatic : The service will start automatically when you start the computer. Services already running before you choose your Windows session.
- Automatic (Delayed Start) : The service will start automatically when you start the computer, but with a little delay, which allows Windows to start faster.
- Disabled : The service can not start until it is disabled. You or a third party program may not start it unless you put at least "manual startup".
To start, pause, resume, stop, or restart a service, simply click a button on the properties window service (see previous picture).
To restart a service, you can also select from the list of services and click on the "Restart the Service" on the left column.
To do this, open a command prompt (as administrator on Windows Vista, 7 and 8) and type the command "sc delete [service name]".
The service name is the name of the top in the properties window. For example, to remove the "wampapache" service, we will type this command :
Batch
sc delete wampapache
Be careful not to delete any service because it might prevent Windows from running correctly.
Windows 2/6/2016
Windows 11/11/2024
Windows 1/22/2021
Windows 11/18/2013
Pinned content
InformatiWeb Pro
Contact
® InformatiWeb.net 2008-2022 - © Lionel Eppe - All rights reserved.
Total or partial reproduction of this site is prohibited and constitutes an infringement punishable by articles L.335-2 and following of the intellectual property Code.
You must be logged in to post a comment