Windows11改回Windows10右键菜单
🕙2023-06-10
win11改win10右键菜单
管理员运行命令
reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
重启就恢复win10右键了
win11恢复默认右键菜单
管理员运行命令
reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /va /f