Win10 開機進入桌面後提示 「關鍵錯誤 開始菜單和cortana沒法工做」
shell
進入「此電腦」,依次打開「C:\Windows\System32\WindowsPowerShell\v1.0」,找到「powershell.exe」,右鍵「以管理員身份運行」ide
在PowerShell命令提示符窗口,複製輸入如下命令代碼,並回車運行。code
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
等待命令運行完畢,再重啓下系統xml