BACK TO INDEX

Win32_AutochkSetting
This class represents the settings for the autochk operation for a disk. The setting applies to all disks on the computer system. Note that the settings are applicable only to instances of logical disk that represent physical disks on the machine and not to mapped drives.
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.
SettingIDStringThe identifier by which the CIM_Setting object is known.
UserInputDelayUInt32 The UserInputDelay property indicates the time to wait, in seconds, for the user to hit any key before it begins to autochk the disks.
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_AutochkSetting
   {
    SettingID = "Microsoft Windows Server 2003 R2 Standard Edition|C:\\WINDOWS|\\Device\\Harddisk0\\Partition1";
    UserInputDelay = 10;
   };