Virtual Memory Pagefile Size

  • Thread starter Thread starter Anthony M. Davis
  • Start date Start date
A

Anthony M. Davis

Hello,

Is there a predefined policy for setting the virtual memory pagefile size to
System Managed for Windows XP computers via Group Policy (2003 Active
Directory structure)?

Thanks
 
I don't know of one. But you can allow certain users to create/change the
pagefile with Computer Configuration | Windows Settings | Security Settings
| Local Policies | User Rights Assignment | Create a pagefile. Once you
have done this you can use vbscript to change the size using
Win32_PageFileSetting. This way you can also check for the amount of RAM
the computer has and set the pagefile accordingly.

-Steven-
 
Back
Top