I want to install or remove services


Installing a Service

The easiest way to add or remove a service, either on a local or remote computer, is to use the Srvinstw.exe: Service Installation Wizard, a Resource Kit tool.

To install a service manually on a local computer, follow these steps.

  1. Install the service's executable file as a service with Instsrv.exe: Service Installer, a Resource Kit tool. For example, to install Floplock.exe as the FloppyLock service, use the command-line syntax:
    instsrv FloppyLock "ResourceKitInstalledPath\floplock.exe"
  2. After installation, configure and start the service. Click Start, point to Programs, point to Administrative Tools, and click Computer Management. In the Computer Management snap-in console tree, click the Services and Applications node, then click the Services node.
  3.  

    note-icon

    Note

    The Computer Management snap-in can be started from the command-line by typing compmgmt.msc.

  4. Select the service name you added in step 1.
  5. Right-click it and select Properties.
  6. In the General tab, set the Startup Type.
  7. In the Log On tab, select the account the service will use when running. Choose either the Local System account or enter another valid account and password. The type of logon required is determined by the application.
  8.  

    note-icon

    Note

    If you need access to the screen and keyboard, you must choose Local System account and check the Allow Service to Interact with Desktop box. Note that a Local System account doesn't have network access. Otherwise, enter any valid account name and specify the correct logon password.

  9. Start the service. In the Services node, select the service name. Right-click on it and select Start.

Uninstalling a Service

The easiest way to add or remove a service, either on a local or remote computer, is to use the Srvinstw.exe: Service Installation Wizard, a Resource Kit tool.

To uninstall a service manually, follow these steps:

  1. Stop the service, if it is running. In the Services node, select the service name. Right-click it and select Stop.
  2. Uninstall the tool with Instsrv.exe: Service Installer, a Resource Kit tool. For example, to uninstall the FloppyLock service, use the command-line syntax:
    instsrv FloppyLock Remove