Wednesday, June 06, 2007

Unload DLLs From System Memory

After a certain amount of time, Windows starts caching DLLs into memory, which can be a waste. You can get Windows to automatically unload the DLLs. Go to Start > Run and type regedit. In Registry Editor browse to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\.
and create a new key called "AlwaysUnloadDLL". Change the (Default) string value to "1".

No comments: