| 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\SMS | |||
| 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. | |
| InitialSize | UInt32 | The InitialSize property indicates the initial size of the page file. Example: 139 | |
| MaximumSize | UInt32 | The MaximumSize property indicates the maximum size of the page file. Example: 178 | |
| Name | String | The Name property indicates the path and file name of the page file. Example: C:\PAGEFILE.SYS | |
| SettingID | String | The 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:";    }; | |||