Fix Settings Not Opening In Windows 10 - 3 Easy Ways
Windows 10 Settings may not open due to unknown reasons, sometimes the settings app would open but you won't be able to open additional settings. In this video, you will find easy ways to fix Settings not opening on Windows 10. Method 1. First thing you should try is - 1. Go to the Start button and right-click on it. 2. Open Windows Powershell as admin. 3. Copy and paste this command on command prompt - Get-AppXPackage -AllUsers -Name windows.immersivecontrolpanel | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml” -Verbose} Hit enter on your keyboard. This should fix the settings app on Windows 10. If the above command does not work then you can rebuild all the Windows 10 Apps. Copy this command on command prompt - Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} Copy codes & read in details - https://www.itechfever.com/fix-settings-not-opening-windows-10/