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

推荐订阅源

Forbes - Security
Forbes - Security
GbyAI
GbyAI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
S
SegmentFault 最新的问题
Y
Y Combinator Blog
Recorded Future
Recorded Future
博客园 - Franky
I
InfoQ
T
The Blog of Author Tim Ferriss
Recent Announcements
Recent Announcements
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园_首页
阮一峰的网络日志
阮一峰的网络日志
T
Tailwind CSS Blog
Cyberwarzone
Cyberwarzone
The Register - Security
The Register - Security
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
雷峰网
雷峰网
P
Palo Alto Networks Blog
G
GRAHAM CLULEY
Cloudbric
Cloudbric
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
MongoDB | Blog
MongoDB | Blog
F
Full Disclosure
Google DeepMind News
Google DeepMind News
Recent Commits to openclaw:main
Recent Commits to openclaw:main
C
Check Point Blog
爱范儿
爱范儿
The GitHub Blog
The GitHub Blog
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
W
WeLiveSecurity
T
Threat Research - Cisco Blogs
U
Unit 42
N
Netflix TechBlog - Medium
The Cloudflare Blog
Spread Privacy
Spread Privacy
Microsoft Azure Blog
Microsoft Azure Blog
美团技术团队
T
Troy Hunt's Blog
Engineering at Meta
Engineering at Meta
H
Heimdal Security Blog
TaoSecurity Blog
TaoSecurity Blog
C
Cybersecurity and Infrastructure Security Agency CISA
T
Tenable Blog
B
Blog
S
Securelist
H
Hacker News: Front Page
Google Online Security Blog
Google Online Security Blog
G
Google Developers Blog

子痕的博客

Windows端RSS阅读利器——Fluent Reader 更换主力截图工具到Pixpin 2025年我一直在用的软件 这个博客已经20年了 Creative Cloud无法连接到Adobe服务器 Edge浏览器升级了AI 微信是听劝的 Spotify声破天APP一直显示正在登录 解决Photoshop 2022 This unlicensed Adobe app has been disabled 正版弹窗 100%成功 解决PS跳出弹窗提示软件未经授权将被禁用方法
让Windows 10在晃动窗口时不再最小化其它窗口
子痕 · 2025-07-24 · via 子痕的博客
Windows 10中的Aero Shake这个功能,它的功能是在你晃动屏幕上诸多窗口中的其中一个窗口时,除这个被晃动窗口之外的其它窗口都将会被最小化。如果你经常“手抖”,想要关闭这个功能,可以阅读这篇文章。

在Windows 10的设置中,并没有提供快速开关这一功能的选项,但我们可以通过更改组策略里的设置来开关这个功能,对于无法使用组策略的其它系统版本的用户,可以越过组策略的设置方法,直接查看下方利用注册表修改的方法。

通过组策略设置

运行 gpedit.msc 打开组策略编辑器,展开 用户配置 -> 管理模版 -> 桌面,可以在右边区域找到“关闭 Aero Shake窗口最小化鼠标手势”的项目,它的默认状态为“未配置”,在未配置的情况下,Aero Shake的功能是默认开启的。

双击这个项目,将它设置为“已启用”,点击确定即可关闭Aero Shake。设置为已禁用及未配置的效果是一样的,都会开启Aero Shake。

Windows 10 Aero Shake

Windows 10 Aero Shake

通过修改注册表关闭Aero Shake

对于无法使用组策略的用户,可以运行 regedit 打开注册表编辑器,并展开到 HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows。

对Windows点击右键,选择 新建 – 项,命名为Explorer(如果已存在则无需这一步)。

然后对Explorer点击右键,选择 新建 – DWORD(32位)值,并将其命名为 NoWindowMinimizingShortcuts,双击 NoWindowMinimizingShortcuts,将其数据修改为 1。

如果想要恢复这个功能,可以删除新建的注册表项。

另外,除了上述2个方法关闭晃动窗口最小化的功能外,还有一个设置也会影响到它。

在控制面板的轻松使用设置中心 – 使鼠标更易于使用设置下,如果你勾选了“将窗口移动到屏幕边缘时不要自动排列窗口”,那么Aero Shake这个功能也会失效。

反馈

亲测第1个设置(通过组策略设置)有效。

转自:https://blog.csdn.net/qq_43511063/article/details/107029784