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.

相关推荐
我命由我123454 小时前
VSCode - VSCode 放大与缩小代码
前端·ide·windows·vscode·前端框架·编辑器·软件工具
PT_silver5 小时前
tryhackme——Abusing Windows Internals(进程注入)
windows·microsoft
爱炸薯条的小朋友5 小时前
C#由于获取WPF窗口名称造成的异常报错问题
windows·c#·wpf
Lw老王要学习6 小时前
VScode 使用 git 提交数据到指定库的完整指南
windows·git·vscode
CodeOfCC12 小时前
c语言 封装跨平台线程头文件
linux·c语言·windows
momo卡13 小时前
MinGW-w64的安装详细步骤(c_c++的编译器gcc、g++的windows版,win10、win11真实可用)
c语言·c++·windows
南林yan1 天前
DLL动态库实现文件遍历功能(Windows编程)
windows
Mike_6661 天前
win10安装WSL2、Ubuntu24.04
windows·ubuntu·wsl2
liulun1 天前
Skia如何绘制几何图形
c++·windows
old_power1 天前
UCRT 和 MSVC 的区别(Windows 平台上 C/C++ 开发相关)
c语言·c++·windows