Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > fixed my 80072efd - bug in proxycfg

Reply
Thread Tools Display Modes

fixed my 80072efd - bug in proxycfg

 
 
Greg D
Guest
Posts: n/a

 
      02-12-2005
Short version - there's a bug in proxycfg, where it will output "Direct
access - no proxy server" but in actuality a proxy server is used by windows
update. The way around it is to run "proxycfg -d" even if it already says no
proxy server is in use.

Long version - my automatic updates and manual updates stopped working after
installing XP SP2. I have a DSL router/firewall so had no need to change any
software firewall rules. I followed all the suggestions in this group and in
the KB articles, including adding trusted sites to IE, checking the hosts
file, etc ad infinitum. None of that helped.

Today I decided to debug it myself, using ethereal, active ports, and
regedit. I saw that as soon as I clicked on "install updates" that the
system was trying to access an OLD proxy that had been configured in IE
several years ago (for use with a VPN) and was now disabled. It was grayed
out in the IE settings menu. Even after I enabled the proxy, put a bogus
proxy name in, then disabled it again, the system was still using the old
address. A search for the string in regedit and in all files on the system
found no matches.

Using proxycfg told me that there was no proxy active. However, thankfully
proxycfg also tells you where it is looking in the registry. I went there
with regedit and found that the setting is a binary value (thus search
wouldn't find the proxy server name as a string). Mine had mostly zeros in
the first 20 bytes or so, but then the old proxy server name was in there at
the end! I ran "proxycfg -d" and then rechecked the registry, and only the
"18" and then mostly zeros was there. I reran Windows Update and it worked!

Moral of the story: don't trust proxycfg to tell you the truth! Run
"proxycfg -d" to make sure you don't have a proxy if you didn't intend to.

Greg

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows XP, SP2, 80072EFD Morten Bjørn Windows Update 1 02-04-2005 03:20 PM
Error Code: 80072EFD - again... S. Zimmelman Windows Update 7 01-05-2005 03:03 PM
Cannot find proxycfg.exe bb00200 Windows Update 4 12-07-2004 11:00 PM
Error code 8024401B - "proxycfg -u" fixed it Steve@NFC Windows Update 0 10-18-2004 01:35 PM
SP2 Error 80072EFD DonHealey Windows Update 3 09-03-2004 11:42 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59