MGadAllah Posted December 16, 2006 Posted December 16, 2006 Hi All:I'd like to set virtual memory to a custom and use 1024 MBand I want to charge this space from drive or partition D:Does there is any way to do it automatically for unattended setup for XPI've searched the forum, for such info but I'm afraid I did not find any related.Thanks
cluberti Posted December 16, 2006 Posted December 16, 2006 The value is "PagingFiles", and it's in the key HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management. It's a binary string value, so the easiest thing to do is set it the way you want on a test machine and export the registry key and value. You can then import it to your machine (I import mine during a script that runs via the [setupParams] section of the winnt.sif at T-9) and on reboot, it will have changed.
MGadAllah Posted December 16, 2006 Author Posted December 16, 2006 (edited) The value is "PagingFiles", and it's in the key HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management. It's a binary string value, so the easiest thing to do is set it the way you want on a test machine and export the registry key and value. You can then import it to your machine (I import mine during a script that runs via the [setupParams] section of the winnt.sif at T-9) and on reboot, it will have changed.Thanks a lot for your reply, the key bath is HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory ManagementWhen I set it manually to custome size to be 1024 MB as initial size and 1500 MB as Maximum size... I right click the value PagingFile and found it read C:\pagefile.sys 336 672D:\pagefile.sys 1024 1500and when I export it to .reg file I found it readWindows Registry Editor Version 5.00"PagingFiles"=hex(7):43,00,3a,00,5c,00,70,00,61,00,67,00,65,00,66,00,69,00,6c,\ 00,65,00,2e,00,73,00,79,00,73,00,20,00,33,00,33,00,36,00,20,00,36,00,37,00,\ 32,00,00,00,48,00,3a,00,5c,00,70,00,61,00,67,00,65,00,66,00,69,00,6c,00,65,\ 00,2e,00,73,00,79,00,73,00,20,00,31,00,30,00,32,00,34,00,20,00,31,00,35,00,\ 30,00,30,00,00,00,00,00So now I will integrate the .reg file only directly during unattended setup, right? Edited December 16, 2006 by MGadAllah
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now