How to Reset Settings App in Windows 10/11
All of the settings you would want to adjust are available in Windows' settings app. By selecting Start > Settings, one can open the Settings app. Through the Settings program, you can access helpful features like Personalization choices, Windows Defender options, and more.
But just like any other program, the Settings app occasionally has issues. Many customers have recently complained that they are having trouble opening the Settings app. Not many people have complained about the Settings app crashing and not opening.
So, if you are experiencing problems with the Settings app in Windows, you might expect some help here. This article will list the best ways to reset the Settings app in Windows 10. So, let’s check out.
How to Reset Settings App in Windows 10/11
Note: Resetting the Settings app will also erase a number of settings, just like resetting other apps. It will reset several options to their initial settings. Thus, make a backup of any crucial files whenever you utilize custom settings for any Windows function.
Read More: Hire an Expert Wix eCommerce Store Website Designer on Fiverr: Elevate Your Online Presence
1. Reset From the Start Menu
In this method, we will use the default Start menu to reset the Settings app on Windows. Follow some of the simple steps given below.
1. First, open the Windows Search box and type in Settings.
2. Right-click on the Settings app, and click on App Settings.
3. Now, on the Settings Window, scroll down and click on the Reset button
4. On the confirmation popup, click the Reset button again.
2. Reset Settings App Using PowerShell
If you run Windows 10 version 21H2 or later, you can use PowerShell to reset the Windows 10 Settings app. Follow some simple steps below to reset the Settings app via PowerShell.
1. First, open Windows Search and search for Windows PowerShell.
2. Right-click on the Windows Powershell and select Run as Administrator.
3. On the PowerShell window, enter:
Get-AppxPackage *windows.immersivecontrolpanel* | Reset-AppxPackage
4. Once done, press the Enter button.
That’s it! You are done. This is how you can reset Windows 10 Settings app via Powershell.
3. Reset the Settings App via Command Prompt
If you are not running Windows 10 version 21H2, you must utilize the Command Prompt to reset the Settings app. Follow some simple steps below to reset the Settings app via CMD.
1. First, open Windows search and search for Command Prompt.
2. Right-click on the Command Prompt and select Run as administrator.
3. On the Command Prompt, enter the command –
PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage *immersivecontrolpanel*).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"
4. Once done, press the Enter button.
That’s it! You are done. This is how you can reset the Settings app via Command Prompt.
Read More: Things Mentally Strong People Do
4. Reset the Settings App Using the Batch File
Whether you’re using Windows 10 or 11, you can create a Batch file and run it to reset the Settings app.
Having a batch file ready will come in handy when the Settings app suddenly stops working. You can run it without going through Registry or Group Policy editor. Here’s how to reset Settings app using Batch files.
1. Right-click on your desktop and select New > Text Document.
2. Open the Text Document and paste the following lines in it.
@echo off
cmd.exe /k PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage immersivecontrolpanel).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"
exit
3. Now click on the File Menu and select Save As.
4. On the Save As prompt, enter the file name as ResetSettingsApp.bat. You can name the file whatever you want; add the .bat file extension at the end. Once done, click on the Save button.
5. The batch file will be saved on your desktop. You can double-click on it to reset the Settings app on Windows.
That’s it! This is how you can reset the Settings app in Windows using a Batch file.
<< Home