Change PC Settings link is broken after update to windows 8.1

Anonymous
2013-10-19T02:20:50+00:00

After updating to windows 8.1 Change PC Settings link is broken. After clicking on it nothing is opening and landing into Start screen.

I tried from Administrator account with no luck.

I am unable to change the settings.

Please help me how to restore Change PC Settings.

Windows for home | Previous Windows versions | Performance and system failures

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
Answer accepted by question author
Anonymous
2013-11-17T18:30:59+00:00

Struggled with Store, Settings, Skydrive etc not working.

Got the Store working and some other apps too using dowloaded troubleshooters from Microsoft, but PC Settings was a no go as well as Skydrive and Photos.

I made a new user using admin tools in control panel and PC Settings was working for this user so I knew it could work and after much more digging around I found this thread here:

http://social.technet.microsoft.com/Forums/sqlserver/en-US/c4147bcc-a430-43fe-b4e9-f999552568da/81-store-apps-wont-load?forum=w8itprogeneral

It had all of the steps I used to get the Store working again and those that had failed on the pc settings, and then this:

powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\ImmersiveControlPanel\AppxManifest.xml

Right click the start button and open a command prompt and then paste the above and hit enter.

PC settings working without even needing to reboot, hope this helps someone, paste it forward into other threads you all have no doubt looked at w/o finding this solution.

Was this answer helpful?

20+ people found this answer helpful.
0 comments No comments

86 additional answers

Sort by: Most helpful
  1. Anonymous
    2015-05-12T16:40:35+00:00

    Run command prompt as Administrator and enter the below command and press enter. 

    After few seconds you will return back to prompt and it will be fixed.

    powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\ImmersiveControlPanel\AppxManifest.xml
    

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2015-04-22T20:12:37+00:00

    Thanks Dear , Its fix my windows 8.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2015-04-10T13:17:23+00:00

    Thank you so so much for this help. It is super easy and effective. Works in no time. Thanks again.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2015-04-10T06:31:03+00:00

    Struggled with Store, Settings, Skydrive etc not working.

    Got the Store working and some other apps too using dowloaded troubleshooters from Microsoft, but PC Settings was a no go as well as Skydrive and Photos.

    I made a new user using admin tools in control panel and PC Settings was working for this user so I knew it could work and after much more digging around I found this thread here:

    http://social.technet.microsoft.com/Forums/sqlserver/en-US/c4147bcc-a430-43fe-b4e9-f999552568da/81-store-apps-wont-load?forum=w8itprogeneral

    It had all of the steps I used to get the Store working again and those that had failed on the pc settings, and then this:

    powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\ImmersiveControlPanel\AppxManifest.xml

    Right click the start button and open a command prompt and then paste the above and hit enter.

    PC settings working without even needing to reboot, hope this helps someone, paste it forward into other threads you all have no doubt looked at w/o finding this solution.

    The above suggestion, though a bit confusing at first, worked perfectly. Open a command prompt (I opened mine as Administrator just in case), copy and paste in the powershell commands above and press enter.  Takes a second and my command line screen turned green during the running of the command but I was able to get right into the PC Settings immediately with no reboot or any other interaction.  Yay!!!  Thanks so much!

    Was this answer helpful?

    0 comments No comments