1,首先用鼠标右键点击“开始”按钮(或者按Win+X键),点击 “终端(管理员)”

2,在终端应用程序里粘贴下面的代码

reg add “HKCU\Software\Classes\CLSID{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32” /f /ve
taskkill /f /im explorer.exe & start explorer.exe

3,如果想还原的话,重复1步骤,粘贴下面的代码

reg delete "HKCU\Software\Classes\CLSID{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f
taskkill /f /im explorer.exe & start explorer.exe

最后修改:2022 年 10 月 13 日
如果觉得我的文章对你有用,请随意赞赏