Method for quickly releasing Windows system resources

  

We often experience program loss, crashes, etc. during the use of the computer. These unresponsive programs will consume system resources in vain, causing the Windows 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 is not responding

Click “Start →Run”, enter regedit, open the registry editor, expand “HKEY_CURRENT_USERControlPanelDesktop, on the right In the pane, find the string value of “AutoEndTasks”, double-click, and modify its value data from ““0” in the pop-up “Edit String” dialog box to ““1”, close the registry editor, press “F5” Effective after refresh.

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

Open the Registry Editor, expand "HKEY_CURRENT_USERControlPanelDesktop", and find the "WaitToKillAppTimeout" value in the right pane. Double-click, in the pop-up "Edit String" dialog box, change its value data from “20000” to “10000” or smaller, the unit is milliseconds, close the registry editor, press “F5” refresh Effective afterwards.

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

Open the registry editor, expand "HKEY_LOCAL_MACHINESOFTWAREmicrosoftWindows CurrentVersionExplorer", create a new string value in the right pane, Name it "AlwaysUnloadDLL" and make its value equal to “1”, close the registry editor and take effect after restarting the computer.

4, let the resource manager automatically restart after crashing

Open the registry editor, expand "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsNT CurrentVersionWinlogon", find the "AutoRestartShell" in the right pane, DWORD value, will The value data is changed from  quo;0” to “1”, the registry editor is closed, and the computer takes effect after restarting the computer.

Copyright © Windows knowledge All Rights Reserved