there any internet explorer reviver ?
![]()
what
Inrternet explorer end in 2022 and now i want any internet explorer rvier
1: No.
2: If you’re going to ask for something, atleast learn to spell properly.
sorry my english is ![]()
very bad
isnt IE still can be used even in win 10/11
Without any extra software, you can pop open IE pretty quickly whenever you desire by opening up a PowerShell prompt and executing:
(New-Object -ComObject InternetExplorer.Application).Visible = $true
To direct it to a site as well (like google), tweak it like this:
$ie = New-Object -ComObject InternetExplorer.Application; $ie.Visible = $true; $ie.Navigate("https://www.google.com")
If you want to make an actual Internet Explorer shortcut, using VBScript is a little better as it avoids window flicker:
Set ie = CreateObject("InternetExplorer.Application") : ie.Visible = True : ie.Navigate("https://www.google.com")
Save the above line as “startIE.vbs” in Notepad in a location of your choice, run the file once to make sure it’s working, then finally make a shortcut (right-click vbs file, [If Win11] Show more options, Create Shortcut). Look at the properties of the shortcut to rename and change the icon, you can still find the original icon at C:\Program Files\Internet Explorer\iexplore.exe.
End result is something like this:
ok wow internet explorer looks kinda cursed on windows 11
im surprised the vbs trick still works, i would’ve thought microsoft had patched that out.
if the ability for VBS scripts to open IE windows was removed, a bunch of programs would get broken (and there’s nothing microsoft cares about more than compatibility… besides maybe money)
It did not work ![]()
Sorry to hear. If you wish, post a screenshot and some details of what you’re trying so we can point you in the right direction.
There’s BeautyFox, a IE theme for Firefox 115 only
all i see is “Content not viewable in your region” for the pictures. well fuck me for living in the uk.
Sorry about that Oliver. Chaziz kindly solved this here already, and over the course of the week I’ve downloaded all the imgur images used here to the server, so you and your fellow UK residents shouldn’t see images blocked on any other threads.
Fun fact, what’s the point? even websites like newgrounds appear broken, i’ve tried other retro browsers but they take a while to load, i just use thorium, not retro, but the fastest browser
use this list of old website The ultimate list of OIC projects
thats not a perfect list, a lot of the things listed there require modern browsers.
Now My English Is Best From Any Time ![]()


