
Every time we’re opening program, the program doesn’t load the .exe file only, it calls its all library files to memory. Unfortunately, by default Windows XP doesn’t always unload the library file from memory when we close the program that using that .dll file. So, I will share a little trick to unload the library files from memory when the programs don’t need them anymore.
OK, we will change our registry value for it, just follow these steps:
1. Open your Registry Editor, click Start - Run menu and then type regedit in the textbox.

2. After Registry Editor has opened,

point your cursor to registry path : HKEY_LOCAL_MACHINE | SOFTWARE | Microsoft | Windows | CurrentVersion | Explorer.

3. Find the AlwaysUnloadDLL key, if you can’t find it just create it by right click on empty space on right panel Registry Editor and the click New - DWORD value.

4. Type AlwaysUnloadDLL for new key and then press ENTER key.

5. Double click on AlwaysUnloadDLL to change its value.
6. After Edit DWORD value window appear

replace the original value 0 with 1 and then click OK button.

7. The value of AlwaysUnloadDLL key will change.

8. Close your Registry Editor and then restart your computer.
9. Your memory can breathe again now.
10. To restore the original state / setting just replace value 1 to 0 for AlwaysUnloadDLL key or delete it.
(article no:0059)


















No Comment Received
Leave A Reply