Path (microsoft-windows-setup-pagefile-path)

Path specifies the path of the page file to create for PageFile.

Values

path_to_page_file

Specifies the fully qualified path on a fixed disk of the page file to create.

You can use predefined system environment variables to specify the path to the page file. For example, to create a page file in the Windows directory on the destination computer, use %WINDIR% as the value.

This string type does not support empty elements. Do not create an empty value for this setting.

Valid Configuration Passes

windowsPE

Parent Hierarchy

microsoft-windows-setup- | PageFile | Path

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>

PageFile