1评论

0收藏

注册表修复IE默认文件和协议关联

avatar 王芳迟 | 3287 人阅读 | 1 人评论 | 2013-05-09

最近在问答区有个坛友询问:安装搜狗浏览器后无法将IE设为默认浏览器,我当时提供了一份win7注册表但在win8下无效,后来在网上看到类似问题不少但都没有答案,决定尝试解决,经过一段时间摸索我已成功解决这一问题。相对win7而言win8设置默认浏览器注册表要复杂很多,现将方法与大家共享。代码如下:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USERSoftwareClientsStartMenuInternet]
@="IEXPLORE.EXE"
[-HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerFileExts.htmUserChoice]
[-HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerFileExts.htmlUserChoice]
[-HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerFileExts.mhtUserChoice]
[-HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerFileExts.mhtmlUserChoice]
[-HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerFileExts.partialUserChoice]
[-HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerFileExts.svgUserChoice]
[-HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerFileExts.urlUserChoice]
[-HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerFileExts.websiteUserChoice]
[-HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerFileExts.xhtUserChoice]
[-HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerFileExts.xhtmlUserChoice]
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsShellAssociationsUrlAssociationshttpUserChoice]
"Hash"="ehG6haK0cqo="
"Progid"="IE.HTTP"
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsShellAssociationsUrlAssociationshttpsUserChoice]
"Hash"="/9CPwAgPN4s="
"Progid"="IE.HTTPS"
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsShellAssociationsUrlAssociationsftpUserChoice]
"Hash"="0+JgSyZZai0="
"ProgId"="IE.FTP"
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsShellAssociationsUrlAssociationsresUserChoice]
"Hash"="z2bpCSlBzAk="
"ProgId"="IE.HTTP"
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsShellAssociationsUrlAssociationsmkUserChoice]
"Hash"="oKcknrXbRXM="
"ProgId"="IE.HTTP"
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerFileExts.htmUserChoice]
"Progid"="IE.AssocFile.HTM"
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerFileExts.htmlUserChoice]
"Progid"="IE.AssocFile.HTM"
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerFileExts.mhtUserChoice]
"Hash"="GG6SCRrCVyA="
"ProgId"="IE.AssocFile.MHT"
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerFileExts.mhtmlUserChoice]
"Hash"="CNnovY/CmDE="
"ProgId"="IE.AssocFile.MHT"
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerFileExts.partialUserChoice]
"Hash"="pJ4Ui2xcrfw="
"ProgId"="IE.AssocFile.PARTIAL"
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerFileExts.svgUserChoice]
"Hash"="GsyR3PSyiqs="
"ProgId"="IE.AssocFile.SVG"
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerFileExts.urlUserChoice]
"Hash"="9Ct8jeU737Y="
"ProgId"="IE.AssocFile.URL"
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerFileExts.websiteUserChoice]
"Hash"="xX/b7EFiyqY="
"ProgId"="IE.AssocFile.WEBSITE"
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerFileExts.xhtUserChoice]
"Hash"="fimnMoSApxc="
"ProgId"="IE.AssocFile.XHT"
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerFileExts.xhtmlUserChoice]
"Hash"="hdFVCzxEbzI="
"ProgId"="IE.AssocFile.XHT"
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsRoamingOpenWithUrlAssociationshttpsUserChoice]
"Hash"="/9CPwAgPN4s="
"ProgId"="IE.HTTPS"
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsRoamingOpenWithUrlAssociationshttpUserChoice]
"Hash"="ehG6haK0cqo="
"ProgId"="IE.HTTP"
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsRoamingOpenWithUrlAssociationsftpUserChoice]
"Hash"="0+JgSyZZai0="
"ProgId"="IE.FTP"
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsRoamingOpenWithUrlAssociationsmkUserChoice]
"Hash"="oKcknrXbRxM="
"ProgId"="IE.HTTP"
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsRoamingOpenWithUrlAssociationsresUserChoice]
"ProgId"="IE.HTTP"
"Hash"="z2bpCSlBzAk="
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsRoamingOpenWithFileExts.htmUserChoice]
"ProgId"="IE.AssocFile.HTM"
"Hash"="8bkBtIp1GYI="
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsRoamingOpenWithFileExts.htmlUserChoice]
"ProgId"="IE.AssocFile.HTM"
"Hash"="98OGXtALKk0="
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsRoamingOpenWithFileExts.xhtUserChoice]
"Hash"="fimnMoSApxc="
"ProgId"="IE.AssocFile.XHT"
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsRoamingOpenWithFileExts.xhtmlUserChoice]
"Hash"="hdFVCzxEbzI="
"ProgId"="IE.AssocFile.XHT"
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsRoamingOpenWithFileExts.mhtUserChoice]
"ProgId"="IE.AssocFile.MHT"
"Hash"="GG6SCRrCVyA="
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsRoamingOpenWithFileExts.mhtmlUserChoice]
"ProgId"="IE.AssocFile.MHT"
"Hash"="CNnovY/CmDE="
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsRoamingOpenWithFileExts.partialUserChoice]
"Hash"="pJ4Ui2xcrfw="
"ProgId"="IE.AssocFile.PARTIAL"
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsRoamingOpenWithFileExts.svgUserChoice]
"ProgId"="IE.AssocFile.SVG"
"Hash"="GsyR3PSyiqs="
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsRoamingOpenWithFileExts.urlUserChoice]
"Hash"="9Ct8jeU737Y="
"ProgId"="IE.AssocFile.URL"
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsRoamingOpenWithFileExts.websiteUserChoice]
"Hash"="xX/b7EFiyqY="
"ProgId"="IE.AssocFile.WEBSITE"
""
还没有人打赏,支持一下

评论|共 1 个

houlantian

发表于 2014-11-19 09:47:30 | 显示全部楼层

找版主

您需要登录后才可以回帖 登录 | 注册 微信登录

EA之家评论守则