Share via

Taskbar issue

Anonymous
2023-11-27T03:34:38+00:00

I try to press windows key, nothing happens, I right click on taskbar and then select taskbar settings, nothing happens. The only thing that works when I click it in taskbar seems to be opening an app or right clicking. When I try to access settings from Task Manager by running ms-settings:dateandtime, an error pops up as seen in the image with a File system error. I can't access anything from taskbar (search, notifications, date and time, wifi logo, sound logo, peek at desktop, etc.) Also, it would be interesting to note that I can't alt+tab properly, I've tried restarting my PC, ran DISM /Online /Cleanup-Image /RestoreHealth, sfc /scannow, and chkdsk /f, but nothing seemed to be an issue.

Windows for home | Windows 10 | Performance and system failures

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

6 answers

Sort by: Most helpful
  1. Anonymous
    2023-11-29T01:52:27+00:00

    Forum helper

    Hi : if may I suggest, some additional solutions..

    Have you tried to - Reset - The taskbar to

    its default settings. it may help

    Restart or Reset Taskbar via Command Prompt

     Command Prompt is a command-Line tool that can help you 
    
           restart or reset your taskbar by running the command,,
    

    taskkill /f /im explorer.exe && start explorer.exe and press - Enter

     After get the result >> *close the* ***"CMD - Prompt"*** and Restart the PC
    

    if get lose with the Steps. use this other method. Shown on this video below

             -- Don't click or subscribe. To any offer, shown on the video
    

    How To Reset Windows 10 Taskbar To Its Default Settings - YouTube

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2023-11-29T01:16:44+00:00

    I did that and rebooted, but still nothing changed at all :/

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2023-11-28T12:30:17+00:00

    Hello,

    Thank you for your reply and providing Information.

    Please use below Powershell -> Right Click run as Administrator

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

    Reboot your Computer.

    Best Regards,

    Prakash

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2023-11-27T23:56:38+00:00

    Hi, thanks for the response.

    "Get-AppxPackage *windows.immersivecontrolpanel* | Reset-AppxPackage" didn't work for me and I also tried everything else:

    ![](https://learn-attachment.microsoft.com/api/attachments/f77e904a-41d3-45f1-ba66-fd0f9877619e?platform=QnA

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2023-11-27T04:08:59+00:00

    Hello,

    Thanks for reaching out! I'm Microsoft user like you.

    1. Cleanup below Temp folders location -> Open Start -> Run -> Type below location one-by-one and press enter -> C:\Windows\Temp -> %USERPROFILE%\AppData\Local\Temp
    2. Run Disk Cleanup from Select C:\ Drive from Properties- > General -> Disk Cleanup - >Cleanup system files
    3. Run below DISM commands from elevated

    prompt.

    DISM /Online /Cleanup-Image /CheckHealth

    DISM /Online /Cleanup-Image /ScanHealth

    DISM /Online /Cleanup-Image /RestoreHealth

    1. Run sfc /scannow from elevated prompt.
    2. Reboot your computer
    3. Open PowerShell as Administrator

    Copy and paste the command below then press Enter.

    Get-AppxPackage *windows.immersivecontrolpanel* | Reset-AppxPackage

    1. Reboot your computer and try to open Date and time settings from control panel.

    In case of additional questions, reach out back to me, and I will be happy to help and try our best to resolve your issue.

    Best Regards,

    Prakash

    Was this answer helpful?

    0 comments No comments