PDA

View Full Version : I can surf the net with Explorer, but not IE??


big_tiger
03-02-2007, 07:08 PM
I can surf around the net when I open up My Computer (Windows Explorer), but if I try to open Internet Explorer it never loads any website. I have no clue at all on this one.

Sgt Beavis
03-02-2007, 09:38 PM
I'm not sure what's wrong, however Explorer.exe and IExplore.exe are just apps that hold a memory space for wininet.dll.

Wininet.dll is the core if Internet Explorer.

Here is a script that will re-register all of the dlls for IE. Copy everything in the quote box into NOTEPAD. Then save the notepad txt file to your desktop. Rename it into a .VBS file.

Now open a command prompt (click START > RUN, type in CMD and click OK)

DRAG the VBS file into the command prompt window. Hit enter to start the script. When it is done, reboot.

That MIGHT fix it.


rem Script used to manually reregister Internet Explorer and Shell related *.dlls
rem Also included the Digital Signing and Cryptographic Provider *. dlls if needed
rem rundll32.exe advpack.dll /DelNodeRunDLL32 C:\WINNT\System32\dacui.dll
rem rundll32.exe advpack.dll /DelNodeRunDLL32 C:\WINNT\Catroot\icatalog.mdb
rem regsvr32 setupwbv.dll /s
rem regsvr32 wininet.dll /s
regsvr32 comcat.dll /s
regsvr32 CSSEQCHK.DLL /s
regsvr32 shdoc401.dll /s
regsvr32 shdoc401.dll /i /s
regsvr32 asctrls.ocx /s
regsvr32 oleaut32.dll /s
regsvr32 shdocvw.dll /I /s
regsvr32 shdocvw.dll /s
regsvr32 browseui.dll /s
regsvr32 browsewm.dll /s
regsvr32 browseui.dll /I /s
regsvr32 msrating.dll /s
regsvr32 mlang.dll /s
regsvr32 hlink.dll /s
rem regsvr32 mshtml.dll /s
regsvr32 mshtmled.dll /s
regsvr32 urlmon.dll /s
regsvr32 plugin.ocx /s
regsvr32 sendmail.dll /s
rem regsvr32 comctl32.dll /i /s
rem regsvr32 inetcpl.cpl /i /s
rem regsvr32 mshtml.dll /i /s
regsvr32 scrobj.dll /s
regsvr32 mmefxe.ocx /s
rem regsvr32 proctexe.ocx mshta.exe /register /s
regsvr32 corpol.dll /s
regsvr32 jscript.dll /s
regsvr32 msxml.dll /s
regsvr32 imgutil.dll /s
regsvr32 thumbvw.dll /s
regsvr32 cryptext.dll /s
regsvr32 rsabase.dll /s
rem regsvr32 triedit.dll /s
rem regsvr32 dhtmled.ocx /s
regsvr32 inseng.dll /s
regsvr32 iesetup.dll /i /s
rem regsvr32 hmmapi.dll /s
regsvr32 cryptdlg.dll /s
regsvr32 actxprxy.dll /s
regsvr32 dispex.dll /s
regsvr32 occache.dll /s
regsvr32 occache.dll /i /s
regsvr32 iepeers.dll /s
rem regsvr32 wininet.dll /i /s
regsvr32 urlmon.dll /i /s
rem regsvr32 digest.dll /i /s
regsvr32 cdfview.dll /s
regsvr32 webcheck.dll /s
regsvr32 mobsync.dll /s
regsvr32 pngfilt.dll /s
regsvr32 licmgr10.dll /s
regsvr32 icmfilter.dll /s
regsvr32 hhctrl.ocx /s
regsvr32 inetcfg.dll /s
rem regsvr32 trialoc.dll /s
regsvr32 tdc.ocx /s
regsvr32 MSR2C.DLL /s
regsvr32 msident.dll /s
regsvr32 msieftp.dll /s
regsvr32 xmsconf.ocx /s
regsvr32 ils.dll /s
regsvr32 msoeacct.dll /s
rem regsvr32 wab32.dll /s
rem regsvr32 wabimp.dll /s
rem regsvr32 wabfind.dll /s
rem regsvr32 oemiglib.dll /s
rem regsvr32 directdb.dll /s
regsvr32 inetcomm.dll /s
rem regsvr32 msoe.dll /s
rem regsvr32 oeimport.dll /s
regsvr32 msdxm.ocx /s
regsvr32 dxmasf.dll /s
rem regsvr32 laprxy.dll /s
regsvr32 l3codecx.ax /s
regsvr32 acelpdec.ax /s
regsvr32 mpg4ds32.ax /s
regsvr32 voxmsdec.ax /s
regsvr32 danim.dll /s
regsvr32 Daxctle.ocx /s
regsvr32 lmrt.dll /s
regsvr32 datime.dll /s
regsvr32 dxtrans.dll /s
regsvr32 dxtmsft.dll /s
rem regsvr32 vgx.dll /s
regsvr32 WEBPOST.DLL /s
regsvr32 WPWIZDLL.DLL /s
regsvr32 POSTWPP.DLL /s
regsvr32 CRSWPP.DLL /s
regsvr32 FTPWPP.DLL /s
regsvr32 FPWPP.DLL /s
rem regsvr32 FLUPL.OCX /s
regsvr32 wshom.ocx /s
regsvr32 wshext.dll /s
regsvr32 vbscript.dll /s
regsvr32 scrrun.dll mstinit.exe /setup /s
regsvr32 msnsspc.dll /SspcCreateSspiReg /s
regsvr32 msapsspc.dll /SspcCreateSspiReg /s
regsvr32 licdll.dll /s
regsvr32 regwizc.dll /s
regsvr32 softpub.dll /s
regsvr32 IEDKCS32.DLL /s
regsvr32 MSTIME.DLL /s
regsvr32 WINTRUST.DLL /s
regsvr32 INITPKI.DLL /s
regsvr32 DSSENH.DLL /s
regsvr32 RSAENH.DLL /s
regsvr32 CRYPTDLG.DLL /s
regsvr32 Gpkcsp.dll /s
regsvr32 Sccbase.dll /s
regsvr32 Slbcsp.dll /s
exit

Tx Redneck
03-02-2007, 09:59 PM
When ppl post stuff like that (Sgt. Beavis) it blows my mind. Is this something you know as a programmer or figured out?

I am beyond 'puter illiterate. :o

big_tiger
03-03-2007, 12:22 AM
Line: 101
Char: 21
Error: Expected end of statement
Code: 800a0401
Source: Microsoft VBScript complation error

I don't think something is right.

big_tiger
03-03-2007, 12:25 AM
One thing I don't understand is the fact that I uninstalled IE, but I still have IE. I put an icon back on my desktop, and Windows says it is uninstalled. I try to install it and it says I have a newer version installed.

If it helps, I installed Firefox, and it did the say thing. :o

Sgt Beavis
03-03-2007, 05:21 AM
When ppl post stuff like that (Sgt. Beavis) it blows my mind. Is this something you know as a programmer or figured out?

I am beyond 'puter illiterate. :o

I spent a year working as a Contractor at Microsoft in Las Colinas. One of the things I supported was Internet Explorer.

Sgt Beavis
03-03-2007, 05:31 AM
I don't think something is right.

Is this occuring when accessing a particular website or any website?

If it happens on a particular website, then it is a problem with that website.....

If it happens on every website with the failures usually happening in the same line and character, then it is possibly a Browser Helper Object (BHO) or adware\spyware.

Start off by disabling all BHOs. Go to the website that generates the error. Then, in IE click on Tools > Manage Add-Ons and in the Show box, select "Add-ons currently loaded in Internet Explorer" Select each object shown and disable... restart IE..

If the problem continues, go back to Manage Add-Ons and select Add-Ons that have been used by IE. Disable everything and restart IE....

Note that objects within websites that use these Add-Ons will not work while they are disabled (such as Java scripts) You'll need to re-enable them one at a time, restart IE, and see if that is the culprit. If you find the problem maker either leave it disabled or go find an update for it.....

IF that doesn't fix it I've got a few other things you can try...

Sgt Beavis
03-03-2007, 05:33 AM
One thing I don't understand is the fact that I uninstalled IE, but I still have IE. I put an icon back on my desktop, and Windows says it is uninstalled. I try to install it and it says I have a newer version installed.

If it helps, I installed Firefox, and it did the say thing. :o

Yea, Microsoft was right during their trial that they cannot actually uninstall IE. The entire user interface (the shell) is basically built off IE.

All MS can do, to satisfy anti-trust regulators is to hide IE...

big_tiger
03-03-2007, 08:41 AM
Is this occuring when accessing a particular website or any website?

If it happens on a particular website, then it is a problem with that website.....

If it happens on every website with the failures usually happening in the same line and character, then it is possibly a Browser Helper Object (BHO) or adware\spyware.

Start off by disabling all BHOs. Go to the website that generates the error. Then, in IE click on Tools > Manage Add-Ons and in the Show box, select "Add-ons currently loaded in Internet Explorer" Select each object shown and disable... restart IE..

If the problem continues, go back to Manage Add-Ons and select Add-Ons that have been used by IE. Disable everything and restart IE....

Note that objects within websites that use these Add-Ons will not work while they are disabled (such as Java scripts) You'll need to re-enable them one at a time, restart IE, and see if that is the culprit. If you find the problem maker either leave it disabled or go find an update for it.....

IF that doesn't fix it I've got a few other things you can try...

It doesn't work on any website. I disabled all Add-ons and it did nothing. I had already disabled alot of them before I posted up here.

big_tiger
03-03-2007, 08:42 AM
Oh and that error happened when I ran your VBS file.

Sgt Beavis
03-03-2007, 11:03 AM
Oh and that error happened when I ran your VBS file.

Double DOH!!


My bad.

Change the .VBS file extention to .BAT and do the exact same thing. Sorry about that. Its been a while since I've had to do an IE fix...

Don't worry, running it as a .VBS won't foul anything up. It'll just fail, as you can see....

Sgt Beavis
03-03-2007, 11:07 AM
One other thing, it will take a while for that script to finish. Takes about 10 minutes..

big_tiger
03-03-2007, 12:00 PM
OK IE worked fine for about 1 mintue, then it started to get really slow and wasnt loading up pages correctly. I got this when I went from DFWstangs to Yahoo.com
http://i26.photobucket.com/albums/c138/big_tiger19/IE.jpg

Shit I try and make sure the link works and it wont load it up, lol.

Sgt Beavis
03-04-2007, 09:25 PM
OK IE worked fine for about 1 mintue, then it started to get really slow and wasnt loading up pages correctly. I got this when I went from DFWstangs to Yahoo.com
http://i26.photobucket.com/albums/c138/big_tiger19/IE.jpg

Shit I try and make sure the link works and it wont load it up, lol.

What am I looking for in that pic? I see the Yahoo page with a couple of broken images, but thats it. That isn't always indicative of a browser issue....

BTW, I should have said this before but the ultimate fix is Firefox. ;)

big_tiger
03-04-2007, 09:54 PM
What am I looking for in that pic? I see the Yahoo page with a couple of broken images, but thats it. That isn't always indicative of a browser issue....

BTW, I should have said this before but the ultimate fix is Firefox. ;)


Uhh look at the top, it has the DFWstangs frame. :confused: (SNAKE!)

I also tried FireFox and it made no difference. :mad:

SlowLX
03-05-2007, 10:12 AM
OK IE worked fine for about 1 mintue, then it started to get really slow and wasnt loading up pages correctly. I got this when I went from DFWstangs to Yahoo.com
http://i26.photobucket.com/albums/c138/big_tiger19/IE.jpg

Shit I try and make sure the link works and it wont load it up, lol.
Huh elizabeth hurley got married...

fatty
03-05-2007, 10:22 AM
might want to try opera i use firefox but if thats not working for you either then try out opera.