I have two user accounts on my computer and the other users start menu works just fine. Mine however (the administrator account) does not work / respond at all.
When i click the start button i see a little blue loading wheel appear for a split second and then nothing happens and its gone. I am also unable to type in the search bar.. any ideas???
Open PowerShell as Admin and try this:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Open PowerShell as Admin and try this:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
I did. For some reason after minimizing it and moving it around i could. Apperently i wrote it wrong somewhere and dint realize i could copy + paste it in. But it seems to be working now. Any way i can tell when its done?
dont worry.. you should also be able to right click the start menu button if youre having the same issue as me.\
open a folder and then go to your C:/ from there go to windows>system32>windowspowershell>v1.0>powershell.exe and right click that to open as administrator
then enter this Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
and press enter. Wait for it to finish its thing, and you should be all set.
I still have the same problem, doing all that in PowerShell didnt really fix anything.
To run PowerShell as admin you can enable it by rightclicking the taskbar then properties, then go the navigation tab and mark the box so you use PowerShell instead of cmd. Now when you right click the starmenu or windows key + x there should be Windows PowerShell (Admin) available. And if you want cmd to be there instead just go into properties again and uncheck the box.