MSFN Forum: XP Virtual Memory - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

XP Virtual Memory Set it Rate Topic: -----

#1 User is offline   MGadAllah 

  • Brain Voice
  • PipPipPipPipPip
  • Group: Banned
  • Posts: 786
  • Joined: 03-January 06

Posted 16 December 2006 - 07:48 AM

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


#2 User is offline   cluberti 

  • Gustatus similis pullus
  • Group: Supervisor
  • Posts: 11,001
  • Joined: 09-September 01
  • OS:Windows 7 x64
  • Country: Country Flag

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 User is offline   MGadAllah 

  • Brain Voice
  • PipPipPipPipPip
  • Group: Banned
  • Posts: 786
  • Joined: 03-January 06

Posted 16 December 2006 - 02:43 PM

View Postcluberti, 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.
Thanks a lot for your reply, the key bath is
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management
When 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 1500
and 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,00
So 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


#4 User is offline   cluberti 

  • Gustatus similis pullus
  • Group: Supervisor
  • Posts: 11,001
  • Joined: 09-September 01
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 17 December 2006 - 12:24 PM

That's correct.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy