Remove DLL memory!

For Win95 / Win98 / Win98SE / WinME / NT4 / Win2000 / WinXP

The Windows Explorer has the dirty habit of keeping DLL used in memory, even after closing the application. This trick will allow us to force the operating system to remove them when they are no longer used.

Open Regedit
Then go to HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer
Create a DWORD value of the charming name of AlwaysUnloadDll and give him the value 1.

Thus, you will no longer have unused DLL that pollute your memory ...
Note: The trick also works with a key AlwaysUnloadDll

It is strongly recommended to save the registry, the system and your data before using this trick.