1.打開任務管理器(或者點擊CTRL+Shift+ESC)2.點擊“文件”- “運行新任務”3.請確保勾選”使用管理員身份創建這個任務“4.輸入”Powershell"(忽略“”)5.在Powershell中,輸入以下兩條命令:(第二條命令需要點擊回車)$manifest =(Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $manifestGet-AppXPackage-AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"}6.完成後關閉Powershell7.重啟您的計算機即可。