What should I do if Win10 is stuck on the desktop and unresponsive?

藏色散人
Release: 2020-03-04 10:26:22
Original
22841 people have browsed it

What should I do if Win10 is stuck on the desktop and unresponsive?

What should I do if win10 is stuck on the desktop and unresponsive?

卸载冲突软件。
重启window资源管理器。
PowerShell中执行修复脚本。
cmd中执行修复命令。
修复系统服务。
还原系统。
Copy after login

Method 1: Uninstall conflicting software

This situation may be caused by conflicting software. If you are sure that this situation occurs after installing a certain software, Then you can try to enter safe mode to uninstall the software: press the window R key to pop up the run window, enter msconfig to bring up the system configuration window, select the boot tab, check the safe boot option, click OK and restart the system, and the system enters safe mode. , uninstall the recently installed software in safe mode that makes the taskbar system icon unclickable. After uninstalling the software, follow the same method as above to bring up the system configuration window, uncheck the safe boot option, and restart the system again to see if there is a problem. solve.

Method 2: Restart the window resource manager

If you rule out that the problem is caused by software conflicts, then you can simply try to restart the window resource manager, press Ctrl Alt Delete key or right-click Bring up the Task Manager from the taskbar menu, find Widnwo Resource Manager in the Task Manager, right-click the menu and select Restart, or click the Restart button in the lower right corner to see if the situation is resolved.

Method 3: Execute the repair script in PowerShell

Click the file menu in the task manager, select Run new task, a new task window will pop up, enter PowerShell in the new task window, and check Select to create this task with system administrative rights, click OK to pop up the PowerShell terminal, in the PowerShell terminal, enter the following command and execute: Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\ AppXManifest.xml" wait for the command execution to complete. Some error messages may pop up during the process. Just ignore them. After the command execution is completed, check whether the problem has been fixed.

Method 4: Execute the repair command in cmd

Run the cmd terminal with administrator rights. Select Command Prompt from the right-click menu of the Start menu icon, or do the same as PowerShell above, except change the PowerShell entered in the new task window to cmd, and execute the following command in the cmd terminal: ren %windir%\System32\AppLocker \Plugin*.* *.bak, restart the system and check whether the problem is solved.

Method 5: Repair system services

Follow the same method as opening PowerShell above, enter services.msc in the new task window, open the service window, find the Application Identity service, and select it from the right-click menu Start it and see if the problem has been resolved.

Method 6: Restore the system

If you have done a system backup, try to restore the system to the most recent normal point in time.

The above is the detailed content of What should I do if Win10 is stuck on the desktop and unresponsive?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template