Instructions for reinstalling Windows Settings

In case the settings you have changed affect the content on your computer, or there is a problem, you can reset Windows Settings, following the instructions below.

To adjust the computer to suit each person's needs, you can change the settings on the computer. In case the settings you have changed affect the content on the computer, or there is a problem, you can reset Windows Settings, according to the instructions below.

 

How to reset Windows Settings from Start menu

Step 1:

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

Picture 1 of Instructions for reinstalling Windows Settings

Step 2:

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

Picture 2 of Instructions for reinstalling Windows Settings

Finally, click Reset to complete the Windows Settings reinstallation.

Picture 3 of Instructions for reinstalling Windows Settings

 

How to reinstall Windows Settings using PowerShell

Step 1:

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

Picture 4 of Instructions for reinstalling Windows Settings

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

Picture 5 of Instructions for reinstalling Windows Settings

How to reset Windows Settings via Command Prompt

Step 1:

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

Picture 6 of Instructions for reinstalling Windows Settings

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}"

Picture 7 of Instructions for reinstalling Windows Settings

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

« PREV POST
READ NEXT »