Issue accessing System tab within windows settings

Copper Contributor

I joined the Insider program yesterday and after the windows updates installed I can no longer access the System tab within Windows Settings...Along with my PC not responding at the speed it did before I joined and received the updates... Please Help

 

Also, I have already checked for any pending updates and restarted my PC multiple times before posting this.

1 Reply

Hello @Anthony621

 

Try to re-register Settings app, see if it helps:

 

1. Open administrative Windows PowerShell.

 

2. In PowerShell window, type/paste following cmdlet and press Enter key:

 

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

 

3. Let the command complete.

 

Let us know if this helps!