Home > Article > System Tutorial > Three methods to solve the problem of explorer.exe frequently freezing and unresponsive
explorer.exe is the Windows program manager or file explorer, which is used to display the system's desktop environment, including desktop icons and file management. Recently, some users have reported that their computer frequently freezes and becomes unresponsive in Explorer, causing the computer to be unable to be used normally. So how should you solve this situation? Let's take a look.
1. Press the [Ctrl Alt Del] key combination to bring up the lock interface and click [Task Manager];
2. In the Task Manager window, click [Details] in the lower left corner to switch to the detailed information interface. The [Process] tab is displayed by default. Scroll down to find the [Windows Explorer] process;
#3. In the Task Manager window, select the Windows Explorer process and click [Restart] in the lower right corner to restart Windows Explorer. This is actually the process of restarting the Windows Explorer process explorer.exe after it ends;
4. If you accidentally end the Windows Explorer process, you can also In the task manager window, click [File] in the upper left corner, and in the open drop-down item, select [Run new task];
5. Create a new task window and enter [explorer] command, press [OK or Enter] to restart Windows Explorer.
In the command prompt, enter and press Enter to execute the [sfc /scannow] command. This command is mainly used to repair the system. Files, whether system files are missing or damaged, can be repaired.
1. First, press the [Win X] key combination on the keyboard, or right-click the [Windows Start Logo on the taskbar ], select [Windows Terminal (Administrator)] from the hidden menu item that opens;
2. Administrator: Windows powershell window, enter [wusa /? 】 command and press Enter;
3. At this time, the [Windows Update Independent Installer] will pop up, and you can view the help information for this time using the command [wusa] ;
4. After knowing how to use the [wusa] command, enter [wusa /uninstall /kb:[patch number]], so that you can uninstall the system patch;
Example: wusa /uninstall /kb:5006363, uninstall the system update with patch number 5006363
The above is the detailed content of Three methods to solve the problem of explorer.exe frequently freezing and unresponsive. For more information, please follow other related articles on the PHP Chinese website!