win10应用商店误删的修复方法 教程 2017-02-23 編輯 妙手仁心 取消關注 關注 私信 以管理员身份运行:Windows Powershell 然后在打开的“管理员:Windows Powershell”窗口中输入以下命令: Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} 給TA打賞 共{{data.count}}人 人已打賞 appxpackagepowershellWindows