windows11右键取消二次加载
在使用Windows11系统的时候,右键查看文件或者文件夹挺多需要进行二次打开,非常不方便,把他设置跟windows10一样就完美了
管理员运行命令
reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
Microsoft Windows [版本 10.0.22000.1817]
(c) Microsoft Corporation。保留所有权利。C:\Windows\system32>reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
操作成功完成。C:\Windows\system32>
重启后生效
恢复win11右键
reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /va /f
rem 这个是恢复win11右键