Tips

Windows 10 Tip: How to reset Settings app in Windows using PowerShell?

Microsoft has a Settings app in Windows 10 which brings a bunch of handy features to customize the operating system and have your custom settings as per your needs.

Meanwhile, in some conditions it may not work as expected and malfunction. In such times, you can set it to the default settings.

There are various different ways available for resetting the Settings appl on your computer such as from the start menu and using the Command Prompt. But for now, we will be using the PowerShell tool.

How to reset the Settings app in Windows 10?

Before processing further, verify that the version of your Windows 10 supports resetting the Settings app using PowerShell.

This is only supported in Windows 10 build 20175 or newer. Here is a step-by-step guide to verifying the support for this process on your computer and if does support this, then how to use the feature.

Step 1: Press Windows + R keys on your keyboard to open the Run window. There, type “winver” and hit the Enter key. It will open About Windows which will have information about the version of Windows 10 your system is running. If the build version is 20175 or newer, then continue to the next step.

Step 2: Open the PowerShell app on your Windows 10 computer. For this, open the Start menu and search for PowerShell.

From the results, right-click on the app and select the “Run as Administrator” option. Or select the option on the right-side pane in the search results.

Step 3: Now, copy the following command and paste it in the PowerShell window, and then click Enter to run it.

Get-AppxPackage *windows.immersivecontrolpanel* | Reset-AppxPackage
Reset-Settings-PowerShell-3

That’s it. You have now successfully reset the Settings app. This will brings the setting’s options to their default conditions. This also fix bugs and other problems that are caused by your custom settings.

Click to comment

Leave a Reply

Your email address will not be published. Required fields are marked *

The Latest

To Top