The following steps will tell Windows to use all available RAM before using the swap file.
- Open the system.ini file
- Go under the header 386Enh
- Create a entry ConservativeSwapfileUsage=1
Example:
[386Enh]
.
.
.
ConservativeSwapfileUsage=1
The following steps will tell Windows to unload all the Dynamic Link Libraries (DLL) after they are used.
- Run Regedit and go to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\explorer
- Create a String, AlwaysUnloadDLL
- Enter 1 for the value of the AlwaysUnloadDLL String
That's all to it...