Previous | Table of Contents | Next |
Most of the Services applets display area is taken up by the list box which has three columns called Services, Status, and Startup The Services column contains the display name of the service. This display name is not the actual name of the service or file, but you can use the search feature of the Registry Editor using this display name to find the actual service name and associated files. The Status column contains the current operating state of the service. The Status column displays the word Started if the service is running, appears blank if the service is stopped (or inactive), or displays Paused if the service has been paused. The Startup column displays Automatic, if the service has been configured to start up automatically at system startup; Manual, if the service has been configured to start up when the operator manually starts the service; or Disabled, if the service has been configured to not be started under any circumstances. Youll learn more about how to configure the startup options in the next section, entitled Specifying A Services Startup Options.
Below the large list box containing the services, youll see the Startup Parameters edit box. You can use this edit box to pass command line arguments to the service when you manually start it. Which brings us to the most import components of the Services appletthe buttons on the far right. These eight buttons perform the following actions:
Controlling a service using the Services applet is as easy as 1-2-3.
Specifying A Services Startup Options
As previously mentioned, there are times when you might want to configure a service to change its startup values or use a different user account. This is easy enough to accomplish, but you should really understand what you are doing beforehand to avoid unwelcome surprises. For example, if you decided to disable the Server service so it would not start at system startup, you would also prevent the Workstation and Netlogon services from starting. The Workstation service would not be a great loss, because this service simply allows you to access shared network resources, but the Netlogon service would be a noticeable loss, because it is used to authenticate your user logons. If the Netlogon service is not running, this can prevent users from accessing shared network resources (if you only have one domain controller). You also would not be able to log on to the computer locally and fix the problem or shut down the server. To resolve the problem, you would have to reset the computer and then repair the registry using the Last Known Good option This could cause data corruption on your disk drive(s) as the OS will not be able to prepare itself for a normal shutdown. This is not good!
Previous | Table of Contents | Next |