前言
win11系统右键折叠菜单很不好用,将其修改成win10的效果,全部展开,更直观。
步骤
win+R 打开运行窗口
bash
cmd
输入
bash
reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
再输入
bash
taskkill /f /im explorer.exe & start explorer.exe
OK~