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.