win10系统被卸载的内置应用怎么恢复
1、进入Cortana搜索框,输入powershell,在显示的结果中点击第一项,选择“以管理员身份运行”;
2、在powershell窗口中输入;
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocATIon)\AppXManifest.xml”}
敲击回车键
3、等待命令执行完毕。