Share via

windows settings not opening

Anonymous
2022-08-03T18:42:14+00:00

Hello, I ran into an issue where my settings would not open, i tried every shortcut and troubleshooting fix i could think of, and even some on the internet.

However, Its like the settings menu doesn't exist. The settings opens up for a split second, then quits, and i cant access any of the settings I need. If someone can help me fix it, that would be great. Thanks.

Windows for home | Windows 10 | Windows update

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

2 answers

Sort by: Most helpful
  1. David-M 115.4K Reputation points Independent Advisor
    2022-08-03T19:15:32+00:00

    Hi RAHUL JAIN2.

    I'm David, and I'm happy to help you.

    Try the procedures below. If you've already done one, skip to the next one.

    Reset the Settings app:

    1. Press "Windows + X" and select "Windows PowerShell (Admin)";
    2. Type or paste the following command and press Enter:

    Get-AppxPackage *windows.immersivecontrolpanel* | Reset-AppxPackage

    If it persists, use the system file checker to repair possible corrupted or missing system files.

    1. Open Start and type cmd, right-click on "Command Prompt", and select "Run as administrator".
    2. Run the following commands at the Command Prompt one at a time:

    dism.exe /online /cleanup-image /scanhealth

    dism.exe /online /cleanup-image /restorehealth

    dism.exe /online /cleanup-image /startcomponentcleanup

    sfc /scannow

    1. Restart the PC.

    If it persists, re-register the Settings app:

    1. Press "Windows + X" and select "Windows PowerShell (Admin)";
    2. Type or paste the following command and press Enter:

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

    1. Restart the PC.

    I hope this helps. Feel free to ask back any questions.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2022-08-03T18:59:28+00:00

    Bonjour,

    Voici le lien pour vous aider.

    Depuis combien de temps n'avez-vous pas mis à jour votre ordinateur ?

    https://www.dell.com/support/kbdoc/fr-fr/000126569/windows-10-the-settings-app-does-not-open-or-flashes-and-closes-instantaneously?lang=en

    Chaleureusement.

    Was this answer helpful?

    0 comments No comments