Table of Contents
This guide explains how to reset the Settings App in Windows 10, with clear steps, practical tips, and important checks before you begin.
You can click on a category to view and change other settings for that category.
If Settings fails or fails to open, you can reset and / or re-register the Settings app to hopefully fix the problem.
This guide will show you how to reset and re-register the Settings app in Windows 10.
Reset the Settings app from the Start menu
Step 1. Open the Start menu.
Step 2. Right-click or press and hold the Settings icon (gear) on the Start list, click More and select App settings.
Step 3. Click the Reset button in Settings.
Step 4. Click the Reset button to confirm.
Step 5. Now, you can close Settings if you want.
Reset the Settings app in PowerShell
Step 1. Open Windows PowerShell.
Step 2. Copy and paste the below command into PowerShell and press Enter.
Get-AppxPackage * windows.immersivecontrolpanel * | Reset-AppxPackage
Step 3. When done, you can close PowerShell if you want.

Install and re-register the Settings app in the Command Prompt
Step 1. Open Command Prompt.
Step 2. Copy and paste the following command into the Command Prompt and press Enter.
Code:
PowerShell -ExecutionPolicy Unrestricted -Command "& {$ manifest = (Get-AppxPackage * immersivecontrolpanel *). InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ manifest}"
Step 3. When done, you can close the Command Prompt if you want.
FAQ
What should I know about Reset the Settings App in Windows 10?
Focus on the key features, requirements, limitations, and practical use cases explained in this guide.
How do I get the best results with Reset the Settings App in Windows 10?
Follow the recommended steps, use current software or information, confirm compatibility, and review settings before major changes.
Are there any risks or limitations?
Potential limitations depend on compatibility, data quality, cost, privacy, support, and how the product or method is used.

Reader Comments 0
Sign in with email or Google to join the discussion.