Win32_UserDesktop class
The Win32_UserDesktop association WMI class relates a user account and desktop settings that are specific to it.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties. Properties and methods are in alphabetic order, not MOF order.
Syntax
[Dynamic, Provider("CIMWin32"), UUID("{8502C4FF-5FBB-11D2-AAC1-006008C78BC7}"), AMENDMENT]
class Win32_UserDesktop : CIM_ElementSetting
{
Win32_UserAccount REF Element;
Win32_Desktop REF Setting;
};
Members
The Win32_UserDesktop class has these types of members:
Properties
The Win32_UserDesktop class has these properties.
-
Element
-
-
Data type: Win32_UserAccount
-
Access type: Read-only
-
Qualifiers: key, Override ("Element"), MappingStrings ("WMI|Win32_UserAccount")
Reference to the instance representing the user account whose desktop can be customized by the Settings property of this class.
-
-
Setting
-
-
Data type: Win32_Desktop
-
Access type: Read-only
-
Qualifiers: key, Override ("Setting"), MappingStrings ("WMI|Win32_Desktop")
Reference to the instance representing the desktop settings that serve to customize a specific user account desktop.
-
Remarks
The Win32_UserDesktop class is derived from CIM_ElementSetting.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Namespace |
Root\CIMV2 |
MOF |
|
DLL |
|
See also