Share via

Can't launch Settings after double clicking "Settings"

Chen Suen 0 Reputation points
2026-02-06T05:39:22.73+00:00

I tried several times to launch settings after double clicking "settings" Then, I tried it from Start menu. Apparently, I could not launch Start menu neither . I searched Binding, Google and followed their suggestions, but to no avail. Can someone tell me if my Windows system has issues.... Thanks.

Windows for home | Windows 11 | Settings
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Kapil Arya 37,206 Reputation points Volunteer Moderator
    2026-02-06T08:49:31.11+00:00

    Please try following command in admin Windows PowerShell:

    Get-AppXPackage -AllUsers -Name windows.immersivecontrolpanel | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}

    Let us know if this helps you!

    0 comments No comments

  2. Estrella721 34,445 Reputation points Independent Advisor
    2026-02-06T06:14:54.9533333+00:00

    Check if you can launch Settings via Windows + R. Type ms-settings: and press Enter.

    What changes were made to your computer before this issue started?

    In the meantime, please try the following:

    Reset Settings via PowerShell (Admin)

    Right-click the Start Menu and choose Windows PowerShell (Admin).

    Copy and paste the command below, then hit Enter:

    Get-AppxPackage windows.immersivecontrolpanel | Reset-AppxPackage

    Restart your computer then check.


    Re-register all Windows apps

    1. On your keyboard, press Ctrl + Shift + Esc
    2. Click on File and choose "Run new task"
    3. Type: powershell. Make sure to put a check on the "Create this task with administrative privileges" box
    4. Copy and paste the command below then press Enter.

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

    Get-AppxPackage Microsoft.Windows.ShellExperienceHost | foreach {Add-AppxPackage -register "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode}

    Note: Please ignore any red errors and tet the process complete and then restart your PC.

    0 comments No comments

  3. Q&A Assist
    2026-02-06T05:39:41.0333333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    It sounds like you're experiencing issues with launching the Settings app and the Start menu on your Windows system. This can occur due to various reasons, including system file corruption or issues with specific services.

    Here are a few troubleshooting steps you can try:

    1. Restart your computer: Sometimes, a simple restart can resolve temporary glitches.
    2. Check Background Tasks Infrastructure Service: Ensure that the Background Tasks Infrastructure Service is set to automatic startup. You can do this by accessing the Services MMC and verifying its status.
    3. Run System File Checker: Open Command Prompt as an administrator and run the command sfc /scannow. This will check for and repair any corrupted system files.
    4. Check for Windows Updates: Make sure your system is up to date, as updates can fix known issues.
    5. Create a new user account: Sometimes, user profile corruption can cause such issues. Try creating a new user account and see if the problem persists there.

    If these steps do not resolve the issue, you may need to consider more advanced troubleshooting or a system restore to a previous point when everything was working correctly.


    References:

    0 comments No comments

Your answer

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