PageFile
Applies To: Windows 7, Windows 8, Windows 8.1, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Vista
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
Specifies the path of the page file to create. |
|
Specifies the size of the page file to create. |
Valid 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>