Windows settings crashes for some users

Arwen 21 Reputation points
2020-11-24T22:04:33.6+00:00

I'm having a weird issue where Windows settings in Windows 10 will crash for specific users. It will open, but when I click on a tile, it just closes. Is there a place somewhere in appdata I can just delete and recreate files? I tried sfc /scannow and an in place upgrade.

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Kapil Arya 8,461 Reputation points MVP Volunteer Moderator
    2020-11-25T03:41:58.77+00:00

    Hello,

    Try to re-register Settings app:

    1. Open administrative Windows PowerShell.
    2. In PowerShell window, type/paste following cmdlet and press Enter key:

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

    Let the command complete.

    Reference: https://www.kapilarya.com/fix-settings-app-not-working-in-windows-10

    Let us know if this helps!

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


Your answer

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