Win11更改新内容储存位置失败错误代码为0x80070002怎么解决?最近有用户反映更改新内容储存位置失败,错误代码为0x80070002 怎么办?下面小编为你带来了具体的解决方法,有需要的赶快来看看吧。
解决方法
然后鼠标右键单击开始按钮(微软图标的按钮)→“Windows PowerShell(I)(管理员)(A )”→输入:
(WIndows11中可能显示Windows 终端(管理员))
get-appxpackage Microsoft.GamingServices | remove-AppxPackage -allusers
(按下Enter键)
sfc /SCANNOW
(按下Enter键)
Dism /Online /Cleanup-Image /ScanHealth
(按下Enter键)
Dism /Online /Cleanup-Image /CheckHealth
(按下Enter键)
DISM /Online /Cleanup-image /RestoreHealth
(按下Enter键)
完成后重启电脑,再次输入:
sfc /SCANNOW
(按下Enter键)
start ms-windows-store://pdp/?productid=9MWPM2CQNLHN
(按下Enter键)
安装完成后游戏服务后,看下是否可以正常更改新内容存储位置。