window10 右键个性化和设置无法打开,提示关联问题
背景:使用工具切換域用戶出現(xiàn)的問題:新用戶登錄后個性化和設(shè)置,照片,計算器,windows store商城無法打開提示:如下
“需要使用新應(yīng)用以打開此ms-calculator鏈接”“需要使用新應(yīng)用以打開此ms-calculator鏈接”
找到解決方法:
運行powershell:
應(yīng)用商店恢復(fù):
Get-AppXPackage WindowsStore -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “(((.InstallLocation)\AppXManifest.xml"}
計算器恢復(fù):
Get-AppxPackage calculator -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "(((.InstallLocation)\AppXManifest.xml”}
相機恢復(fù):
Get-AppxPackage camera -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “(((_.InstallLocation)\AppXManifest.xml”}
總結(jié)
以上是生活随笔為你收集整理的window10 右键个性化和设置无法打开,提示关联问题的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: IDEA 设置默认注释模板
- 下一篇: mac系统下使用flink消费docke