Win11 改造

记录一些安装 win11 系统之后,对使用不习惯的地方,进行的个人改造

右键菜单

Hiyoung006/Win11Useable: 将Win11右键菜单及资源管理器恢复为Win10样式的脚本

切换到旧版右键菜单:

复制代码
reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve taskkill /f /im explorer.exe & start explorer.exe

右键菜单,推荐使用这个工具,win10/win11 都可以用,好看很多,也方便很多
moudey/Shell: Powerful context menu manager for Windows File Explorer

暂停更新

doc/240119.md · 技术爬爬虾/技术爬爬虾资源汇总 - Gitee.com

复制代码
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings" /v FlightSettingsMaxPauseDays /t reg_dword /d 9999 /f

关闭小组件

系统设置中可以直接关闭

优化工具

tranht17/WinTune: Tweak & optimize your Windows system

rayenghanmi/RyTuneX: RyTuneX is a cutting-edge optimizer built with the WinUI 3 framework, designed to amplify the performance of Windows devices. Crafted for both Windows 10 and 11.

相关推荐
C++ 老炮儿的技术栈1 小时前
自定义CString类与MFC CString类接口对比
c语言·c++·windows·qt·mfc
不讲废话的小白2 小时前
Windows系统永久暂停更新操作步骤
windows
正经教主4 小时前
【基础】Windows开发设置入门4:Windows、Python、Linux和Node.js包管理器的作用和区别(AI整理)
linux·windows·python·包管理器
明月与玄武4 小时前
Pywinauto:轻松实现Windows桌面自动化实战
windows·pywinauto·windows桌面自动化
渴望技术的猿5 小时前
Windows 本地部署MinerU详细教程
java·windows·python·mineru
Mast Sail1 天前
windows下authas调试tomcat
java·windows·tomcat·authas
疯狂的挖掘机1 天前
记一次从windows连接远程Linux系统来控制设备采集数据方法
linux·运维·windows
前进的程序员1 天前
C++ 在 Windows 和 Linux 平台上的开发差异及常见问题
linux·c++·windows
大笨象、小笨熊1 天前
【Win32 API】 lstrcpyA()
windows
双叶8361 天前
(C语言)超市管理系统 (正式版)(指针)(数据结构)(清屏操作)(文件读写)
c语言·开发语言·数据结构·c++·windows