Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

How to Reinstall Windows Settings

Learn how to reinstall Windows settings. Follow clear steps, practical tips, and troubleshooting advice for common problems. Read the complete guide.

Table of Contents

This practical guide explains how to reinstall Windows settings. Follow the steps in order, review the requirements first, and use the troubleshooting notes when a setting or option does not work as expected.

How to reset Windows Settings from Start menu

Step 1:

You type Settings in the search bar on Windows, then select App settings next to it as shown below.

How to reset Windows Settings from Start menu screenshot

Step 2:

Switch to the new interface, click the Reset button to proceed.

How to reset Windows Settings from Start menu screenshot

Finally, click Reset to complete the Windows Settings reinstallation.

How to reset Windows Settings from Start menu screenshot

How to reinstall Windows Settings using PowerShell

Step 1:

You enter the keyword Windows Terminal in the search bar and then click Windows PowerShell .

How to reinstall Windows Settings using PowerShell screenshot

Step 2:

Next, paste the command below into the box and press Enter to execute. Then the computer will reinstall.

Get-AppxPackage *windows.immersivecontrolpanel* | Reset-AppxPackage

How to reinstall Windows Settings using PowerShell screenshot

How to reset Windows Settings via Command Prompt

Step 1:

Type Windows Terminal in search and press Command Prompt to access.

How to reset Windows Settings via Command Prompt screenshot

Step 2:

Now you also paste the command below into the interface and press Enter to execute.

PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage *immersivecontrolpanel*). InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"

How to reset Windows Settings via Command Prompt screenshot

The results of the Settings application on the computer have been reinstalled.

FAQ

How to reset Windows Settings from Start menu?

You type Settings in the search bar on Windows, then select App settings next to it as shown below.

How to reinstall Windows Settings using PowerShell?

You enter the keyword Windows Terminal in the search bar and then click Windows PowerShell.

How to reset Windows Settings via Command Prompt?

Type Windows Terminal in search and press Command Prompt to access.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.