将Windows 11的右键菜单修改为Windows 10风格的右键菜单

发表于 : 2024-12-01   · CC BY-NC-SA 4.0 ·   751 人浏览

使用注册表修改

1. 以管理员身份运行命令提示符(cmd):

按下 Win + R ,输入 cmd ,然后按 Ctrl + Shift + Enter 以管理员身份运行

2. 输入以下命令并按回车键:

cmdreg add "HKCU\Software\Classes\CLSID{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve

3. 接着,输入以下命令并按下回车键来重启资源管理器,使更改立即生效:

taskkill /f /im explorer.exe & start explorer.exe

恢复Windows 11的默认右键菜单

1. 如果你想要恢复Windows 11的默认右键菜单

reg delete "HKCU\Software\Classes\CLSID{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f

2. 重启资源管理器

taskkill /f /im explorer.exe & start explorer.exe

右键菜单