1.打开命令提示符.
命令:for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1
等待停止,时间不会很长.1~2分钟左右...
2.等待第一步停止(就是不滚屏),接着输入以下命令
命令:for %i in (%windir%\system32\*.ocx) do regsvr32.exe /s %i
等待停止,然后结束掉.
3.检查注册表
运行-regedit 进入注册表, 在HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellExecuteHooks 下,应该只有一个正常的键值{AEB6717E-7E19-11d0-97EE-00C04FD91972}, 将其他的删除。