Results 1 to 3 of 3

Thread: Delete unused DLLs from memory!

  1. #1
    Join Date
    Mar 2008
    Posts
    201

    Delete unused DLLs from memory!

    Indeed, Windows has the annoying tendency to keep the DLL in memory even after leaving an application. The following trick will force Windows to unload unused DLLs from memory.

    Click "Start" "Run ..." then type "regedit" and click "OK"

    Go to the key: "HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer"

    Create a DWORD value named "AlwaysUnloadDll" and give it the value "1"


    You can also Copy the Following code in Notepad and save as unuse.dll and do Right-Click and Click Merge.

    Code:
    Windows Registry Editor Version 5.00
    
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer] 
    
    "AlwaysUnloadDll"=dword:00000001

  2. #2
    Join Date
    Oct 2008
    Posts
    77

    Re: Delete unused DLLs from memory!

    AlwaysUnloadDll already exists but not value WORD, and then I appoint otherwise? because the system does not allow me to continue, it says' this name already exists.

  3. #3
    Join Date
    Nov 2008
    Posts
    129

    Re: Delete unused DLLs from memory!

    This value should normally be a DWORD value so it is better to delete and then create a DWORD value.

Similar Threads

  1. Will it be safe to delete memory.dmp file in Windows XP
    By Purujeet in forum Windows XP Support
    Replies: 2
    Last Post: 21-03-2012, 08:01 PM
  2. Replies: 6
    Last Post: 29-12-2011, 02:20 PM
  3. Replies: 7
    Last Post: 25-09-2011, 12:05 AM
  4. Unable to Delete Phone Memory on Nokia 5230.
    By feNRE123 in forum Portable Devices
    Replies: 5
    Last Post: 10-04-2011, 08:07 AM
  5. Replies: 0
    Last Post: 09-06-2008, 12:24 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,309,293.74522 seconds with 17 queries