MENU

使用Windows11的一些复古优化设置

• November 6, 2025 • Read: 1718 • 折腾阅读设置

1、将右键菜单改为win10传统样式
2、去除快捷方式小箭头

::将右键菜单改为win10传统样式
reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve

::去除快捷方式小箭头
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,197" /t reg_sz /f

::重启explore.exe,重建图标缓存
taskkill /f /im explorer.exe
attrib -s -r -h "%userprofile%\AppData\Local\iconcache.db"
del "%userprofile%\AppData\Local\iconcache.db" /f /q
start explorer
pause

使用方法:
windows图标点右键,终端管理员,粘贴输入;
或者保存为1.bat文件,右键管理员运行;

Last Modified: November 8, 2025
Archives QR Code Tip
QR Code for this page
Tipping QR Code
本网站由 又拍云 提供CDN加速/云储存服务