Unload DLLs - Windows Views : 273
Tagged in : Windows
0 0
Send mail

Unload DLLs


To prevent Windows from caching DLLs after the program using them has closed, follow this procedure: Navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ then left-click on Explorer. Right-click (as above) and create the DWORD

AlwaysUnloadDLL with a value of 1. This requires a reboot to take effect. This will allow memory to be used more efficiently.
By Geethalakshmi, On - 2010-02-09



    Login to add Comments .