The settings application fails to launch for a specific user.
The settings application fails to launch for a specific user.
I logged in using my Microsoft account and the Settings app appeared but another account couldn't open anywhere (Win+I, All Settings in action bar, control Panel). None of these steps resolved the issue.
1. Execute CMD as Administrator.
2. Run dism /online /cleanup-image /restorehealth
3. Perform sfc /scannow
4. In PowerShell: Get-AppXPackage -AllUsers | Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
5. Open Regedit, navigate to HKCU\Software\Microsoft\Windows\CurrentVersion\Uninstall, find the name "NoControlPanel" with value 0 and set it to 0.
6. Go to Control Panel → Troubleshooting → view all → click on Windows Store Apps
I manage an Office 365 admin account. The account was established three years ago. She needs a new laptop, but the settings aren't functioning with her account. When I log in using my own account, the settings appear to open correctly. Her Microsoft account is set as admin.