PageFile
PageFile
specifies the location and the size of the Windows PE operating system page file to create. This setting applies only to the Windows PE page file, and not to the page file of the Windows installation.
Child Elements
Setting | Description |
---|---|
Path | Specifies the path of the page file to create. |
Size | Specifies the size of the page file to create. |
Valid Configuration Passes
windowsPE
Parent Hierarchy
Microsoft-Windows-Setup | PageFile
Applies To
For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-Setup.
XML Example
The following XML output shows how to create a page file.
<PageFile>
<Path>%WINDIR%\MyPagefile.sys</Path>
<Size>512</Size>
</PageFile>