PagingFiles (Standard 8 Module Reference)

7/8/2014

Review the applicable Embedded Core modules and any examples for the PagingFiles setting in Windows Embedded 8 Standard (Standard 8).

This setting specifies the file name of one or more page files for the Windows Embedded 8 Standard (Standard 8) installation.

By default, this setting is empty, indicating that no page file is to be used.

With this setting, you can specify other details for page files, such as the minimum and maximum size and the location of each page file, or they can be managed automatically by Standard 8. If you want to use additional page files, separate the information for each page file with a single space.

Note

The use of pages files is incompatible with the File-Based Write Filter (FBWF) and Enhanced Write Filter (EWF) modules. If you have included one of those modules in your image, the PagingFiles setting should not be set.

The following table shows the possible values.

Value

Description

?:\file_name.sys[minSize] [maxSize]

Specifies that Standard 8 creates a page file on the boot volume with the specified name. If unable to create a page file on the boot volume, Standard 8 tries other volumes until successful.

[minSize] [maxSize] specifies the minimum and maximum sizes for the page file, in MB. Omit these parameters or use the values 0 0 to specify that Standard 8 manages the sizes.

drive_letter:\file_name.sys[minSize] [maxSize]

Specifies the location and file name for a page file.

[minSize] [maxSize] specifies the minimum and maximum sizes for the page file, in MB. Omit these parameters or use the values 0 0 to specify that Standard 8 manage the sizes.

Modules

The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.

Module

Path

Enhanced Write Filter

Features/Lockdown/Compatibility Write Filters/Enhanced Write Filter/PagingFiles

File Based Write Filter

Features/Lockdown/Compatibility Write Filters/File Based Write Filter/PagingFiles

Unified Write Filter (UWF)

Features/Lockdown/Unified Write Filter (UWF)/PagingFiles

Smss-MinWin

Products/Embedded Core/Smss-MinWin/PagingFiles

XML Example

The following XML example shows how to specify a page file on the boot volume with the page file size managed by Standard 8.

<PagingFiles>?:\Pagefile.sys 0 0</PagingFiles>

See Also

Concepts

Embedded Core Settings