Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: jumblePosted on 2003-06-17 at 09:18:50ID: 8741886
By default, the Pagefile.sys is created in the drive root.
CurrentCon trolSet\Co ntrol\Sess ion Manager\Memory Management
You can use Control Panel / System / Performance / Virtual Memory / Change to move it to another drive, configure it on multiple drives, and change the Initial and Maximum size.
NOTE: Always set the Initial and Maximum size the same, to avoid fragmentation of the paging space.
To move the pagefile from the root of the drive, use Regedt32 to navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\
Double-click PagingFiles, a type REG_MULT_SZ value, in the right hand pane and click in the Multi-Sting Editor to remove the automatic selection. Edit the string to insert the full path to the pagefile.sys entry/entries.
Example: - change c:\pagefile.sys <Initial> <Maximun> to c:\Winnt\pagefile.sys <Initial> <Maximun>