Path

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

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 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>

See Also

Concepts

PageFile