QSoft Auto Ramdisk Resizer v1.9


AutoRamDisk resizer: base concept by Sergio Neddi, C-Native port by Sherpya, you need also Ramdisk plugin active since this does only the resizing

Version history

To format the ramdrive with NTFS compressed filesystem after the resize, uncomment the reg key in autoramresizer.inf

Usage:
AutoRamResizer.exe [-w] [-d n] [-l min] [-h max] [-f minfree]

-w wipe ramdrive before processing it
-d divisor - the divisor (decimal) for physical ram to calculate new size, defaults to 3, must be > 1
-l minimum - the minimum ram size to set, defaults to 4mb
-h maximum - the maximum ram size to set, defaults to physical memory / divisor
-f minfree - the minimum free memory after the resize

-l -h -f accept megabytes as arguments

Note: If you are not using xpe but another explorer plugin, you should change this line:

0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\100","100","||xpeinit.exe -f -m AutoRamResizer AutoRamResizer.exe -h 64 -f 64"

with this:

0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\100","100","||AutoRamResizer.exe -h 64 -f 64"

Copyright © 2004 - Gianluigi Tiesi [Sherpya]