Share via

[Share]How to fix the asociation between IE and http protocol

Anonymous
2013-03-15T09:19:29+00:00

Copy below commands to notepad, and save it as clean.bat, double click to run.

::============Begin==============

@echo off

echo running Cleaner,pls waiting......

REG DELETE HKEY_CLASSES_ROOT\http\shell\se /f

REG DELETE HKEY_CLASSES_ROOT\https\shell\se /f

REG DELETE HKEY_CLASSES_ROOT\htmlfile\shell\se /f

REG DELETE HKEY_CLASSES_ROOT\IE.HTTP\shell\se /f

REG DELETE HKEY_CLASSES_ROOT\IE.HTTPS\shell\se /f

REG DELETE HKEY_CLASSES_ROOT\http\shell /ve /f

REG DELETE HKEY_CLASSES_ROOT\https\shell /ve /f

REG DELETE HKEY_CLASSES_ROOT\htmlfile\shell /ve /f

REG DELETE HKEY_CLASSES_ROOT\IE.HTTP\shell /ve /f

REG DELETE HKEY_CLASSES_ROOT\IE.HTTPS\shell /ve /f

echo Done!

echo. & pause

::=============End==============

Then copy below contents to notead and save as fix.reg, double click to import.

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\IE.HTTP]

@="URL:HyperText Transfer Protocol"

"AppUserModelID"="Microsoft.InternetExplorer.Default"

"EditFlags"=dword:00000002

"URL Protocol"=""

"FriendlyTypeName"="@C:\Windows\System32\ieframe.dll,-903"

"WebNavigableCLSID"="{ae90e550-0443-47fb-a001-4875648d4ed3}"

[HKEY_CLASSES_ROOT\IE.HTTP\DefaultIcon]

@="C:\Windows\System32\url.dll,0"

[HKEY_CLASSES_ROOT\IE.HTTP\shell]

[HKEY_CLASSES_ROOT\IE.HTTP\shell\open]

[HKEY_CLASSES_ROOT\IE.HTTP\shell\open\command]

@=""C:\Program Files\Internet Explorer\iexplore.exe" -nohome"

[HKEY_CLASSES_ROOT\IE.HTTP\shell\open\ddeexec]

@=hex(2):22,00,25,00,31,00,22,00,2c,00,2c,00,2d,00,31,00,2c,00,30,00,2c,00,2c,\

00,2c,00,2c,00,00,00

"NoActivateHandler"=""

[HKEY_CLASSES_ROOT\IE.HTTP\shell\open\ddeexec\Application]

@="IExplore"

[HKEY_CLASSES_ROOT\IE.HTTP\shell\open\ddeexec\Topic]

@="WWW_OpenURL"

[HKEY_CLASSES_ROOT\IE.HTTPS]

@="URL:HyperText Transfer Protocol with Privacy"

"AppUserModelID"="Microsoft.InternetExplorer.Default"

"EditFlags"=dword:00000002

"URL Protocol"=""

"FriendlyTypeName"="@C:\Windows\System32\ieframe.dll,-904"

[HKEY_CLASSES_ROOT\IE.HTTPS\DefaultIcon]

@="C:\Windows\System32\url.dll,0"

[HKEY_CLASSES_ROOT\IE.HTTPS\shell]

[HKEY_CLASSES_ROOT\IE.HTTPS\shell\open]

[HKEY_CLASSES_ROOT\IE.HTTPS\shell\open\command]

@=""C:\Program Files\Internet Explorer\iexplore.exe" -nohome"

[HKEY_CLASSES_ROOT\IE.HTTPS\shell\open\ddeexec]

@=hex(2):22,00,25,00,31,00,22,00,2c,00,2c,00,2d,00,31,00,2c,00,30,00,2c,00,2c,\

00,2c,00,2c,00,00,00

"NoActivateHandler"=""

[HKEY_CLASSES_ROOT\IE.HTTPS\shell\open\ddeexec\Application]

@="IExplore"

[HKEY_CLASSES_ROOT\IE.HTTPS\shell\open\ddeexec\Topic]

@="WWW_OpenURL"

[HKEY_CLASSES_ROOT\http]

@="URL:HyperText Transfer Protocol"

"AppUserModelID"="Microsoft.InternetExplorer.Default"

"EditFlags"=dword:00000002

"FriendlyTypeName"="@C:\Windows\System32\ieframe.dll,-903"

"Source Filter"="{E436EBB6-524F-11CE-9F53-0020AF0BA770}"

"URL Protocol"=""

"WebNavigableCLSID"="{ae90e550-0443-47fb-a001-4875648d4ed3}"

[HKEY_CLASSES_ROOT\http\DefaultIcon]

@="C:\Windows\system32\url.dll,0"

[HKEY_CLASSES_ROOT\http\Extensions]

".ASF"="{187463A0-5BB7-11D3-ACBE-0080C75E246E}"

".WM"="{187463A0-5BB7-11D3-ACBE-0080C75E246E}"

".WMA"="{187463A0-5BB7-11D3-ACBE-0080C75E246E}"

".WMV"="{187463A0-5BB7-11D3-ACBE-0080C75E246E}"

[HKEY_CLASSES_ROOT\http\shell]

[HKEY_CLASSES_ROOT\http\shell\open]

[HKEY_CLASSES_ROOT\http\shell\open\command]

@="C:\Program Files\Internet Explorer\iexplore.exe"

[HKEY_CLASSES_ROOT\http\shell\open\ddeexec]

@=hex(2):22,00,25,00,31,00,22,00,2c,00,2c,00,2d,00,31,00,2c,00,30,00,2c,00,2c,\

00,2c,00,2c,00,00,00

"NoActivateHandler"=""

[HKEY_CLASSES_ROOT\http\shell\open\ddeexec\Application]

@="IExplore"

[HKEY_CLASSES_ROOT\http\shell\open\ddeexec\Topic]

@="WWW_OpenURL"

[HKEY_CLASSES_ROOT\https]

@="URL:HyperText Transfer Protocol with Privacy"

"AppUserModelID"="Microsoft.InternetExplorer.Default"

"EditFlags"=dword:00000002

"FriendlyTypeName"="@C:\Windows\System32\ieframe.dll,-904"

"Source Filter"="{E436EBB6-524F-11CE-9F53-0020AF0BA770}"

"URL Protocol"=""

[HKEY_CLASSES_ROOT\https\DefaultIcon]

@="C:\Windows\system32\url.dll,0"

[HKEY_CLASSES_ROOT\https\shell]

[HKEY_CLASSES_ROOT\https\shell\open]

[HKEY_CLASSES_ROOT\https\shell\open\command]

@="C:\Program Files\Internet Explorer\iexplore.exe"

[HKEY_CLASSES_ROOT\https\shell\open\ddeexec]

@=hex(2):22,00,25,00,31,00,22,00,2c,00,2c,00,2d,00,31,00,2c,00,30,00,2c,00,2c,\

00,2c,00,2c,00,00,00

"NoActivateHandler"=""

[HKEY_CLASSES_ROOT\https\shell\open\ddeexec\Application]

@="IExplore"

[HKEY_CLASSES_ROOT\IE.AssocFile.HTM]

@="HTML Document"

"AppUserModelID"="Microsoft.InternetExplorer.Default"

"FriendlyTypeName"="@C:\Windows\System32\ieframe.dll,-912"

[HKEY_CLASSES_ROOT\IE.AssocFile.HTM\DefaultIcon]

@="C:\Program Files\Internet Explorer\iexplore.exe,-17"

[HKEY_CLASSES_ROOT\IE.AssocFile.HTM\shell]

@="opennew"

[HKEY_CLASSES_ROOT\IE.AssocFile.HTM\shell\open]

@="Open in S&ame Window"

"MUIVerb"="@C:\Windows\System32\ieframe.dll,-5732"

[HKEY_CLASSES_ROOT\IE.AssocFile.HTM\shell\open\command]

@=""C:\Program Files\Internet Explorer\iexplore.exe" -nohome"

[HKEY_CLASSES_ROOT\IE.AssocFile.HTM\shell\open\ddeexec]

@=hex(2):22,00,66,00,69,00,6c,00,65,00,3a,00,2f,00,2f,00,25,00,31,00,22,00,2c,\

00,2d,00,31,00,2c,00,2c,00,2c,00,2c,00,2c,00,00,00

"NoActivateHandler"=""

[HKEY_CLASSES_ROOT\IE.AssocFile.HTM\shell\open\ddeexec\Application]

@="IExplore"

[HKEY_CLASSES_ROOT\htmlfile]

@="HTML Document"

"AppUserModelID"="Microsoft.InternetExplorer.Default"

"EditFlags"=hex:00,00,00,00

"FriendlyTypeName"="@C:\Windows\System32\ieframe.dll,-912"

[HKEY_CLASSES_ROOT\htmlfile\CLSID]

@="{25336920-03F9-11cf-8FD0-00AA00686F13}"

[HKEY_CLASSES_ROOT\htmlfile\DefaultIcon]

@=""%1""

[HKEY_CLASSES_ROOT\htmlfile\ScriptHostEncode]

@="{0CF774D0-F077-11D1-B1BC-00C04F86C324}"

[HKEY_CLASSES_ROOT\htmlfile\shell]

@="open"

[HKEY_CLASSES_ROOT\htmlfile\shell\open]

@="Open in S&ame Window"

"MUIVerb"="@C:\Windows\System32\ieframe.dll,-5732"

[HKEY_CLASSES_ROOT\htmlfile\shell\open\command]

@=""C:\Program Files\Internet Explorer\iexplore.exe" "%1""

[HKEY_CLASSES_ROOT\htmlfile\shell\opennew]

@="&Open"

"MUIVerb"="@C:\Windows\System32\ieframe.dll,-5731"

[HKEY_CLASSES_ROOT\htmlfile\shell\opennew\command]

@=""C:\Program Files\Internet Explorer\iexplore.exe" %1"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\https]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\https\UserChoice]

"Progid"="IE.HTTPS"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice]

"Progid"="IE.HTTP"

Windows for home | Previous Windows versions | Apps

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2013-03-16T03:30:47+00:00

Hi ChenryLee,

Thank you for posting in Microsoft Community forums.

Also thank you for sharing this information, as this would help other members of the community facing the same issue.

If you need any further assistance or information about Windows, I will be glad to help you. We, at Microsoft strive towards excellence.

Was this answer helpful?

2 people found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2013-05-24T07:17:26+00:00

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\file]

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\file\UserChoice]

    "Progid"="BaiduPlayerBrowserHTML"

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\ftp]

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\ftp\UserChoice]

    "Progid"="IE.FTP"

    "Hash"="0+JgSyZZai0="

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\htmlfile]

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\htmlfile\UserChoice]

    "Progid"="BaiduPlayerBrowserHTML"

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http]

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice]

    "Progid"="IE.HTTP"

    "Hash"="ehG6haK0cqo="

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\https]

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\https\UserChoice]

    "Progid"="IE.HTTPS"

    "Hash"="/9CPwAgPN4s="

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\mhtmlfile]

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\mhtmlfile\UserChoice]

    "Progid"="BaiduPlayerBrowserHTML"

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\mk]

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\mk\UserChoice]

    "Hash"="oKcknrXbRxM="

    "ProgId"="IE.HTTP"

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\res]

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\res\UserChoice]

    "Hash"="z2bpCSlBzAk="

    "ProgId"="IE.HTTP"

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments