原因分析:
其實,該問題是內(nèi)置應用出錯導致的。
解決方法:我們只需要將hello重置一下就可以了
1、打開小娜,在搜索框中搜索“Windows Powershell”;
2、在“Windows Powershell”上單擊右鍵,選擇“以管理員身份運行”;
3、在彈出的框中輸入:Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage – DisableDevelopmentMode Register “$($_.InstallLocation)\AppXManifest.xml”} 按下回車鍵,等待系統(tǒng)自動修復,完成后重啟計算機即可解決!