| Win32_BootConfiguration | |||
| The Win32_BootConfiguration class represents the boot configuration of a Win32 system. | |||
| NameSpace Path | |||
| \ROOT\CIMV2\SMS | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| BootDirectory | String | The BootDirectory property indicates the path to the system files required for booting the system. Example: C:\Windows. | |
| Caption | String | A short textual description (one-line string) of the CIM_Setting object. | |
| ConfigurationPath | String | The ConfigurationPath property indicates the path to the configuration files. This value may be similar to the value in the BootDirectory. | |
| Description | String | A textual description of the CIM_Setting object. | |
| LastDrive | String | The LastDrive property indicates the last drive letter to which a physical drive is assigned. Example: E: | |
| Name | String | The Name property indicates the name of the boot configuration. It is an identifier for the boot configuration. | |
| ScratchDirectory | String | The ScratchDirectory property indicates the directory where temporary files can reside during boot time. | |
| SettingID | String | The identifier by which the CIM_Setting object is known. | |
| TempDirectory | String | The TempDirectory property indicates the directory where temporary files are stored. Example: C:\TEMP | |
| SAMPLE DATA INSTANCE | |||
|    [LOCALE(1033): ToInstance Amended]    instance of Win32_BootConfiguration    {     BootDirectory = "\\WINDOWS";     Caption = "\\Device\\Harddisk0\\Partition1";     ConfigurationPath = "\\WINDOWS";     Description = "\\Device\\Harddisk0\\Partition1";     LastDrive = "Z:";     Name = "BootConfiguration";     ScratchDirectory = "C:\\Documents and Settings\\Default User\\Local Settings\\Temp";     TempDirectory = "C:\\Documents and Settings\\Default User\\Local Settings\\Temp";    }; | |||