May 19, 201115 yr 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!
May 19, 201115 yr In the first example dont use the same name as the Windows pagefile, those are separatePageFile 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
Create an account or sign in to comment