How to get the system resources released quickly

  

In the process of using the computer, the program will often lose response and crash. These unresponsive programs will consume system resources in vain, causing the system to lose response for a long time. In fact, we can modify the registry related key values, so that the program that lost the response is automatically closed, the unused DLL files in the memory are automatically uninstalled, etc., and the system resources are quickly released.

1, let the system automatically close the application that lost response

Click "Start→Run", type regedit, open the registry editor, expand "HKEY_CURRENT_USER\\ControlPanel\\Desktop", on the right Find the string value of "AutoEndTasks" in the pane, double-click, and change its value data from "0" to "1" in the pop-up "Edit String" dialog box, close the registry editor, press "F5" to refresh Take effect.

2, let the system quickly close the application that is not responding

Open the registry editor, expand "HKEY_CURRENT_USER\\ControlPanel\\Desktop", and find "WaitToKillAppTimeout" in the right pane String value, double-click, in the pop-up "Edit String" dialog box, change its value data from "20000" to "10000" or less, the unit is milliseconds, close the registry editor, press "F5" to refresh Take effect.

3, let the system automatically uninstall the DLL file that is no longer used

Open the registry editor and expand "HKEY_LOCAL_MACHINE\\SOFTWARE\\microsoft\\Windows\\CurrentVersion\\Explorer" Create a new string value in the right pane, name it "AlwaysUnloadDLL", and make its value data equal to "1", close the registry editor, and restart the computer to take effect.

4, Let resources Automatic restart after manager crashes

Open the registry editor, expand "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\WindowsNT\\CurrentVersion\\Winlogon", find the "AutoRestartShell" DWORD value in the right pane, and set its value data. Changed from "0" to "1", closes the Registry Editor and takes effect after restarting the computer.

Copyright © Windows knowledge All Rights Reserved