BACK TO INDEX

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