使Windows 11 右键菜单默认显示更多选项:
reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
重启Windows资源管理器后生效:
taskkill /f /im explorer.exe & start explorer.exe
回复默认的右键菜单:
reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /va /f
发表评论