1 Comments
A quick fix for when the menu no longer pops up when you press the Windows-key.
- Windows-key + X
- select ‘Computer Prompt (Admin)’
- type: powershell (and press Enter)
- type: Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”} (and press Enter)
- type: exit (and press Enter)
- type: exit (and press Enter)
Now the Windows menu should appear again when you press the Windows-key
369 views
Was this answer helpful ?
Yes
(1)
/
No
(0)
I’d love if someone could tell me why the menu stops working in the first place. It’s a major PITA! :-/