Monday, September 07, 2015

Win key + Notifications

Error Windows 10
Win key + Notifications not working showing

Another solution which has worked for some users who have also had issue with the Start Menu and Notifications is to re-register AppX with PowerShell using the following command:
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

No comments: