How to Reinstall Windows Settings?

3
24
How to Reinstall Windows Settings

The Windows Settings app may be reinstalled on your PC by using different commands in PowerShell or Command Prompt when you want it to open properly and not close or crash.

This is an article that will guide you through the process.

KEY TAKEAWAYS

  • The Windows Settings app can be reinstalled by re-registering it through CMD or PowerShell.
  • Reinstalling the Windows built-in apps will also reinstall the Settings app in the process.
  • Performing a system restore will typically take your PC back to the time when the app was reinstalled. So, this is also a viable approach.

Why Do You Have to Reinstall the Windows Settings App?

You will need to reinstall the Windows Settings app when it is not opening or working properly.

You may also need to reinstall it after updating your outdated operating system, just to make sure that there are no compatibility issues so that the app keeps closing on your Windows PC.

Ways to Reinstall the Windows Settings App

How to Reinstall Windows Settings

Using the Command Prompt or PowerShell to run a few specific commands is one of the best ways to reinstall the app on your PC.

A command will re-register the app altogether, while the other will first remove all of the built-in apps and then reinstall them, including Windows Settings.

You can also perform a system restore. This will restore your computer to an earlier state when the app was installed and working properly.

Read Also:  17 Differences Between Windows 10 and 11

Method 1: Re-register the Windows Settings App

Registering the Windows Settings app afresh will reinstall it on your PC.

STEPS TO FOLLOW:

  • Go to the search box > type powershell or cmd > right-click on it > select Run as administrator.
  • Now run the command Get-AppxPackage windows.immersivecontrolpanel | Reset-AppxPackage

Get-AppxPackage windows.immersivecontrolpanel | Reset-AppxPackage

This will take some time. Wait until the process is complete. When it is done, restart your computer for the changes to take effect and the Windows Settings app to be reinstalled.

Method 2: Reinstall the Windows Built-in Apps

You may terminate and then reinstall the built-in apps of Windows on your PC. This will remove all apps and then install them again. In the process, the Windows Settings app will also be reinstalled.

Once again, you will need to run a specific command for it.

STEPS TO FOLLOW:

  • Open the PowerShell or Command Prompt as an administrator.
  • This time, type in the command Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}.

Again, let the process complete, and then restart your computer.

Conclusion

So, as it is evident from this article, you will need to run a couple of commands on your PC to reinstall the Windows Settings app.

Remember, resetting the app will not reinstall it in the true sense. It will simply remove the corrupt data and refresh it.

However, it is good to reset the app before reinstalling.

Previous articleHow to Create Windows Settings Shortcut?
Next articleDo Laptops Break or Get Damaged Easily?
Puja Chatterjee
Puja Chatterjee, a distinguished technical writer, boasts an extensive and nuanced understanding of computer technology. She is an esteemed graduate of the Bengal Institute of Management Studies (BIMS), where she honed her skills and knowledge in the tech domain. Over the span of more than 12 years, Puja has developed a deep expertise that encompasses not only technology writing, where she articulates complex technical concepts with clarity and precision, but also in the realm of client relationship management. Her experience in this area is characterized by her ability to effectively communicate and engage with clients, ensuring their needs are met with the highest level of professionalism and understanding of their technical requirements. Puja's career is marked by a commitment to excellence in both written communication within the tech industry and fostering strong, productive relationships with clients.
3 Comments
Oldest
Newest
Inline Feedbacks
View all comments