We have a 2003 domain, and i need to set the page file to managed by the system ( For some reason it has a manual size set ). I was wondering where i find the group policy in active directory to do this.

link|improve this question

Perhaps you can tell us why you believe a manually set size is a bad thing. – John Gardeniers Oct 16 '09 at 6:30
blogs.technet.com/markrussinovich/archive/2008/11/17/… In short its rare that you the user know better then windows. – EKS Oct 20 '09 at 14:14
feedback

1 Answer

up vote 1 down vote accepted

This does not seem to be posible, but can be done via reg setting that you again can push out.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"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,30,00,20,00,30,00,00,00,00,00
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.