Windows 10 start button/search bar/metro apps/sound & wifi button not working.

Victor Aro

Reputable
Dec 18, 2014
30
0
4,540
I have my Windows 10 for around 3 days now, the thing is, in the second day after my computer froze when i was playing counter strike, everything in the task bar but my shortcuts stopped working, they dont open anymore, but when i click it, the cursor blue loading circle shows up but nothing happens.
What is going on? and how can i fix this?
 
Solution
Try re-registering the AppX components using the following PowerShell command:

Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Try re-registering the AppX components using the following PowerShell command:

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


will this work permanently ?