Skip to content

5000+ Great Articles

Best Articles & Essays: Interesting Articles to Read Online

  • How To Improve Your WordPress Website With Genesis Framework Designs Wordpress
  • How to Find Online Jobs To Work From Home Computer Tips
  • Top 15 Tips for Fixing iPad Battery Drain Issues iPad
  • 9 Best Games On PS4 Gaming
  • How to Make Safari’s Private Browsing Feature Actually Private Safari
  • The paypal fee calculator 2020 through an online transaction in usa Uncategorized
  • Configure CentOS to Sync with NTP Time Servers Linux
  • How to Annotate and Sign your PDFs on iPhone How-To

How to Fix the ( Settings app not opening in Windows 10 )

Posted on May 3, 2023 By blog_786 No Comments on How to Fix the ( Settings app not opening in Windows 10 )

How to Fix the ( Settings app not opening in Windows 10 ).

The Settings app is critical to customizing and managing various aspects of Windows 10. You will need it for everything from uninstalling applications, adjusting device settings, to installing operating system updates.

How do I fix Windows 10 settings not opening?

Of course, you can still use Control Panel in Windows 10. But Microsoft continues to phase out the program in favor of the Settings app, so it no longer provides full control over your computer.

So if the Settings app won’t open on your Windows 10 PC or crashes quickly, you should fix it immediately. The list of troubleshooting tips below should help you with this.

How to Fix the ( Settings app not opening in Windows 10 )

1. Re-register the Settings App in Windows 10

If the Options dialog box does not open or disappears from view immediately after startup, you must re-register it by running a specific command through Windows PowerShell.

1. Press Windows + X to open the Power User Menu. Then enter Windows PowerShell.

2. Copy and paste the following command into the Windows PowerShell console:

Get-AppXPackage -Name Windows.Immersivecontrolpanel | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$ ($ _. InstallLocation) AppXManifest.xml”}

How to Fix the ( Settings app not opening in Windows 10 )

3. Press Enter.

4. Close Windows PowerShell.

5. Restart your computer. Then try opening the Settings app.

2. Re-install and Re-register All Windows Apps

Assuming that re-registering the Settings application did not work, the next step is to re-register all the standard Windows applications on your computer. This requires you to run another command, but through the Windows PowerShell console with administrator rights.

1. Open the Power User Menu and select Windows PowerShell (Admin).

2. Copy and paste the following command:

Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$ ($ _. InstallLocation) AppXManifest.xml”}

How to Fix the ( Settings app not opening in Windows 10 )

3. Press Enter.

4. Wait for Windows PowerShell to finish re-registering each default application. This will take about 5-10 minutes.

5. Close Windows PowerShell console and restart your computer.

3. Run the System File Checker

If Settings still refuses to open or closes automatically on startup, you should check and fix corrupted system files in Windows 10. You can use the System File Checker command line utility to help you with this.

1. Open an elevated Windows PowerShell console.

2. Enter the following command:

sfc / scannow

How to Fix the ( Settings app not opening in Windows 10 )

3. Press Enter.

If System File Checker cannot find or fix problems, run the tool several times for a total of three times before continuing.

4. Run Deployment Image Servicing and Management Tool

The DISM (Deployment Image Servicing and Management) command-line tool helps diagnose and resolve operating system stability issues. You should run it regardless of whether the System File Checker manages to fix any errors or not.

1. Open an elevated Windows PowerShell console.

2. Type the following command and press Enter:

DISM / Online / Cleanup-Image / CheckHealth

How to Fix the ( Settings app not opening in Windows 10 )

3. If the above command detects operating system problems, run the two commands below in the order in which they appear:

  • DISM / Online / Cleanup-Image / ScanHealth
  • DISM / Online / Cleanup-Image / RestoreHealth

The last command in the DISM tool can take up to an hour. If the progress bar doesn’t work, be patient.

5. Update Windows 10 Using Windows PowerShell

The latest Windows 10 updates contain many bug fixes to help resolve persistent operating system issues. If the Settings app doesn’t open in Windows 10, you need to update your operating system immediately. To do this, you can use the following Windows PowerShell-based workaround.

1. Open an elevated Windows PowerShell console.

2. Type the following command and press Enter:

PSWindowsUpdate installer

How to Fix the ( Settings app not opening in Windows 10 )

3. Wait while Windows PowerShell completes the installation of the module required to update the operating system.

4. Type Get-WindowsUpdate and press Enter to search for available updates and corresponding KB (Knowledge Base) IDs.

5. Run the following command to install all available updates:

Install-WindowsUpdate

You can also use an alternate command to install specific updates. Replace KB_Identifier if necessary: ​​

Get-WindowsUpdate -KBArticleID “KB_Identifier” -Install

After Windows PowerShell finishes updating Windows 10, restart your computer and check if the Settings app is working properly.

6. Run Windows Troubleshooters via Control Panel

If you’re still having trouble opening the Settings dialog box on your computer, try running the built-in troubleshooters in the Windows Store and Windows Update apps.

1. Press Windows + S to open Windows Search. Then enter control panel and select “Open.”

2. Set View By to Large Icons.

3. Select Troubleshoot.

4. Select the View All option in the upper left corner of the window. You should see a list of built-in troubleshooters in Windows 10.

5. Select the Windows Store Apps troubleshooter at the bottom of the list. Then select “Next” and follow all the instructions on the screen to fix any issues that you find.

How to Fix the ( Settings app not opening in Windows 10 )

If you were unable to update your operating system using Windows PowerShell previously, run the Windows Update troubleshooter.

7. Scan Windows 10 for Malware

Malware can hijack Windows 10 and prevent important applications such as the Settings app from working properly. You can run a malware scan with Windows Security.

1. Select the Windows security icon on the taskbar.

2. Select Virus & threat protection> Scan options.

3. Select the “Quick Scan” option and select “Scan Now”.

How to Fix the ( Settings app not opening in Windows 10 )

If Windows Security cannot find the problem, you should run a full scan and an offline scan of Microsoft Defender. Or use a dedicated malware removal tool like Malwarebytes to scan your entire computer more intensively and thoroughly. For more information, see How to remove resistant forms of malware in Windows 10.

8. Use System Restore to Revert Windows 10

If you’ve previously set up System Restore in Windows 10, you have the option to return your operating system to the point where the Settings app worked without problems.

1. Press Windows + R to open the Run window. Then enter sysdm.cpl and click OK.

2. Go to the “System Protection” tab and select “System Restore”.

3. In the System Restore Wizard that opens, click “Next”.

4. Select a restore point and click Next.

How to Fix the ( Settings app not opening in Windows 10 )

5. Follow the instructions on the screen to restore Windows 10 to an earlier state.

9. Create New Windows 10 User Account

A badly damaged user profile is another reason why the Settings app won’t open or work correctly. The solution is to create a new user account.

However, you can’t use the Settings app to set up or manage accounts, so you’ll have to rely on several Windows PowerShell commands to fix this problem.

1. Open an elevated PowerShell console.

2. Enter $ Password = Read-Host -AsSecureString and press Enter. Then enter the password you want to add to the account you are about to create and press Enter again.

3. Run the following command line after making the necessary changes to User_Name, Full_User_Name and Account_Description:

New-LocalUser “User_Name” -Password $ Password -FullName “Full_User_Name” -Description “Account_Description”

How to Fix the ( Settings app not opening in Windows 10 )

4. Complete the account setup as an administrator by running the following command. Replace User_Name accordingly:

Add-LocalGroupMember -Group “Administrators” -Member “UserName”

5. Open the Start menu, select your profile picture and switch to the newly created user account. Then enter it.

Try to open the Settings app. If you can, you should move your data to the new user account. To do this, open File Explorer and go to Local Drive (C:)> Users. Then copy and paste the content from the old user account folder to the new account folder.

You can also go to Settings> Accounts to sign in to your Microsoft account if you’d like.

10. Reset Windows 10 to Factory Defaults

If none of the above fixes worked, you are probably facing a serious underlying issue in the Settings app that only resetting Windows 10 to factory settings can fix. It’s possible to keep your personal data intact despite deleting everything else, but we recommend that you back up Windows 10 before proceeding.

1. Open the Start menu. Then select Power> Restart while holding down the Shift key to restart your computer into the Windows Recovery Environment.

2. Select Troubleshoot> Reset this PC.

3. Select “Keep my files” and follow all on-screen instructions to complete the reset process.

How to Fix the ( Settings app not opening in Windows 10 )

For detailed step-by-step instructions, see this guide to reset Windows 10 to factory default settings.

After the factory reset procedure, the Settings dialog should open and work normally again in Windows 10.

–

How to Fix the ( Settings app not opening in Windows 10 )

How to Fix the ( Settings app not opening in Windows 10 )

Can’t Open Windows 10 Settings App. How To Fix It?
windows 10 settings not opening 2021
How do I fix Windows 10 settings not opening?

windows 10 settings not opening 2020

Settings Won’t Open on Windows 10
windows 10 settings won’t open 2021
how do i fix windows 10 settings not opening?

windows 10 settings won’t open 2020

settings doesn’t launch windows 10
windows cannot find ms-settings
can’t open settings windows 10
Windows 10 Setting won’t open (tried the troubleshooter )

Share this:

  • Twitter
  • Facebook
Windows, Windows 10 Tags:1. Re-register the Settings App in Windows 10, 10. Reset Windows 10 to Factory Defaults, 2. Re-install and Re-register All Windows Apps, 3. Run the System File Checker, 4. Run Deployment Image Servicing and Management Tool, 5. Update Windows 10 Using Windows PowerShell, 6. Run Windows Troubleshooters via Control Panel, 7. Scan Windows 10 for Malware, 8. Use System Restore to Revert Windows 10, 9. Create New Windows 10 User Account, How do I fix Windows 10 settings not opening?, How to Fix the ( Settings app not opening in Windows 10 ), opening, Settings, windows 10 settings not opening 2020, windows 10 settings wont open 2020

Post navigation

Previous Post: How to Set a Password for any External Hard Drive
Next Post: How to Fix an OBS Black Screen Capture Error

Related Posts

  • how to delete all photos from iphone iPhone
  • How to Force Quit Apps on Window 10 Windows 10
  • How to get Windows 10 settings to improve performance Windows 10
  • Top 10 Keyboard Shortcuts for Windows 10 Windows 10
  • How to Get Started with Vat Registration Uae? General Software
  • How to Reset Your Computer Password If You Lock Yourself Out How-To

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Archives

  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • November 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • March 2021
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • December 2019
  • July 2019
  • May 2019
  • April 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018

Categories

  • AI Tools & Guides
  • Amazon Web Services
  • Apple Watch
  • Computer Tips
  • Cool Websites
  • Featured Posts
  • Free Software Downloads
  • Gadgets
  • Gaming
  • General Software
  • Google Software/Tips
  • Hardware
  • Help Desk
  • How-To
  • iOS
  • iPad
  • iPhone
  • islamic Books
  • Linux
  • Linux Tips
  • Mac OS X
  • macOS
  • MS Office Tips
  • Networking
  • Office Tips
  • OS X
  • Product Reviews
  • Reviews
  • Safari
  • Smart Home
  • Smartphones
  • Software Reviews
  • technology
  • text
  • Tools Review
  • Troubleshooting
  • Tutorials
  • Uncategorized
  • Urdu Books PDF
  • Web Site Tips
  • Windows
  • Windows 10
  • Windows 7
  • Windows XP Tips
  • Wordpress
  • How to go Back to the old YouTube Layout (2013)
  • How to Bypass Chromecast DNS and Circumvent Geo Blocking
  • 5 Cool Websites to Find Good Movies and TV Shows on Netflix
  • SmartDNS vs VPN – What’s the Difference?
  • How to go Back to the old YouTube Layout (2017)
DMCA.com Protection Status

Recent Posts

  • How to Bypass Chromecast DNS and Circumvent Geo Blocking
  • 5 Cool Websites to Find Good Movies and TV Shows on Netflix
  • SmartDNS vs VPN “What’s the Difference?”
  • How to go Back to the old YouTube Layout (2013)
  • A Simple Trick to Get 50% Discount on Audible for Three Months

Recent Comments

  1. A Simple Trick to Get 50% Discount on Audible for Three Months on Private Browsing: What is it and What it is not
  2. 6 Best PayPal Alternatives (2017) on How to Save Money While Shopping Online in India
  3. Automatically Transcribe YouTube Video/Audio with Google Docs on 5 Best Team Management Apps (For Small and Large Teams)
  4. 6 Things You Need Know About Email Encryption on Delete All Emails from Gmail With Once Click
  5. Looking For YouTube Alternative? Try These 7 Video Sharing Sites on Ten Best YouTube Video Editing Software 2023
  • HDG Ultimate Guide to Taking Screenshots in Windows 10 How-To
  • Top 5 Ways to Reload Your Cash App Card Smartphones
  • How to Enable Fingerprint Lock on WhatsApp for Android How-To
  • How To Set Up An Automatic Backup System For Windows How-To
  • How to Use the Microsoft Anti-Malware Script Interface Script
  • 15 Best Animated Wallpapers for Windows 10 Windows 10
  • how to view amazon purchase history Computer Tips
  • Google Authenticator: What It Is and How to Set It Up Google Software/Tips

Copyright © 2023 How To Blog.

Powered by PressBook News WordPress theme

Go to mobile version