直接上教程,无需下载什么插件
1.WIN+R运行cmd命令
2.运行命令:(这个是恢复win10右键)
reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
这个是恢复win11右键:
reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /va /f
不需要重启电脑,重启资源管理器即可,继续在cmd用命令:
taskkill /f /im explorer.exe & start explorer.exe
然后随便一个文件右键,你就发现已经回WIN10经典了