| Win32_TSEnvironmentSetting | |||
| The Win32_TSEnvironmentSetting class defines the configuration for Win32_Terminal. This includes capabilities such as Initial program policy. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Caption | String | A short textual description (one-line string) of the CIM_Setting object. | |
| ClientWallPaper | UInt32 | Specifies whether the display of Windows Client Wallpaper is disabled. This option can save system resources by decreasing the time required to repaint the screen. | |
| Description | String | A textual description of the CIM_Setting object. | |
| InitialProgramPath | String | Specifies the name and the path of the program the user wants to start on logon to the Terminal Server. | |
| InitialProgramPolicy | UInt32 | Describes which policy the server uses in order to determine the initial program path and filename and the startin folder. | |
| SettingID | String | The identifier by which the CIM_Setting object is known. | |
| Startin | String | Specifies the working directory path for the program the user wants to start on logon to the Terminal Server. | |
| TerminalName | String | Name of the Terminal. | |
| SAMPLE DATA INSTANCE | |||
|        instance of Win32_TSEnvironmentSetting    {     ClientWallPaper = 1;     InitialProgramPath = "";     InitialProgramPolicy = 1;     Startin = "";     TerminalName = "RDP-Tcp";    }; | |||