| 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 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Caption | String | A short textual description (one-line string) of the CIM_Setting object. | |
| Description | String | A textual description of the CIM_Setting object. | |
| SettingID | String | The identifier by which the CIM_Setting object is known. | |
| UserInputDelay | UInt32 | 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;    }; | |||