Windows 10 – start menu disabled [Solved]
Een reactie plaatsenseptember 26, 2017 door Tim
Microsoft is pushing some “great” updates. A new functionality is a start menu that you can see but can’t use. Here is the solution to make it work again.
- open task manager by ctrl+alt+delete
- then goto the file menu and “Run new task”
- type “powershell” and be sure to click the checkbox for the admin privs.
- run the next command:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
done!