Share via

taskbar broken

PoofAras 0 Reputation points
2024-09-01T15:02:20.3633333+00:00

yo my taskbar isn't working, everything on its broken, when i click on the apps on my taskbar they say Class Not Registered and i cant take screenshots.

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

3 answers

Sort by: Most helpful
  1. Kapil Arya 37,826 Reputation points Volunteer Moderator
    2024-09-05T07:58:29.6633333+00:00

    Hello,

    Try to reset Taskbar, see if it helps:

    https://www.kapilarya.com/reset-taskbar-in-windows-11-to-default-settings

    Hope this helps!

    Note: Included link in this reply refers to blog by a trusted Microsoft MVP.

    Was this answer helpful?

    0 comments No comments

  2. Anonymous
    2024-09-03T00:50:48.32+00:00

    Hello,

    Run this command run (powershell as admin)

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

    regsvr32.exe /u /s iexplore.dll

    regsvr32.exe /s iexplore.dll

    regsvr32.exe /u /s jscript.dll

    regsvr32.exe /s jscript.dll

    regsvr32.exe /u /s vbscript.dll

    regsvr32.exe /s vbscript.dll

    regsvr32.exe /u /s shell32.dll

    regsvr32.exe /s shell32.dll


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Was this answer helpful?

    0 comments No comments

  3. S.Sengupta 30,906 Reputation points MVP Volunteer Moderator
    2024-09-02T01:06:17.44+00:00

    Open Command Prompt as Administrator and type the following commands followed by hitting the Enter key:

    sfc /scannow

    DISM /Online /Cleanup-Image /RestoreHealth

    If you have a restore point from before the problem started, you could try reverting to it.

    Reset Windows will reinstall Windows while keeping your personal files.

    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.