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.
|
feedback
|
migrated from serverfault.com Jun 14 '11 at 23:21
This question came from our site for system administrators and desktop support professionals.
|
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). | |||
|
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 | |||
|
feedback
|