Husband's laptop automatically updated June 13th. Now IE 7 cannot go to any
web page (XP SP2). Did the troubleshooting recommended-can get to web pages
in safe mode with networking. Disabled all services, and lost all wireless
networking information, so no luck testing whether services were conflicting.
Tried to do system restore to pre-update, but Windows would not allow.
Turned off Kaspersky firewall, now using Windows firewall. Still no luck,
even when no firewall is being used. Had same issue with my computer, but
had found something about changing registry keys concerning DNS cache-can't
find that particular article anymore. any help would be appreciated.
PA Bear [MS MVP] - 14 Jun 2008 17:26 GMT
Error message after you install a Windows Internet Explorer 7 update from
Windows Update or from Microsoft Update: "Webpage cannot be displayed":
http://support.microsoft.com/kb/942818
If tweaking your third-party firewall's settings don't help, try the
following:
1. Disable your anti-virus application, all Norton Add-ons (if any), any
real-time protection provided by an anti-spyware application (except for
Windows Defender; includes Spybot Tea Timer, SpySweeper Guards, AVG AS
guard.exe, etc.), disable any third-party firewall AND THEN enable the
Windows Firewall.
NB: You're "working without a net" now: Don't to ANYTHING else online (e.g.,
browsing; reading email; chatting) except #4 below until your anti-virus
application has been re-enabled! If you're running ZA Free firewall, you
may need to uninstall it instead of disabling it.
2. Uninstall "Security Update for Windows Internet Explorer 7 (KB950579)"
via Add/Remove Programs (make sure Show Updates box is checked at top right)
and reboot.
3. Re-do #1 above.
4. Go to http://windowsupdate.microsoft.com and install any Critical Updates
offered. If a Root Certificates update is listed in the Optional Updates
category, install it to take full advantage of IE7's enhanced security.
5. Reboot > Make sure everything in #1 above is enabled again and, if
applicable, disable the Windows Firewall and enable (or reinstall) your
third-party firewall.
=====================================
For home users, no-charge support is available by calling 1-866-PCSAFETY in
the United States and in Canada or by contacting your local Microsoft
subsidiary. There is no-charge for support calls that are associated with
security updates. When you call, clearly state that your problem is related
to a Security Update and cite the update's KB number (e.g., KB123456).
LOOK! => If your problem relates to a Cumulative Security Update for IE,
call the above number and ask to be transferred to the Consumer IE7 queue
(which is 47830).
For more information about how to contact your local Microsoft subsidiary
for security update support issues, visit the International Support Web
site: http://support.microsoft.com/common/international.aspx
For enterprise customers, support for security updates is available through
your usual support contacts.
Start a free Windows Update support incident request:
https://support.microsoft.com/oas/default.aspx?gprid=6527
Support for Windows Update:
http://support.microsoft.com/gp/wusupport

Signature
~Robear Dyer (PA Bear)
MS MVP-IE, Mail, Security, Windows Desktop Experience - since 2002
AumHa VSOP & Admin http://aumha.net
DTS-L http://dts-l.net/
> Husband's laptop automatically updated June 13th. Now IE 7 cannot go to
> any
[quoted text clipped - 10 lines]
> DNS cache-can't find that particular article anymore. any help would be
> appreciated.
mary - 14 Jun 2008 20:20 GMT
Thanks, but didn't work. All third party services disabled, all add-ons
disabled, most start-up items disabled. No A/v or firewall running (although
it didn't work with only MS firewall running either). What else?
> Error message after you install a Windows Internet Explorer 7 update from
> Windows Update or from Microsoft Update: "Webpage cannot be displayed":
[quoted text clipped - 66 lines]
> > DNS cache-can't find that particular article anymore. any help would be
> > appreciated.
PA Bear [MS MVP] - 14 Jun 2008 20:22 GMT
Repost:
> For home users, no-charge support is available by calling 1-866-PCSAFETY
> in
[quoted text clipped - 21 lines]
> Support for Windows Update:
> http://support.microsoft.com/gp/wusupport
> Thanks, but didn't work. All third party services disabled, all add-ons
> disabled, most start-up items disabled. No A/v or firewall running
[quoted text clipped - 85 lines]
>>> be
>>> appreciated.
mary - 15 Jun 2008 23:15 GMT
Thanks, I did call them-was escalated to a systems engineer.
Upshot-completely uninstall A/V, after which no success connecting, let
computer sit overnight, reboot a dozen times, and another "sweet mystery of
life", it all works fine, even with the update re-installed.
> Repost:
> > For home users, no-charge support is available by calling 1-866-PCSAFETY
[quoted text clipped - 112 lines]
> >>> be
> >>> appreciated.
Frank Saunders MS-MVP IE,OE/WM - 15 Jun 2008 16:12 GMT
> Thanks, but didn't work. All third party services disabled, all add-ons
> disabled, most start-up items disabled. No A/v or firewall running
> (although
> it didn't work with only MS firewall running either). What else?
Did you re-install the update with that stuff turned off?

Signature
Frank Saunders MS-MVP IE,OE/WM
Do not reply with email
Robert Aldwinckle - 14 Jun 2008 21:05 GMT
> Husband's laptop automatically updated June 13th. Now IE 7 cannot go to any
> web page (XP SP2). Did the troubleshooting recommended-
> can get to web pages in safe mode with networking.
Then that means that you have something running normally which
is blocking IE's connectivity. You could use Task Manager's Processes
tab each time and compare what is running normally that isn't running
in safe mode; however there are better tools to use to try to identify
the problem task.
E.g. issue tasklist (in a cmd window) in each case. If you don't
have tasklist you could get a similar effect from
msinfo32.exe /category SWEnvRunningTasks
I'm suggesting you try either of those instead of Task Manager's Processes tab
simply because they allow you to capture the running tasks and thus will make
a comparison of the two cases easier. Process Explorer if you have that could
also be used to capture such a list.
> Disabled all services, and lost all wireless networking information,
> so no luck testing whether services were conflicting.
So, you have to be a bit more discriminating in your diagnosis... ; )
> Tried to do system restore to pre-update, but Windows would not allow.
> Turned off Kaspersky firewall, now using Windows firewall. Still no luck,
> even when no firewall is being used. Had same issue with my computer, but
> had found something about changing registry keys concerning DNS cache-can't
> find that particular article anymore. any help would be appreciated.
Oh. You mean something took over your DNS adddresses and hardcoded them?
That could be a sign of a malware infection...
In any case, while you are in a cmd window enter:
ipconfig /all
and see which addresses you both have under the DNS servers line
for the active connection.
You could also use nslookup to see if each will do a reverse lookup
of the other. E.g. if from the ipconfig output you saw:
<ipconfig>
DNS Servers . . . . . . . . . . . : aaa.bbb.ccc
ddd.eee.fff
</ipconfig>
then you would enter:
nslookup aaa.bbb.ccc ddd.eee.fff
or
nslookup ddd.eee.fff aaa.bbb.ccc
I suspect you will see that you both have dramatically different
DNS addrresses and that accounts for one not working correctly.
HTH
Robert Aldwinckle
---