Skip navigation

JSI Tip 3667. How do I prevent Windows 2000 services from interacting with users?

You could use the Services MMC to to uncheck the Allow Service to Interact with Desktop check box on every service, but it is easier to use Regedt32 to navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows and set the NoInteractiveServices value name, a REG_DWORD data type, to 1.

NOTE: The NoInteractiveServices value name was designed to improve performance of unattended computers.

NOTE: The NoInteractiveServices value name will not prevent a service from issuing an error message.




Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish