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

How to Fix the Settings Application Does Not Work on Windows 10

Learn how to fix the Settings Application Does Not Work on Windows 10 with clear steps, practical examples, and troubleshooting tips for safer, more...

Table of Contents

How to Fix the Settings Application Does Not Work on Windows 10 is easier to understand when the core ideas are paired with practical examples. The sections below explain the topic clearly, highlight useful steps, and point out details that can prevent common errors.

On Windows 10, users can access the Settings application via the Start menu, which contains many custom systems such as Control Panel. However, many users report that they cannot access this application or when clicked will be redirected to the Windwows Store. Here are some remedies for this problem.

Install and re-register Windows applications

The Settings application in Windows 10 is considered an officially installed Windows application so reinstalling it with other Windows 10 applications (because reinstalling an application will reinstall the entire Windows application. Other) can fix the problem users are having.

How to Fix the Settings Application Does Not Work on Windows 10 example image 1

To do this, open PowerShell (just type " PowerShell " into the search menu on the Start menu, then right-click it and select " Run as administrator "), and enter the following command:

  • 12 ways to open CMD - Command Prompt easily on Windows 10
 Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"} 

The above command will register and reinstall all Windows applications. Hope this can make the Settings app work again.

Use the SFC command

Before trying to fix a more complex Settings application, here are some quick fixes:

  • Perform a scan of the drive to find the inaccurate Settings error by accessing the Start menu, typing cmd to find and opening the Command prompt, then typing the following command sfc / scannow
  • If it fails, you should try downloading the Windows Update Troubleshooter and see if this helps.

How to Fix the Settings Application Does Not Work on Windows 10 example image 2

  • Use the SFC command to fix Windows 10 file system errors

Create a new Windows user

If you still can't open the Settings app, you should create a new admin account and transfer files to this account. Since the Settings application does not work, new accounts cannot be created from here, so users can use Microsoft Common Console Document if they are using Windows 10 Pro.

Step 1. Click Start and type lusrmgr.msc . In Common Console Document, click Users , right-click on the user, then " add new user ." Enter your information, then log out of your current account and access your new account via the Start menu or use the Ctrl + Alt + Del key combination.

If you use Windows 10 Home Edition, you can create new user accounts via Command Prompt. To open the Command prompt as an admin, click on the Start menu, type cmd then right-click the Command prompt and select ' Run as administrator '.

In the Command Prompt enter the following command but with the username and password you want to create for the new admin account:

 net user newusername newpassword / add 

Newusername : new admin user name

Newpassword : New admin account password

How to Fix the Settings Application Does Not Work on Windows 10 example image 3

The message ' The command completed successfully ' appears indicating that the account has been successfully created.

Step 2. Next, go to " Control Panel> User Accounts> User Accounts> Manage another account ".

Step 3. Select the newly created account, click " Change the account type ", then click " Administrator " in the new window and " Change Account Type ".

How to Fix the Settings Application Does Not Work on Windows 10 example image 4

Now, the user account you just created is an administrator account.

Step 4. Log out of your current account and go to the new user account. Try accessing the Settings app to see if it works. If it works, the next step you need to take is to transfer the files from the old Windows account to the new account.

Go to the system hard drive (where Windows is installed) in File Explorer, click View in the tab at the top, then check the " Hidden items " box.

How to Fix the Settings Application Does Not Work on Windows 10 example image 5

Navigate to the old user account in File Explorer (C: / Users / old account name by default), and double-click it. You will see the following message.

How to Fix the Settings Application Does Not Work on Windows 10 example image 6

Click Continue , enter your account password when prompted, then copy and paste all the files from that account into a new account (located at C: / Users / new username by default).

How to Fix the Settings Application Does Not Work on Windows 10 example image 7

  • How to fix the error Search Windows 10 does not work
  • Windows Spotlight does not work on Windows 10, this is a fix
  • 3 ways to fix Start Menu on Windows 10 stopped working

FAQ

What should you know about install and re-register Windows applications?

The Settings application in Windows 10 is considered an officially installed Windows application so reinstalling it with other Windows 10 applications (because reinstalling an application will reinstall the entire Windows application. Other) can fix the.

What should you know about use the SFC command?

Before trying to fix a more complex Settings application, here are some quick fixes:

What should you know about create a new Windows user?

If you still can't open the Settings app, you should create a new admin account and transfer files to this account. Since the Settings application does not work, new accounts cannot be created from here, so users can use Microsoft Common Console Document if.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.