Google

Unload Unnecessary DLLS

When you close a program, any associated DLL it has been using will also be terminated
- but in some cases windows doesn't close all running dlls.
To make sure that DLLs are always unloaded from memory open regedit (registry editor)
Find: [HKEY_LOCAL_MACHINE]SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer
in the registry and create a new DWORD value and name it (AlwaysUnloadDLL) .
and give it a value of 1.

0 comments: