1、运行→regedit→进入注册表, 在→ \x0d\x0aHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellExecuteHooks \x0d\x0a这个位置有一个正常的键值{AEB6717E-7E19-11d0-97EE-00C04FD91972}, 将其他的删除。 \x0d\x0a2、打开CMD窗口输入如下命令: \x0d\x0afor %i in (%windir%\system32\*.dll) do regsvr32.exe /s %i 回车 \x0d\x0afor %i in (%windir%\system32\*.ocx) do regsvr32.exe /s %i 回车 \x0d\x0a两条分别运行完成后重启机器。
1、运行→regedit→进入注册表, 在→
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellExecuteHooks
这个位置有一个正常的键值{AEB6717E-7E19-11d0-97EE-00C04FD91972}, 将其他的删除。
2、打开CMD窗口输入如下命令:
for %i in (%windir%\system32\*.dll) do regsvr32.exe /s %i 回车
for %i in (%windir%\system32\*.ocx) do regsvr32.exe /s %i 回车
两条分别运行完成后重启机器。