百科网

首页 > 科技数码

科技数码

教你Win10系统wsappx内存占用过高解决办法

科技数码佚名2023-02-01

我们在Win10系统中遇到了微软应用商店无法打开,wsappx内存占用过高的问题,该怎么办呢?现在就跟着小编一起往下看看解决办法吧。

Win10系统wsappx内存占用过高的解决方法

1、右击电脑左下角的按钮,选择及进入【Windows Powershell 管理员】;

2、复制粘贴以下命令在Windows Power shell中执行,卸载商店;

Get-AppxPackage *WindowsStore* | Remove-AppxPackage;

3、复制粘贴以下命令在Windows Power shell中执行,重装商店;