Win11切换旧版右键菜单,把下面的代码保存为bat文件运行:
reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
taskkill /f /im explorer.exe & start explorer.exe
Win11恢复回新右键菜单,把下面的代码保存为bat文件运行:
reg delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f
taskkill /f /im explorer.exe & start explorer.exe
这篇博客提供了两个Windows 11系统中切换右键菜单样式的bat脚本,一个用于切换到旧版菜单,另一个用于恢复新版菜单。通过运行这些批处理文件,用户可以快速在经典和现代右键菜单之间进行切换。
&spm=1001.2101.3001.5002&articleId=126054071&d=1&t=3&u=941c1e1b4e8f4ad08a45d71c4eb17e89)
4543

被折叠的 条评论
为什么被折叠?



