By Dervish / Last update January 18, 2022

How to solve the Win10 taskbar stuck and unresponsive? There are many Win10 users who report that the taskbar is often stuck without any response when using the computer, and the mouse keeps spinning in circles, don't know how to solve it. Here I bring you four solutions, I hope they can help you!

Method 1

The easiest way is to restart the computer (I succeeded in this)

1. Press [Ctrl+shift+Esc] to open the task manager;

2. Click [File] - [Run new task];

3. Check [Create this task with system administrative privileges], enter: cmd in the box and click OK;

4. Enter shutdown -r -t 5 in CMD (restart the computer after 5 seconds) and press Enter.

After restarting the computer, I will be fine.

Method 2

In the Ctrl+Alt+Delete task manager process, try to force restart the windows resource manager in the Windows process to see the effect.

Method 3

1. Press [Ctrl+shift+Esc] to open the task manager;

2. Click [File] - [Run new task];

3. Check [Create this task with system administrative privileges], enter: PowerShell in the box and click OK;

4. 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 to complete and see if the problem has been fixed.

Method 4

1. Press [Ctrl+shift+Esc] to open the task manager;

2. Click [File] - [Run New Task];

3. Check [Create this task with system administrative privileges], enter: cmd in the box and click OK;

4. Enter the following command in the cmd command prompt box and press Enter to execute:

ren %windir%\System32\AppLocker\Plugin*.* *.bak