BACK TO INDEX

Win32_BootConfiguration
The Win32_BootConfiguration class represents the boot configuration of a Win32 system.
NameSpace Path
\ROOT\CIMV2\SMS
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
BootDirectoryStringThe BootDirectory property indicates the path to the system files required for booting the system. Example: C:\Windows.
CaptionStringA short textual description (one-line string) of the CIM_Setting object.
ConfigurationPathStringThe ConfigurationPath property indicates the path to the configuration files. This value may be similar to the value in the BootDirectory.
DescriptionStringA textual description of the CIM_Setting object.
LastDriveStringThe LastDrive property indicates the last drive letter to which a physical drive is assigned. Example: E:
NameStringThe Name property indicates the name of the boot configuration. It is an identifier for the boot configuration.
ScratchDirectoryStringThe ScratchDirectory property indicates the directory where temporary files can reside during boot time.
SettingIDStringThe identifier by which the CIM_Setting object is known.
TempDirectoryStringThe 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";
   };