惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

F
Fortinet All Blogs
Attack and Defense Labs
Attack and Defense Labs
V2EX - 技术
V2EX - 技术
O
OpenAI News
S
Secure Thoughts
H
Heimdal Security Blog
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Schneier on Security
Schneier on Security
H
Hacker News: Front Page
S
Security Affairs
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Vercel News
Vercel News
Microsoft Security Blog
Microsoft Security Blog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
P
Proofpoint News Feed
The Register - Security
The Register - Security
GbyAI
GbyAI
Cloudbric
Cloudbric
MongoDB | Blog
MongoDB | Blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
K
Kaspersky official blog
Forbes - Security
Forbes - Security
Y
Y Combinator Blog
C
CXSECURITY Database RSS Feed - CXSecurity.com
Scott Helme
Scott Helme
Hacker News - Newest:
Hacker News - Newest: "LLM"
The Cloudflare Blog
Recorded Future
Recorded Future
人人都是产品经理
人人都是产品经理
Cyberwarzone
Cyberwarzone
C
CERT Recently Published Vulnerability Notes
Webroot Blog
Webroot Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
L
LangChain Blog
T
Tor Project blog
Microsoft Azure Blog
Microsoft Azure Blog
博客园_首页
Hacker News: Ask HN
Hacker News: Ask HN
Blog — PlanetScale
Blog — PlanetScale
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
B
Blog RSS Feed
N
News and Events Feed by Topic
阮一峰的网络日志
阮一峰的网络日志
I
Intezer
V
V2EX
T
Tailwind CSS Blog
SecWiki News
SecWiki News
NISL@THU
NISL@THU
C
Check Point Blog

博客园 - 扬中源

解决Avalonia.Markup.Xaml.XamlLoadException:“No precompiled XAML found for _xxxx.App, make sure to specify x:Class and include your XAML file as AvaloniaResource” vs2022 android模拟器闪退 VS2022 C# grpc遇到的问题 在Avalonia中,如何移除高度的值,使其为NaN 用bat批处理,winrar备份文件夹并排除特定子文件夹 Avalonia跨平台嵌入浏览器的方法 Excel把一列数据变两列,带条件分组的行变列 yellowbrick中ClassificationReport多分类图标一行数据异常全为0 ModuleNotFoundError: No module named 'yellowbrick.features.importances' 动手学深度学习MXNet配置 用Goaccess对Nginx进行性能监控windows版 只能判断文件图片类型,并修改文件名 微信电脑版提取微信小程序中的音频 NFC手机制作备用门禁卡 win7有些电脑form布局发生变化 微信小程序wepy textbox根据内容自动调整高度 Oracle连接错误解决办法 cef chromium相关
用完我的风扇终于不吵了。
扬中源 · 2024-04-06 · via 博客园 - 扬中源

CPU、内存占用高,其实是因为系统防护的一个运行程序MsMpEng.exe,在任务管理器中叫做Antimalware service executable,中文意思为反恶意软件服务可执行文件,主要的作用是监视计算机中是否存在潜在威胁,并提供实时保护,来防止恶意软件和网络攻击,但是在运行的过程中会大量占用系统的资源,包括但不限于CPU、内存等。因此通过禁用系统防护来防止此程序运行,也可以利用本地组策略来调整Antimalware service executable运行时的最大CPU占用率,降低此程序的系统资源占用,来大大提高电脑的流畅性。如果小伙伴是家庭版的系统,推荐使用软件来一键禁用系统防护,反之也可以一键打开系统防护,如果介意第三方软件可以使用注册表来进行改动,但是效果可能会不是很好,系统有几率冲破。如果你是专业版,可以使用本地组策略来修改程序的最大CPU占用率,个人比较推荐这种做法。感谢各位小伙伴的观看,谢谢!

任务计划程序:展开左侧目录树→Microsoft→Windows→Windows Defender,双击右侧Windows Defender Scheduled Scan:
在【常规】选项卡,取消勾选【使用最高权限运行】
在【条件】选项卡,勾选【仅当计算机空闲时间超过下列值时才启动此任务】,并把该值设置为1小时,再把【等待空闲时间】的值设置为2小时,再勾选下方的【如果计算机不再空闲,则停止】。

进入【Windows安全中心】,进入【病毒和威胁防护】,拉到下方的【管理设置】,排除项,添加以下两个排除项:
1. 添加文件,添加该文件C:\Program File\Windows Defender\MsMpEng.exe,确定。
2. 添加文件类型,输入MsMpEng.exe,确定。

用完我的风扇终于不吵了。