Free Up Memory Automatically by Unloading DLLs in Windows 9x and NT with AlwaysUnloadDll
For user that still has and using Windows operating system prior to Windows 2000, such as Windows NT, Windows Me, Windows 98 and Windows 95, there is a trick to free up memory without using any third-party software utility. The trick is to force Windows to unload and free cached DLLs from memory.
Windows Explorer caches extensions DLLs (Dynamic-Link Libraries) in memory for a period of time after the application that using them has been closed or exited. Windows Shell automatically unloads a DLL when its usage count is zero, but only after the DLL has not been used for a period of time. On low memory systems, the behavior will contribute to system slowness and delays with lesser available physical memory, and cause inefficient use of memory especially when debugging or developing Windows DLL files.
In system prior to Windows Vista, user can force Windows unload the unused DLL to free up the occupied memory by using “AlwaysUnloadDLL” setting in the registry.
- Run Registry Editor and navigate to the following registry key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
- Create a new sub-key named AlwaysUnloadDLL and set the default value to 1 to disable Windows caching the DLL in memory.
- Restart Windows for the change to take effect.
Note that the registry key is only supported on Windows prior to Windows 2000, so for Windows XP and Vista, the sub-key is useless and unnecessary, and can be safely deleted.
Related Articles
- Download Process Explorer 11.02 to Know Which File or Directory Open
- Workaround to Fix Windows 7 Unable To Create or Save New Files in the Folder Error When Unloading Box
- Download Free MKN TaskExplorer To Replace Windows Task Manager
- HLP Free Memory Optimizer to Reduce and Minimize RAM Memory Usage in Windows System
- Download MKN TaskExplorer 5.0 to Manage Tasks and Applications Running in Windows PC Easily
- Starter Customizes Start up Program to Speed up System Boot Time
- Problems Arising from PSAPI.DLL Dynamic Link Library File
- Release Unused Memory with VC RamCleaner
- Windows Genuine Validation 1.7.0036.0 Patch Crack
- Convert and Make Applications Compliant and Run on U3 USB Flash Drive with PackageFactory for U3









































