BACK TO INDEX

Win32_PageFileSetting
The Win32_PageFileSetting class represents the settings of a page file. Information contained within objects instantiated from this class specify the page file parameters used when the file is created at system startup. The properties in this class can be modified and deferred until startup. These settings are different from the run time state of a page file expressed through the associated class Win32_PageFileUsage. Note: The SE_CREATE_PAGEFILE privilege is required for Windows XP
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.
InitialSizeUInt32The InitialSize property indicates the initial size of the page file. Example: 139
MaximumSizeUInt32The MaximumSize property indicates the maximum size of the page file. Example: 178
NameStringThe Name property indicates the path and file name of the page file. Example: C:\PAGEFILE.SYS
SettingIDStringThe identifier by which the CIM_Setting object is known.
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_PageFileSetting
   {
    Caption = "C:\\ 'pagefile.sys'";
    Description = "'pagefile.sys' @ C:\\";
    InitialSize = 1536;
    MaximumSize = 3072;
    Name = "C:\\pagefile.sys";
    SettingID = "pagefile.sys @ C:";
   };