当前位置:网站首页>Win10 LTSC 2021 wsappx CPU 占用高
Win10 LTSC 2021 wsappx CPU 占用高
2022-06-27 16:16:00 【墨天轮】
Win10 LTSC 2021 在安装完用了一段时间一直没发现这个问题,知道昨天才发现 CPU 一直居高不下。搜索了下这个wsappx 是一个通过 Microsoft Store 安装和删除通用应用程序的进程,它会一直运行。正常情况下只有当你从 Microsoft Store 上下载安装应用的时候这个进程才会有占用,它会一直运行所以内存有占用是正常的事情,但是 CPU 一直占用很高这就不正常了。并且 Win10 LTSC 2021 是没有 Microsoft Store 的所以就更不正常了。我几乎尝试了所有可以关闭这个进程的方法都不奏效。最终还是找到了解决的方法,只针对 Win10 LTSC 2021 如果你也存在这个问题可以按照一下方法解决。
解决方法
根据大神的分析,造成 wsappx 占用高的主要问题是在精简 Win10 LTSC 2021 的过程中精简掉了 Windows 功能体验包的依赖组件,导致系统服务在尝试部署 Windows 功能体验包更新时卡住或陷入死循环。与此同时新版的中文输入法也依赖于 Windows 功能体验包。只需要将需要的依赖安装上 wsappx 立马就正常了。
将依赖包下载后,开始 → Windows PowerShell 目录→ Windows PowerShell (我是Administrator用户登录,如果你已已标准用户登录,则选择已管理员身份运行 Windows PowerShell)
打开 Windows PowerShell 后键入Add-AppxPackage -Path 依赖包路径,格式如下图。执行回车当出现部署完毕就OK了
Add-AppxPackage -Path 依赖包路径
再次打开任务管理器可以看到,依赖包安装完毕后 wsappx 的 CPU 占用立马就成 0% 了,至此这个 wsappx CPU 占用高的问题解决,最好是在重启下系统。
所需的依赖包,点击【阅读原文】进行下载
边栏推荐
- (POJ - 1847) tram (shortest circuit)
- ansible环境安装及数据恢复
- Hospital reservation and registration system - system structure
- 为什么要从 OpenTSDB 迁移到 TDengine
- 阅文、中文在线等网文平台如何布局数字藏品?未来是否会推出“Read/Write-to-Earn”产品?
- How to rewrite tdengine code from 0 to 1 with vscode in "technical class"
- (5) SPI application design and simulation verification 1 - logic sorting
- After the number length of Oracle exceeds 19, the entity uses long mapping. Why does this cause problems?
- 【协会通知】关于举办人工智能与物联网领域暑假专题师资培训的通知
- GAC Mitsubishi's new outlander made its first domestic debut in the year, and its product strength was fully renewed
猜你喜欢
The power of code refactoring: how to measure the success of refactoring
How to create a login interface
Hospital reservation and registration system - system structure
Set up your own website (10)
[Tang Laoshi] C -- encapsulation: member method
阅文、中文在线等网文平台如何布局数字藏品?未来是否会推出“Read/Write-to-Earn”产品?
Push NFT out of the regulatory dilemma, and BSN launched NFT supporting infrastructure network
Software testing Basics - software testing history, process, classification, benefits, limitations
leetcode 142. Circular linked list II
Defiato is an innovation that combines user-friendly features of a centralized platform with defi services
随机推荐
JS event binding and common events
About redis master-slave replication
Why migrate from opentsdb to tdengine
如何使用物联网低代码平台进行画面管理?
Leetcode 5. Longest Palindromic Substring
时序数据库(Time Series Database)的存储引擎要想做到极致,还得自研
MongoDB和MySQL的区别
1. introduction to MariaDB
Shardingsphere & Atlas & MYCAT comparison
JXL export Excel
Contest3182 - the 39th individual training match for 2021 freshmen_ F: ss
[UVM foundation] UVM_ Is in agent_ Active variable definition
Asemi rectifier bridge kbp310 function pin diagram
Control file related views
wheel ui
leetcode 69. Square root of X
Use lamda expression and stream flow to traverse map and list
428 binary tree (501. mode in binary search tree, 701. insert operation in binary search tree, 450. delete node in binary search tree, 669. prune binary search tree)
广汽三菱全新欧蓝德首次国内亮相于年内上市 产品力全面焕新
leetcode 200. Number of islands