Is there a tool in windows 7 that allows you to find and unload dll's? Without restarting the system. I am not looking to unload/upgrade/regsrv32.. Just looking to wipe out a couple dll's but they're loaded.

link|improve this question
feedback

migrated from serverfault.com Jun 14 '11 at 23:21

This question came from our site for system administrators and desktop support professionals.

2 Answers

up vote 1 down vote accepted

There are applications such as Unlocker or UnlockIT that claim to do this.

WARNING: Doing this could affect stability of your system and the integrity of your data. I haven't used either of these applications, nor would I (unless it was an emergency).

link|improve this answer
feedback

The fix is the same as for XP, under regedit, go to HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer, add DWORD "AlwaysUnloadDLL" and give it a value of 1.

Reboot your machine, run some programs, then look at your taskmgr, you should see it free of DLL's

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.