Modify the registry key to automatically release the DLL file that is not useful for Win7 system

  

In Win7 systems, system resources are reduced for each run of a program. Some programs even consume a lot of system resources, resource consumption can be viewed in the resource manager, even if the program is closed, there are still some useless DLL files running in memory, which makes the system slow down. The following teaches you how to modify the registry key value, so that the system automatically clears the unused DLL files in the memory after closing the software, and recovers the occupied system resources in time.

The specific operation is as follows:

1. Press the Windows logo key + R key combination on the keyboard to open the "Run" program, as shown in Figure 1:
1 Open the running program

2. In the “Run” program window, enter “ldedit” and click “OK”, as shown in Figure 2:
Figure 2 Enter regedit

3. In the “Registry Editor” window, find HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\explorer, left click on “explorer”, and in the right window, find “AlwaysUnloadDll” ;, as shown in Figure 3:
Figure 3 found "AlwaysUnloadDll"

4. In the "Edit DWORD (32-bit) value" window, the original value data from the previous Change 0 to 1, and click OK, as shown in Figure 4:
Figure 4 Modify the value

5. Exit the registry and restart the computer.

Copyright © Windows knowledge All Rights Reserved