Why won't my Windows 10 PC hold the Settings app open ?

Garry Wade 20 Reputation points
2024-07-23T05:27:11.5666667+00:00

The Windows Settings icon launches the app but then the screen disappears after a few moments without being able to process commands or launch further apps. I cannot process updates, add devices, etc.. The PC was fully up to date with available updates before this occurrence.

Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

Accepted answer
  1. Yanhong Liu 14,200 Reputation points Microsoft External Staff
    2024-07-24T06:50:47.3133333+00:00

    Hello,

    Thank you for posting in Q&A forum.

    If you encounter the problem that the Settings app closes immediately after launching, it may be due to an app crash, system file corruption, compatibility issues, or interference from some background processes. Here are some possible solutions:

    1.Run the System File Checker (SFC) Tool:

    Open Command Prompt as an administrator. You can do this by right clicking the Start button and selecting Command Prompt (Admin) or Windows PowerShell (Admin).

    Type sfc /scannow and press Enter.

    This will scan and attempt to repair any corrupted system files.

    2.Run the DISM Tool:

    If the SFC tool found issues but couldn't fix them, you can use the Deployment Imaging Service and Management Tool (DISM).

    In Command Prompt (admin), type the following commands one by one and press Enter after each:

         DISM /Online /Cleanup-Image /CheckHealth

         DISM /Online /Cleanup-Image /ScanHealth

         DISM /Online /Cleanup-Image /RestoreHealth

    Wait for each command to complete before proceeding to the next.

    3.Create a New User Account:

    If the issue persists, creating a new user account can help determine if it's a user profile-related problem.

    Open Command Prompt as an administrator and type net user NewUsername NewPassword /add and ‘net localgroup administrators NewUsername /add’ (replace NewUsername and NewPassword with the desired username and password).

    Log into the new user account and see if the Settings app works.

    1. Reinstall pre-installed apps using Powershell

    Right-click the Start button and select Windows PowerShell (Admin) from the list.

    Paste the following code:

    PowerShell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRootImmersiveControlPanelAppxManifest.xml

    Press Enter and wait for the process to complete. This may take a long time, so be patient. Do not shut down your computer during the installation process.

    If you have tried the above and it does not work, follow the link below to run Microsoft's troubleshooter. How to Fix Settings Not Opening in Windows 10 | SoftwareKeep

    I hope the information above is helpful.

    Best Regards,

    Yanhong Liu

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Garry Wade 20 Reputation points
    2024-08-06T07:50:01.09+00:00

    Taken for repairs and needed a windows repair run.

    0 comments No comments

  2. Garry Wade 20 Reputation points
    2024-08-06T07:51:20.69+00:00

    Fixed with a windows repair by a qualified technician

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.