Windows > Unload DLLs

Windows does not unload dll files a program has used after it has been closed, to speed up a possible restart of the program.

 HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\explorer

Add the DWORD value named:

AlwaysUnloadDLL

and set it to 1

Leave a Reply