Share via

How do I fix taskbar?

Kailee 0 Reputation points
2023-04-29T20:30:02.9766667+00:00

Hello! My laptop taskbar is frozen and I cant open settings or search from the taskbar at all. When I try and press my taskbar or press the windows button on my keyboard, the screen goes black and wont open it at all. Can someone help me? Ive been researching for the past couple hours and nothing is working! Please answer ASAP

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments

2 answers

Sort by: Most helpful
  1. Limitless Technology 45,231 Reputation points
    2023-05-02T14:22:20.2133333+00:00

    Hi, thanks for coming into the forums. I'm also a user like you and I'll be more than happy to help you to the best of my knowledge.

    1. Press on your keyboard the Ctrl + Shift + Esc key to open the task manager, find Windows Explorer under the Processes tab, right-click it then select restart.
    2. Run the SFC scan & update all pending updates for your Window, below is the link for the complete guide.

    https://support.microsoft.com/windows/365e0031-36b1-6031-f804-8fd86e0ef4ca

    1. Press on your keyboard the Ctrl + Shift + Esc key to open task manager > click Run new task > type Powershell and hit Enter > right click on the PowerShell from the taskbar and select Run as Administrator. Copy and paste the command below:

    Get-appxpackage -all shellexperience -packagetype bundle |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + “\appxmetadata\appxbundlemanifest.xml”)}

    Hit Enter, once completed, run the command below.

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

    Restart your PC.

    1. If that still didn't work, reset your PC, click this link for the complete guide https://support.microsoft.com/windows/0ef73740-b927-549b-b7c9-e6f2b48d275e

    If the reply is helpful, please Upvote and Accept it as an answer.

    Was this answer helpful?

    0 comments No comments

  2. S.Sengupta 30,691 Reputation points MVP Volunteer Moderator
    2023-04-30T01:15:05.57+00:00

    Restart Windows Explorer and check.

    Type “sfc /scannow” in the command prompt (open as admin) window and enter. Wait for the SFC to complete the scan and restart the computer.

    Also try this in command prompt window:

    DISM.exe /Online /Cleanup-image /Restorehealth

    Perform a Clean Boot

    Was this answer helpful?

    0 comments No comments

Your answer

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