Edit

Share via


Win32_OperatingSystemAutochkSetting class

This class represents the association between an operating system and the autochk settings that apply to the disks on the machine.Note that the setting is associated to operating system rather than computer system since there can be one or more operating systems installed on the machine, each with its own autochk settings.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Dynamic, Provider("CIMWin32a"), AMENDMENT]
class Win32_OperatingSystemAutochkSetting : CIM_ElementSetting
{
  Win32_OperatingSystem REF Element;
  Win32_AutochkSetting  REF Setting;
};

Members

The Win32_OperatingSystemAutochkSetting class has these types of members:

Properties

The Win32_OperatingSystemAutochkSetting class has these properties.

Element

Data type: Win32_OperatingSystem

Access type: Read-only

Qualifiers: Override ("Element"), key

TBD

Setting

Data type: Win32_AutochkSetting

Access type: Read-only

Qualifiers: Override ("Setting"), key

TBD

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\CIMV2
MOF
CimWin32.mof
DLL
Cimwin32.dll

See also

CIM_ElementSetting