Taskbar freezes constantly

Problem:

After turning on the computer and after a few minutes of work, the taskbar of the operating system freezes, although other tasks can be performed.
I restarted windows explorer, but the problem occurred again after a few minutes.

Resolution:

Press Ctrl + Shift + Esc on your keyboard at the same time to launch Task Manager.

Go to the Services tab and look for mpssvc (Windows Defender Firewall). Make sure the service is running. If it is not, you should right-click it and choose Start.

Open PowerShell with administrative privileges and

Copy and paste the following command to the Windows PowerShell window and press Enter:

Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

Leave a comment