IMPORTANT! Win 10 Bug Fix
10 years ago
ok so i got on my PC this morning and when i tried using the Start Button it wouldnt work no right clicking stuff. Apparently there is a bug that after a while the Start Button and Right clicking fails.
How to Fix:
1)Run Windows PowerShell as Admin (wont work unless you run it as Administrator)
2) enter this into Powershell:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
3) let it run and complete its process. after it's done wait a few minutes and you should be able use everything again
information can be found here https://www.techmesto.com/fix-start.....nical-preview/
Update:
just lost my volume icon too. here's a way to fix it
http://www.sevenforums.com/tutorial.....e-disable.html
How to Fix:
1)Run Windows PowerShell as Admin (wont work unless you run it as Administrator)
2) enter this into Powershell:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
3) let it run and complete its process. after it's done wait a few minutes and you should be able use everything again
information can be found here https://www.techmesto.com/fix-start.....nical-preview/
Update:
just lost my volume icon too. here's a way to fix it
http://www.sevenforums.com/tutorial.....e-disable.html