Enum TerminalServerInitialProgramPolicy
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the policy of what initial program should be run when the user logs onto the system.
public enum TerminalServerInitialProgramPolicy
Fields
AlwaysShowDesktop = 2
Do not allow an initial program to be launched - always show the desktop.
RunClientSpecified = 1
Run initial program specified by user profile and remote desktop connection or client.
RunServerSpecified = 0
Run the server specified program when the user logs on.
Unknown = 1024
The initial program policy is unknown.