Windows · 23 6 月, 2025 0

让Win11使用Win10的右键菜单

Windows11的右键菜单有多反人类、换成Win10菜单有哪些好处,这里就不赘述了。直接上切换方法。

使用Win10右键菜单

管理员运行命令:

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

然后执行以下命令重启资源管理器,查看效果。

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

恢复Win11右键菜单

管理员运行命令:

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

然后重启资源管理器,查看效果。