desbest
Well-known member
I ran the start menu troubleshooter and it said there was some errors that couldn't be fixed. How can this be fixed?
I tried using the following commands in powershell and it didn't help.
But I do have permission to access and modify that specific registry key
I tried using the following commands in powershell and it didn't help.
Code:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
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"}
But I do have permission to access and modify that specific registry key