Jump to content

Recommended Posts

Posted

Is it possible to set the size of pagefile.sys in Autounattend.xml?

I added these lines in Autounattend.xml, but I get errors everytime in windows Setup:

<PageFile>

<Path>C:\Pagefile.sys</Path>

<Size>256</Size>

</PageFile>

and this one:

<OSConfiguration>

<PageFile Path="C:\pagefile.sys" InitialSize="256" MaximumSize="512" />

</OSConfiguration>

Maybe someone can post a example of Autounattend.xml with the above lines?

Thanks!


Posted

In the first example dont use the same name as the Windows pagefile, those are separate

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.

Maybe you can do it in sysprep

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...