Windows 10 taskbar freezes constantly

Sourena Fallahpassand 26 Reputation points
2022-11-26T06:30:57.96+00:00

Hello
My computer is equipped with an operating system 10. 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.
I ran sfc /scannnow command but there are no problems.
I also ran windows defender to find any viruses and malware but found nothing.
I will be grateful if someone answers me.
Thanks

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

Accepted answer
  1. S.Sengupta 24,636 Reputation points MVP
    2022-11-27T02:22:03.627+00:00

    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.

    Click File > Run new task, type powershell, check the box of Create this task with administrative privileges, and click OK.

    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”}

    1 person found this answer helpful.
    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Arian 5 Reputation points
    2024-06-25T22:57:55.91+00:00

    This is a glitch from Win and there is no work around it, I tried everything and none of them is working the only way is to restart your PC or kill the explorer and rerun it.

    you can save this script as a .bat file and save it on your desktop to run it.

    @echo off

    :: Kill explorer.exe

    taskkill /f /im explorer.exe

    :: Start explorer.exe

    start explorer.exe

    1 person found this answer helpful.
    0 comments No comments

  2. Gabriel Dispemec 431 Reputation points
    2022-11-26T11:55:49.51+00:00

    Hi my friend,

    Perform an InPlace Upgrade via an ISO file.

    Download the Media Creation Tool.  
    Execute a Media Creation Tool;  
    Accept the applicable Notices and license terms;  
    Select the option: Create installation media for another computer;   
    
    Select the Language , edition and System Architecture and click Next ;  
    Select the option: ISO file and click Next ;  
    Select the location where the Windows ISO will be downloaded and click To save;  
    After the download is complete, run the Setup.exe file contained within the ISO file.   
    
    
    Enable the option Not now, disable the option I want to help make Windows Setup even better and click Next;  
    Wait for the percentage up to 100%, during the process, the system will restart several times, until a moment when it will make the lock screen available again.   
    

    Note: This method keeps settings, files, and installed programs. Even if you keep your information, we advise you to make a backup of your files, as something like interruption of the update, power outage, internet signal drop, among others, may occur.

    If the answer helped in any way, please click on “I solved my problem”.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.