If your Windows Settings app is not working properly, then you have one very effective way of resolving this issue. Microsoft allows you to repair or reset the Settings app, but it is not easily accessible. In this post, we will show you how you can reset Settings to its default so that it works properly.
How to Reset the Windows 11 Settings app
To repair or reset the Windows 11 Settings app take the following steps:
- Open the Start menu and search for Settings
- Either right-click on the Settings result or select App settings from the right side of the Start Menu
- In the Settings window that opens, click on Repair or Reset button.
- Repair: This will keep your settings as they are
- Reset: This will delete the app’s data and consequently reset your PC settings to default, including your preferences and sign-in details.
If the app isn’t working as desired, Microsoft will try to repair or reset it.
How to Reset the Windows 10 Settings app
To reset the Windows 10 Settings app to default, follow these steps:
- Open the Start Menu
- Right-click on the Settings icon
- Select More
- Next click on App settings
- In the window that opens, click on the Reset button.
The process will commence.
When you press the Reset button, it will permanently delete the app’s data on this device, including your preferences and sign-in details.
Hope this tip helps you fix your Settings app.
Reset the Windows Settings app using PowerShell
Execute the following command in an elevated PowerShell prompt to reset the Windows Settings app:
Get-AppxPackage *Windows.ImmersiveControlPanel* | Reset-AppxPackage
Reset the Windows Settings app using Command Prompt
Execute the following command in an elevated Command Prompt window to reset the Windows Settings app:
PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage *immersivecontrolpanel*).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"
What are App Settings?
Application settings or Apps settings in Windows offer an easy way to configure app permission options like allowing access to the camera, location, or microphone. It also provides an alternative way to uninstall apps.
How do I get to my App Settings?
Open the Start menu and locate the App’s icon. Right-click on it and select App settings. The Windows Settings app will open directly to the selected App’s settings page.