How can I fix the Class not registered error I am getting.

John Hubbard 0 Reputation points
2025-12-23T21:01:48.63+00:00

For HP Smart, Facebook, Copilot, myHP; when I click the icons on the Taskbar, I get a Class not registered error.

Further, when I right click the WINDOW icon and try to select Settings or System, I get an APP not associated error.

Further, I have been frequently interrupted by "your device has" a problem "and needs to restart"


Moved from: System Center Operations Manager

Windows for home | Windows 11 | Performance and system failures
0 comments No comments

2 answers

Sort by: Most helpful
  1. Sin-D 12,245 Reputation points Microsoft External Staff Moderator
    2025-12-24T03:07:02.2+00:00

    Hi John,

    Thanks for reaching out to Microsoft Q&A. I understand you are facing “Class not registered” and “App not associated” errors. To addition for Q&A Assist, pleas repair system files Open PowerShell or CMD as Administrator and run:

    sfc /scannow
    DISM /Online /Cleanup-Image /RestoreHealth
    

    Then try re‑register all Windows apps Open PowerShell (Admin):

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

    Please make sure you already Update Microsoft Store apps and reset Windows Update components.

    If Settings won’t open, re-register the Settings app:

    Get-AppxPackage *immersivecontrolpanel* | foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
    

    The initial response might not address the problem. So, if your problem persists or you need any assistance, feel free to ask me by clicking "Add Comment" or "Post Answer" if you cannot add comment. This helps me can read your follow up. Thanks for your effort. 


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".  

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.  

    Was this answer helpful?


  2. AI answer

    2025-12-23T21:01:56.9166667+00:00

    To resolve the "Class not registered" error you are encountering with applications like HP Smart, Facebook, and others, you may need to reinstall the affected applications. This error often indicates a corrupted file or a problem with the application's registration in Windows. Reinstalling the application can help restore the necessary files and registry entries.

    Additionally, for the "APP not associated" error when trying to access Settings or System, it may be necessary to check your system's file associations or repair your Windows installation. You can also try running the System File Checker (SFC) tool to repair any corrupted system files. To do this, open an administrative command prompt and run the command:

    sfc /scannow
    

    If you continue to experience issues with frequent restart prompts, it may indicate a more serious underlying problem, such as hardware issues or critical system errors. You may want to check for Windows updates or consider performing a system restore to a point before the issues began.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

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.