NoInteractiveServices

Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2

NoInteractiveServices

HKLM\SYSTEM\CurrentControlSet\Control\Windows

Data type Range Default value

REG_DWORD

0 | 1

0

Description

Prevents background services from interacting with users. This entry was designed to improve performance of unattended computers.

This entry cannot be used to make a service interact with a user unless the service is written to be interactive. Also, it will not prevent a service from displaying error messages.

Value Meaning

0

Interactive background services (Type 0x110) can communicate with users.

1

Background services cannot interact with users. This value takes precedence over the Control Panel setting for interactive services (as described below) and the SERVICE_INTERACTIVE_PROCESS option in the CreateService API.

 

Note

  • To determine whether a service is run in interactive mode, from the Start menu, point to Programs, point to Administrative Tools, and then double-click Computer Management. Double-click System Tools, double-click Services, right-click a service to see its properties, and then select the Log On tab. The Allow Service to Interact with Desktop check box is selected if the service is interactive, and cleared if it is not. Selecting the check box will not make a service interact with the user unless it is written to do so.