aelibey Posted May 19, 2011 Posted May 19, 2011 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!
ricktendo Posted May 19, 2011 Posted May 19, 2011 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
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now