Menu


Enable Internet Explorer in Windows 11

August 3, 2023 - CyberMania
Enable Internet Explorer in Windows 11

Little trick and tool to bring back IE to windows 11 desktop…

Little script VBS

CreateObject("InternetExplorer.Application").Visible=true

Created VBS into Program files\Internet Explorer\IE.VBS and calling via IE CLSID desktop shortcut…

Will install an IE icon on desktop.

 

Remark: Update fix into installer.

3 August 2023 Recomplile due to false positive as virus

 

Download

2 thoughts on “Enable Internet Explorer in Windows 11

moitinhdaukiss

Thanks Pro, installed but can’t access the internet normally, the functions are not perfect, how do I delete this icon, I can’t delete it, when I click delete the icon disappears, when I press f5 again show the same icon

    cyberloner

    right click as admin? defender catch the extract file?
    you can easy remove via reg file
    Windows Registry Editor Version 5.00

    [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{00000000-0000-0000-0000-100000000001}]

    [-HKEY_CLASSES_ROOT\CLSID\{00000000-0000-0000-0000-100000000001}]

    or run in cmd
    Reg.exe delete “HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{00000000-0000-0000-0000-100000000001}” /f
    Reg.exe delete “HKCR\CLSID\{00000000-0000-0000-0000-100000000001}” /f

Leave a Reply