How to reset the Settings app in Windows 10
Most of the settings you want to change in Windows 10 are in the Settings app. Settings are organized into categories System, Devices, Phone, Network & Internet, Personalization, Apps, Accounts, Time & language, Gaming, Ease of Access, Search, Privacy, Update & Security, and Mixed Reality (if available).
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.
You should read it
- Instructions 2 simple ways Reset Windows 10 (The last part)
- Steps to reset WiFi modem
- How to Reset Network Settings on Android
- How to reset Windows 10 internet settings
- How to use the Reset feature on Windows 10
- Summary of some simple ways to Reset Windows 10
- 3 ways to reset Folder View Settings to default in Windows 11
- How to reset iPhone, restore original settings with iTunes
May be interested
- How to create an Event Viewer shortcut on a Windows 10 desktopyou should create a shortcut event viewer on the windows 10 desktop, to allow you to quickly access event viewer without going through many steps.
- How to show scrollbar in apps in Windows 10if the default scrollbar in the settings app and store app is hard to see or use, you can show the full scrollbar in windows 10. here's how!
- How to stop background apps running on Windows 10there are many reasons why your computer is slow. one of the reasons is that all background applications are affecting your pc's performance. you can improve things by disabling those background apps.
- Instructions for turning on and off Bluetooth on Windows 10if you're having trouble turning bluetooth on and off on your windows 10 pc, tipsmake.com has put together some of the simplest ways.
- How to add / remove fingerprint for account in Windows 10windows hello is a more personal and secure way to instantly access windows 10 devices with fingerprint or facial recognition.
- How to move windows to another virtual desktop in Windows 10if you often use virtual desktops in windows 10 to manage your workspace, you will find that keeping track of windows between them can be tricky at times.