Some users have reported an issue where the Windows 10 Settings app doesn’t open after upgrading from an earlier version of the OS. Here are two ways to fix this problem with either Command Prompt or Powershell.
Before proceeding to the actual fix, try one of the following:
- Run a System File Check. Open Command Prompt as an administrator and run the following command:
sfc /scannow
. - Download and run the Windows Update Troubleshooter.
Option 1: Fix it with Powershell
- Open Powershell with administrator privileges.
- Reinstall the Windows 10 apps by running the following command:
et-AppXPackage | foreach {Add-AppxPackage -DisableDevelopmentMode - Register "$($_.InstallLocation) \AppXManifest.xml"}
If reinstalling the default Windows 10 apps doesn’t resolve the issue, proceed to option #2.
Looking for an easy solution to fix Windows issues remotely? FixMe.IT is the world’s #1 rated remote support app that allows to connect to any remote PC in 3 easy steps. Click here to see how it works.
Option 2: Fix it with Command Prompt
- Run Command Prompt as an administrator.
- Run the following command:
wuauclt.exe /updatenow
. - Restart the system.
- Run Command Prompt as an administrator again.
- Create a new admin user by running the following commands:
net user <username> <password> /add, then net localgroup administrators <username> /add
(don’t forget to substitute<username>
and<password>
with the credentials you want to assign for a new admin user). - Log out from the system and log back in using the new admin account credentials.
Did you find this article helpful? Find more Windows tips & tricks on our blog and follow us on Facebook, Twitter or LinkedIn to get all the latest updates as they happen.
Try FixMe.IT Free