- 以管理员身份运行命令提示符
- 搜索 cmd → 右键选择「以管理员身份运行」。
- 执行以下命令
依次输入以下命令并回车:
reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /ve /d "C:\Windows\system32\windows.storage.dll" /f | |
taskkill /f /im explorer.exe | |
start explorer.exe |