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
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
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
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.
Examples
For script code examples, see WMI Tasks for Scripts and Applications and the TechNet ScriptCenter Script Repository.
For C++ code examples, see WMI C++ Application Examples.
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Namespace |
\root\CIMV2 |
|
MOF |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 11/19/2012