Win11右键菜单功能太少,7-Zip等三方软件不能直接右键显示,脱裤子放屁
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