The WinReducer Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

The WinReducer ForumLog in

FORUM

description[IMPLEMENTED] choose Pagefile.sys Size Empty[IMPLEMENTED] choose Pagefile.sys Size

more_horiz
it would be nice if a tweak to set size of pagefile.sys would be available

http://msdn.microsoft.com/en-us/library/ms912851%28WinEmbedded.5%29.aspx


Data: C:\pagefile.sys 150 500

150 is minimum
500 is maximum


because my windows is always setting the file to 32Gb....

description[IMPLEMENTED] choose Pagefile.sys Size EmptyRe: [IMPLEMENTED] choose Pagefile.sys Size

more_horiz
Hi!
I'm wrote a registry file for this

Windows Registry Editor Version 5.00

;Sets the pagefile size to 1024 min and 1024 max you can use hex converters or play with it in regedit to find the desired value
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"PagingFiles"=hex(7):63,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,32,00,\
 30,00,32,00,34,00,00,00,00,00

;sets the hibernation file to 50% RAM (default 75%)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power]
"HiberFileSizePercent"=dword:00000032
"HibernateEnabled"=dword:00000001

A restart is required for it to take effect.

description[IMPLEMENTED] choose Pagefile.sys Size EmptyRe: [IMPLEMENTED] choose Pagefile.sys Size

more_horiz
Nice share my friend, maybe you could try the "WinReducer Registry Integrator", it should work ...  Wink 

This will be integrated directly before windows installation ...  Very Happy

description[IMPLEMENTED] choose Pagefile.sys Size EmptyRe: [IMPLEMENTED] choose Pagefile.sys Size

more_horiz
kolle128 wrote:
Hi!
I'm wrote a registry file for this

Windows Registry Editor Version 5.00

;Sets the pagefile size to 1024 min and 1024 max you can use hex converters or play with it in regedit to find the desired value
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"PagingFiles"=hex(7):63,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,32,00,\
 30,00,32,00,34,00,00,00,00,00

;sets the hibernation file to 50% RAM (default 75%)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power]
"HiberFileSizePercent"=dword:00000032
"HibernateEnabled"=dword:00000001

A restart is required for it to take effect.



yes im using a reg file for this too. but each hex code is different if you want maybe a 2 Gb size. so i thought that a batch file would be easiere to da for winreducer, and i dont care if it happens with an reg file or a bach file during installation when the result is the same Wink

description[IMPLEMENTED] choose Pagefile.sys Size EmptyRe: [IMPLEMENTED] choose Pagefile.sys Size

more_horiz
something similar is implanted
privacy_tip Permissions in this forum:
You cannot reply to topics in this forum