Win10 Critical Error 开始菜单崩溃

解决方法:win + X Windows PowerShell(管理员身份) 执行重置
C:\WINDOWS\system32> Get-AppxPackage -AllUsers | Foreach { >> Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" >> }

解决方法:win + X Windows PowerShell(管理员身份) 执行重置
C:\WINDOWS\system32> Get-AppxPackage -AllUsers | Foreach { >> Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" >> }