Jump to content

It just recently started happening to my laptop after a recent update. Every time I boot my pc, the start menu is greyed out.

 

A quick fix was to enter these into Powershell (Admin):

Get-AppxPackage Microsoft.Windows.ShellExperienceHost | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Get-AppxPackage Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

 

Although these work, once I reboot, it is back to being greyed out and I have to enter them in again.

Link to comment
https://linustechtips.com/topic/828097-windows-10-start-menu-greyed-out/
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×