Hi All:
I'd like to set virtual memory to a custom and use 1024 MB
and I want to charge this space from drive or partition D:
Does there is any way to do it automatically for unattended setup for XP
I've searched the forum, for such info but I'm afraid I did not find any related.
Thanks
Page 1 of 1
XP Virtual Memory Set it
#2
Posted 16 December 2006 - 12:27 PM
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.
#3
Posted 16 December 2006 - 02:43 PM
cluberti, on Dec 16 2006, 08:27 PM, said:
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.
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 672 D:\pagefile.sys 1024 1500and when I export it to .reg file I found it read
Windows 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?
This post has been edited by MGadAllah: 16 December 2006 - 03:47 PM
Share this topic:
Page 1 of 1



Help

Back to top










