| Win32_ProgramGroup | |||
| The Win32_ProgramGroup class represents a program group in a Win32 computer system. Examples are Accessories and Startup. This class has been deprecated in favor of the Win32_LogicalProgramGroup class. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Caption | String | A short textual description (one-line string) of the CIM_Setting object. | |
| Description | String | A textual description of the CIM_Setting object. | |
| GroupName | String | The GroupName property indicates the path name of the program group through the Win32 start menu. Example: Accessories\System Tools. This property has been deprecated in favor of the Win32_LogicalProgramGroup.GroupName property. | |
| Name | String | The Name property indicates the user name followedby the Win32 program group name. Example: All Users:Accessories\System Tools. This property has been deprecated in favor of the Win32_LogicalProgramGroup.Name property. | |
| SettingID | String | The identifier by which the CIM_Setting object is known. | |
| UserName | String | The UserName property indicates the users who can access the Win32_ProgramGroup. Example: All Users. This property has been deprecated in favor of the Win32_LogicalProgramGroup.UserName property. | |
| SAMPLE DATA INSTANCE | |||
|    [LOCALE(1033): ToInstance Amended]    instance of Win32_ProgramGroup    {     Caption = "Program group \"Default User:Accessories\"";     Description = "Program group \"Default User:Accessories\"";     GroupName = "Accessories";     Name = "Default User:Accessories";     UserName = "Default User";    }; | |||