Top 4 Ways to Reset Settings App in Windows 10 and Windows 11

Microsoft introduced the Settings app with Windows 8. Since then, it has made countless improvements to the app. The settings app on Windows 11 looks completely different from Windows 10 and contains more settings and options that didn’t previously exist in the Control Panel. Microsoft is slowly trying to reduce its reliance on the Control Panel and is moving everything in the Settings app to blend in with the redesigned user interface.

Top 4 ways to reset settings apps in Windows 10 and 11

But what if the Settings app starts working on Windows? If basic troubleshooting doesn’t work, you can reset the Settings app. We will discuss multiple methods to reset apps on Windows 10 and Windows 11.

1. Reset app settings using advanced settings

Windows 10 and Windows 11 offer the ability to reset the Settings app using the advanced settings pane. Normally, you would open the list of installed apps, then access advanced settings from there. But the Settings app doesn’t appear in the list of installed apps. Here’s how to reset it:

Step 1: Press the Windows key to open the Start menu. Enter Settings and then click on the App Settings option in the right pane.

settings app

Step 2: Scroll down the Advanced Settings page and find the Reset section. Click the Reset button. You can also repair the app using the Repair before reset option. Windows 10 does not have an option to repair apps.

See more:  How to unlock & complete

Advanced settings

2. Reset application settings using Command Prompt

Microsoft has introduced a means to reset the Settings application using the Command Prompt. This method should work in Windows 10 and Windows 11. Check these steps:

Step 1: Right-click the Start button to launch the Power User menu. Click the Terminal (Admin) option in the list.

Reset app settings

Step 2: User Account Control will pop up. Click the Yes button to continue.

UAC . window

Step 3: In the Terminal application window, type the following command and press Enter:

PowerShell -ExecutionPolicy Unrestricted -Command “& {$manifest = (Immersive Console Get-AppxPackage).InstallLocation + ‘\AppxManifest.xml’ ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”

reset application settings cmd

Step 4: Wait for the command to execute. You will not see any confirmation message. Close the Terminal application window.

3. Reset application settings using PowerShell

Microsoft is testing a cmdlet to support resetting the Settings app via PowerShell. But this feature has never appeared on Windows 10. So this method will only work in Windows 11. If you try to run this command in Windows 10, you will get an error.

Step 1: Press the Windows key, type PowerShell, and simultaneously press the Ctrl + Shift + Enter keyboard shortcut.

reset powershell app settings

Step 2: User Account Control will launch. Click the Yes button.

reset powershell app settings

Step 3: Now, type the following command into the PowerShell window and press Enter:

Get-AppxPackage Windows.ImmersiveControlPanel | Reset-AppxPackage

reset powershell app settings

Step 4: You will see some executable code in the PowerShell window for a few seconds. Then you can close the window.

4. Reset App Settings Using Batch File

Running commands every time you want to reset the Settings app can be time consuming. So you can create a batch file of the same and run it whenever you need. You can save the batch file on the desktop for easy access and without opening the Command Prompt or diving into advanced settings. This is the way:

See more:  Download From Filesonic, Rapidshare, Fileserve For Free

Step 1: Press the Windows + D key combination to switch to the desktop.

Step 2: Right-click on the desktop and select the New option from the context menu. Then select the Text Document option.

Reset app settings using batch files

Step 3: Double click on the newly created text file to open it. Copy and paste the following line into the file:

@echo disable cmd.exe /k PowerShell -ExecutionPolicy Unrestricted -Command “& {$manifest = (Get-AppxPackage Immersive Console).InstallLocation + ‘\AppxManifest.xml’ ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest} “escape

note window

Step 4: Press the keyboard shortcut Ctrl + Shift + S at the same time to open the Save As window. Enter the batch file name ResetSettings.bat.

batch file saving

Step 5: Click on the Save as type drop-down list and select the All files option. Then click the Save button. The batch file will appear on the desktop.

Step 6: Close the Notepad file. Go to the desktop and right click on the newly created batch file. Select the Run as administrator option.

Run batch file with admin rights

Step 7: The User Accounts window will pop up again. Click the Yes button.

UAC . window

Step 8: The batch file will run the command to reset the Settings app. You will not see any confirmation message. Close the Command Prompt window afterwards.

Easy troubleshooting with settings app

The Windows Settings app is the right place to tweak the tiniest system settings. But when the Settings app doesn’t work properly, Microsoft offers the option to repair or reset it. You can try the simplest method. But if you cannot open the Settings app, you can use the Command Prompt or PowerShell methods to reset it.

See more:  How to Fix the Hueneme Concord Error in Modern Warfare 2

Categories: How to
Source: thpttranhungdao.edu.vn/en/

Rate this post

Leave a Comment