方法一:
1、按Win+R键打开运行,输入cmd并回车;
2、分别输入或粘贴以下命令,点击回车执行:
for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1
for %i in (%windir%\system32\*.ocx) do regsvr32.exe /s %i
方法二:
1、在运行中输入regedit回车;
2、展开注册表:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellExecuteHooks,在右侧保留{AEB6717E-7E19-11d0-97EE-00C04FD91972},将其他值删除。