blogspot visit counter
Home » OPTIMIZATION

Forcing Windows to unload DLLs from memory

Submitted by Tech Talk on June 21, 2009 – 6:25 amNo Comment

ntfsDLLs (Dynamic Link Library – Dynamic Link Library) are parts of a software load in Windows memory as required. This mechanism is supposed to optimize the use of memory, the DLL is loaded but also unloaded as and when situations. In reality, when you quit an application, Windows sometimes keeps some DLLs in memory, which reduces the performance of the PC. To force the system to eliminate DLL memory when no longer used, modify the registry.

Run Regedit and open the hive HKEY_LOCAL_MACHINE.

Open the HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Windows / CurrentVersion / Explorer.

Create value (Edit, New, DWORD Value and then right click to rename) AlwaysUnloadDll. Give it to 1.

Once Regedit closed and the computer restarts, you should see a performance gain.

Leave a comment!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>