错误截图如下:
IE有关的系统注册信息损坏,导致IE无法正常弹窗。
 
解决办法:重新注册与IE有关的DLL文件,具体如下:
1、以管理员身份运行附件脚本(新建txt文件,将下面代码复制到txt文件中,然后,更改后缀名为.cmd)。
2、重启电脑即可。
@echo off
echo.
echo IEREREG-8 Version 1.09 for IE8 01.03.2011
REM added OS detection, doing some stuff only for XP
REM IEREREG-8 Version 1.07 for IE8 27.03.2009
echo by Kai Schaetzl http://iefaq.info
echo installs and registers (if suitable) all DLLs known to be used by IE8.
echo should only take a few seconds, but please be patient
echo.
REM ******************************
REM Check Windows Version
ver | findstr /i "5\.1\." > nul
IF %ERRORLEVEL% EQU 0 goto wxp
ver | findstr /i "6\.0\." > nul
IF %ERRORLEVEL% EQU 0 goto wvista
ver | findstr /i "6\.1\." > nul
IF %ERRORLEVEL% EQU 0 goto w7REM Winows XP
:wxp
set version=xp
echo Detected Winows XP
goto continueREM Windows Vista
:wvista
set version=vista
echo Detected Windows Vista
goto continueREM Windows 7 or 2008
:w7
set version=w7
echo Detected Windows 7
goto continue:continue
REM ******************************
echo registering IE files
REM IE files (= part of setup)
regsvr32 /s /i browseui.dll
REM regsvr32 /s /i browseui.dll,NI (unnecessary)
regsvr32 /s corpol.dll
regsvr32 /s dxtmsft.dll
regsvr32 /s dxtrans.dll
REM simple HTML Mail API
regsvr32 /s "%ProgramFiles%\internet explorer\hmmapi.dll"
REM group policy snap-in
regsvr32 /s ieaksie.dll
REM smart screen
regsvr32 /s ieapfltr.dll
REM ieak branding
regsvr32 /s iedkcs32.dll
REM dev tools
regsvr32 /s "%ProgramFiles%\internet explorer\iedvtool.dll"
regsvr32 /s iepeers.dll
REM Symptom: IE8 closes immediately on launch, missing from IE7
regsvr32 /s "%ProgramFiles%\internet explorer\ieproxy.dll"
REM no install point anymore
REM regsvr32 /s /i iesetup.dll
REM no reg point anymore
REM regsvr32 /s imgutil.dll
regsvr32 /s /i /n inetcpl.cpl
REM no install point anymore
REM regsvr32 /s /i inseng.dll
regsvr32 /s jscript.dll
REM license manager
regsvr32 /s licmgr10.dll
REM regsvr32 /s msapsspc.dll
REM regsvr32 /s mshta.exe
REM VS debugger
regsvr32 /s msdbg2.dll
REM no install point anymore
REM regsvr32 /s /i mshtml.dll
regsvr32 /s mshtmled.dll
regsvr32 /s msident.dll
REM no reg point anymore
REM regsvr32 /s msrating.dll
REM multimedia timer
regsvr32 /s mstime.dll
REM no install point anymore
REM regsvr32 /s /i occache.dll
REM process debug manager
regsvr32 /s "%ProgramFiles%\internet explorer\pdm.dll"
REM no reg point anymore
REM regsvr32 /s pngfilt.dll
REM regsvr32 /s /i setupwbv.dll (not there anymore!)
regsvr32 /s tdc.ocx
regsvr32 /s /i urlmon.dll
REM regsvr32 /s /i urlmon.dll,NI,HKLM
regsvr32 /s vbscript.dll
REM VML renderer
regsvr32 /s "%CommonProgramFiles%\microsoft shared\vgx\vgx.dll"
REM no install point anymore
REM regsvr32 /s /i webcheck.dll
regsvr32 /s /i /n wininet.dll
REM ******************************
echo registering system files
REM additional system dlls known to be used by IE
REM added 11.05.2006 Symptom: Add-Ons-Manager menu entry is present but nothing happens
regsvr32 /s extmgr.dll
REM added 12.05.2006 Symptom: Javascript links don't work (Robin Walker) .NET hub file
regsvr32 /s mscoree.dll
REM added 23.03.2009 Symptom: Find on this page is blank
regsvr32 /s oleacc.dll
REM added 24.03.2009 Symptom: Printing problems, open in new window
regsvr32 /s ole32.dll
REM mscorier.dll
REM mscories.dll
REM Symptom: open in new tab/window not working
regsvr32 /s actxprxy.dll
regsvr32 /s asctrls.ocx
regsvr32 /s cdfview.dll
regsvr32 /s comcat.dll
regsvr32 /s /i /n comctl32.dll
regsvr32 /s cryptdlg.dll
regsvr32 /s /i /n digest.dll
regsvr32 /s dispex.dll
regsvr32 /s hlink.dll
regsvr32 /s mlang.dll
regsvr32 /s mobsync.dll
regsvr32 /s /i msieftp.dll
REM regsvr32 /s msnsspc.dll #no entry point
regsvr32 /s msr2c.dll
regsvr32 /s msxml.dll
regsvr32 /s oleaut32.dll
REM regsvr32 /s plugin.ocx #no entry point
regsvr32 /s proctexe.ocx
REM plus DllRegisterServerEx ExA ExW ... ?
regsvr32 /s /i scrobj.dll
REM shdocvw.dll hasn't been updated for IE7 and IE8, it still registers itself for the Windows Internet Controls, at least on Windows XP
REM registering shdocvw.dll will fail on Windows 7, anyway, as both entry points were removed
if %version%==xp regsvr32 /s /i shdocvw.dll
if %version%==vista regsvr32 /s /i shdocvw.dll
regsvr32 /s sendmail.dll
REM ******************************
REM PKI/crypto functionality
REM initpki can take very long to run and is rarely a problem
REM if there are problems with crypto, SSL, certificates
REM remove the three following REMs from the lines
REM echo We are almost done except one crypto file
REM echo but this will take very long, be patient!
REM regsvr32 /s /i:A initpki.dll
REM ******************************
REM tabbed browser, do at the end, why originally with /n ?
regsvr32 /s /i ieframe.dllREM do registry bug correction only on XP
if %version%==xp (goto regbug1) else goto noregbugsREM ******************************
:regbug1
echo correcting bugs in the registry
REM do some corrective work
REM Symptom: new tabs page cannot display content because it cannot access the controls (added 27. 3.2009)
REM This is a result of a bug in shdocvw.dll (see above), probably only on Windows XP
reg add "HKCR\TypeLib\{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}\1.1\0\win32" /ve /t REG_SZ /d %systemroot%\system32\ieframe.dll /f
goto exit
echo its ok
REM ******************************
:noregbugs
echo not necessary to correct bugs in the registry
goto exitREM ******************************
:exit
echo all tasks have been finished
echo.
pause

  

转载于:https://www.cnblogs.com/hqbhonker/p/3401350.html

win7(32 bit) + IE8 环境,IE8无法弹窗(错误提示:“此网页上的错误可能会使它无法正确运行”),有关的系统注册信息损坏——解决方法...相关推荐

  1. win7右键计算机没有注册类,win7系统提示没有注册类别的解决方法

    最近用户反映,win7电脑经常提示没有注册类别的情况,虽然说在电脑中经常会遇到一些问题,这也是常见的问题之一,但可能还有很多用户不知道怎么来解决这个问题,以下是小编为大家整理的方法,一起来看看. 方法 ...

  2. oracle一直在更新注册表,联想10代cpu电脑装win7后卡在正在更新注册表设置解决方法...

    [文章导读]最近有很多网友问我联想电脑10代cpu台式机安装win7卡在在更新注册表设置怎么办?出现这种情况一般情况是由于没有提前注入显卡驱动,现在很多新电脑都采用的集成显卡,10代以cpu采用的集显 ...

  3. win7为什么打开桌面上的计算机很卡很慢,windows7很卡怎么处理_windows7系统卡慢的解决方法...

    近日有用户咨询win7电脑很卡的情况,相信这种状况大家应该都有遇到过吧,我们在运行大量的软件后,电脑就会变得很卡,这个时候我们会选择关闭一些不不用的软件,但是关闭之后电脑还是很卡,使得用户非常的烦躁. ...

  4. 4g内存只有1.6g可用_32位系统可用内存小 遇到32位系统内存小的解决方法

    内存是CPU进行沟通的桥梁,我们计算机上所有的程序都是在内存中运行的,如果内存不够用,可能系统缓慢卡顿,甚至会造成系统崩溃.那今天小编就给大家介绍一下32位系统可用内存小的解决方法,感兴趣的小伙伴一起 ...

  5. win7系统0xt000000f错误代码的解决方法

    很多使用win7系统的小伙伴最近都遇到了0xt000000f错误代码的问题,win7系统0xt000000f错误代码怎么办呢?就此问题,今天就给你们大家带来了win7系统0xt000000f错误代码的 ...

  6. win7计算机时间显示错误,win7系统时间怎么调总是不对如何解决?win7系统时间总是不对解决方法...

    运行win7系统的时候会遇到一些奇奇怪怪的问题,比如有用户说win7系统时间怎么调总是不对,修改之后开机时间又变成很早之前的,每次都是这样,都要重新调整,非常麻烦,有什么办法可以解决win7系统时间总 ...

  7. 服务器进到登录界面就自动断电,Win7电脑一进系统就断电的解决方法

    一位用户反馈说Win7电脑一进系统就断电怎么办呢?相信大部分用户都遇到过这样的问题,怎么办呢?其实造成Win7电脑一进系统就断电的原因有很多,我们要根据不同的原因来解决问题,下面一起看下Win7电脑一 ...

  8. win7无法访问win10计算机,win7系统无法访问win10系统的共享文件的解决方法

    win7系统无法访问win10系统的共享文件的解决方法? 我们在操作win7系统电脑的时候,常常会遇到win7系统无法访问win10系统的共享文件的问题.那么出现win7系统无法访问win10系统的共 ...

  9. windows7现实计算机内存不足,win7旗舰版系统提示系统内存不足的解决方法

    使用 win7旗舰版系统 一段时间后,系统堆积大量程序和文件,导致内存空间不够用.有时候在运行程序时提示"您的系统内存空间不足.请保存您的文件,然后关闭一些文档或其他应用程序以释放内存.&q ...

最新文章

  1. LED液晶与OLED:电视显示技术比较
  2. 果然,武汉驶上了AI高速路
  3. Pandas循环提速7万多倍!Python数据分析攻略
  4. OS- -请求分页系统、请求分段系统和请求段页式系统(一)
  5. windows 2012 powershell 创建Ad
  6. php是什么电器元件,第三代计算机采用的主要电子元器件是什么
  7. 美国大学生数学建模竞赛O奖最高级别国家一等奖论文超全资料分享写作排版编程建模全覆盖资料参赛真实经历小白必拥有
  8. SQLAPI++ Library 4.2.1 VS2010破解版
  9. HTML5如何实现网页消息通知提醒
  10. target is null for setProperty(null,)错误的引发原因及解决办法
  11. lua牛牛算法和大小比较
  12. Win10系统怎么打开卓越模式?Win10这些隐藏模式你都知道吗?
  13. Crazy Kids
  14. 谷歌浏览器崩溃解决办法
  15. GBase 8a 集群维护工具C3介绍
  16. 主成分分析法及特征值的含义
  17. JAVA数字藏品NFT平台源码(附带部署文档)
  18. C语言 静音检测,ffmpeg静音检测 Autohotkey
  19. 安装实例中出现的ORA-27123和ORA-12532的错误
  20. 6-1 简单创建对象 (10分) java

热门文章

  1. tring.prototype.replaceAll called with a non-global RegExp argument
  2. 解决ios7越狱第三方应用全部消失及快速恢复原桌面的方法
  3. srTCM和trTCM介绍
  4. win7重置系统后账户已被停用?
  5. oracle dataguard详细,ORACLE11G搭建dataguard详细步骤(物理standby所有操作总结)
  6. 【ElasticSearch】7.x版本的部署和使用
  7. springboot proguard 代码混淆
  8. nginx 反向代理数据库端口
  9. 设计模式(十一)中介者模式(调停者模式)
  10. 老文章,新人看!看看你以后的样子吧,是好是坏看你自己