New
#1
PageFile.sys batch script
Hello,
I need help writing a batch script that would configure Windows Virtual Memory based on the amount of RAM installed
If you have 4 GB of RAM, set virtual memory to 8 GB (Custom size: set both initial and maximum size to 8192)
If you have 8 GB of RAM, set virtual memory to 16 GB (Custom size: set both initial and maximum size to 16384).
If you have 16 GB of RAM, set virtual memory also to 16 GB (Custom size: set both initial and maximum size to 16384)
If you have 32 GB of RAM, set virtual memory also to 8 GB (Custom size: set both initial and maximum size to 8192) just in case.
This virtual memory setting forces specific software on many computers
Thank you very much for help