BACK TO INDEX

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
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
CaptionStringA short textual description (one-line string) of the CIM_Setting object.
DescriptionStringA textual description of the CIM_Setting object.
GroupNameStringThe 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.
NameStringThe 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.
SettingIDStringThe identifier by which the CIM_Setting object is known.
UserNameStringThe 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";
   };