The information in this article applies to:
SUMMARY
A Windows NT service has a Window station and Desktop combination
associated with it. This is based on which account the service is running
in.
Service-0x0-3e7$\defaultwhere "Service-0x0-3e7$" is the name of the Window station and "default" is the name of the desktop. This is a noninteractive Window station. If the service is running in the LocalSystem account and is interacting with the desktop (that is, the service type includes the SERVICE_INTERACTIVE_PROCESS flag), the service will use the following Window station and Desktop: Winsta0\defaultThis is an interactive Window station. If the service is running in the security context of a user account, the system will create a unique noninteractive Window station and Desktop for that service. The name of the Window station will be based on the Logon Security Identifier (SID) of the user: Service-0xZ1-Z2$\default where Z1 is the high part and Z2 is the low part of the Logon SID. In addition, two services running in the same security context (same service account name) will not receive the same Window station and Desktop since Logon Security Identifier's(SID) are unique to that logon session. MORE INFORMATION
A Window station can either be interactive or noninteractive. (At the
moment on Windows NT 3.51 and 4.0, only "Winsta0" can be an interactive
Window station.) Any Desktops created on the interactive Window station
will have the ability to become active. An active Desktop encompasses the
ability for user objects (such as windows and dialog boxes) created on the
Desktop to be visible to the interactively logged-on user (that is, the
user who logs on the system via CTRL-ALT-DELETE) and receive user input.
Additional query words:
Keywords : kbKernBase kbWinOS2000 kbService kbDSupport kbGrpKernBase |
Last Reviewed: January 10, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |