Previous Topic: Enable and Disable Windows Services ProtectionNext Topic: Non-IPv4 telnet Connections Are Not Secured on Windows Server 2008


Protect a Windows Service

You can protect a Windows Service and so provide additional protection to Windows operations.

To protect a Windows Service

  1. Ensure you have enabled Windows services protection.
  2. Ensure the WINSERVICE class is active. (It is active by default.)
  3. Create a WINSERVICE record in CA ControlMinder, with the same name as the Windows service you want to protect.

    Note: The Windows service name is shown on the General tab of the Windows service properties dialog, but is not the same as the "display name" on that tab.

  4. Assign the accessors and their access authorization to the service.

    The service is now protected.

Example: Restrict Access to the Print Spooler

On Windows the print spooler has the service name spooler. The following selang commands ensure the WINSERVICE class is active and sets the default access to the spooler to read.

setoptions class+(WINSERVICE)
editres WINSERVICE(spooler) defacc(R)