Skip to content

WUProxy Windows XP

ExplodingBottle edited this page Aug 29, 2023 · 10 revisions

Configuring Windows XP for the use of WUProxy


Note: I am using Windows POSReady 2009 in evaluation mode, but the steps also works under Windows XP or Windows Server 2003.

  1. You can install the Windows Update Client V3.0 if your current client is too old. You can download it here:
    [Windows Update Agent V3.0]
    [Windows Update Agent V3.0 (X64)]
    [Windows Update Agent V3.0 (IA64)]
    Windows Update Agent V3.0 Installation
  2. Gather the certificate of the proxy which can be found in the folder iexpress_installer, itself located in the folder certs which is at the root of the proxy.
  3. You need to run MMC.
  4. Inside of MMC, do Console and Add/Remove Snap-In
  5. Inside of the window, press Add, choose Certificates and then Add again.
  6. Check Computer account and then leave all the setting as default.
    Adding Certificates Snap-In in MMC Console
  7. Once the Snap-In is opened, go to the tree, expand Certificates (local computer), then Trusted Root Certification Authorities.
  8. You can right click on it, and press Import, choose one of the certificates. Importing certificate, first page
  9. Press next, and be sure to leave unchecked Automatically select certificate store.
    Importing certificate into the Trusted Root Certification Authorities
  10. Once it is done, ensure that your certificate appear.
    Certificate appearing
  11. You now need to setup proxy settings. Open Internet Explorer, go to Tools and Internet Options.
  12. Choose tab Connections and then LAN settings.
  13. Check Use a proxy server.
  14. Go to the Advanced proxy settings, and fill the blanks for HTTP and HTTPS (the port used by the Proxy, if unchanged, is 8087, for the IP, use the IP which hosts the proxy)
    Configuring proxy
  15. Don't forget to apply your changes.
    Note: Steps 16-21 are here because they are valid in any cases. If your computer contains proxycfg, prefer using it rather than the registry method.
    With proxycfg, you should only do: proxycfg -p "http=192.168.0.65:8087 https=192.168.0.65:8087" (don't forget to replace the IP by the proxy IP)
  16. Open regedit.
  17. Navigate to HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Connections and open the binary value called DefaultConnectionSettings. Copy its content.
    Copying content of the local account settings
  18. Now navigate to HKLM\Software\Microsoft\Windows\CurrentVersion\Internet Settings
  19. If not existing, you will have to create the Connections key.
  20. Now create the binary value WinHttpSettings, and paste the content copied earlier.
    Copying content to the system settings
  21. Once this is done, you need to restart Windows XP.

Some screenshots of Windows Update under Windows POSReady 2009.

Windows Update is saying that you must install some things before!
Windows Update Updates required
Windows Update is downloading the required up-to-date components...
Windows Update Updating
Windows Update is welcoming you !
Windows Update Welcome
Windows Update is searching for some updates...
Windows Update searching for updates
Windows Update has found updates !
Windows Update Updates Found
Windows Update has found hardware updates !
Windows Update Hardware Updates Found
Windows Update is downloading found updates...
Windows Update downloading
Windows Update has installed updates and is waiting for you to reboot.
Windows Update must reboot your computer

Clone this wiki locally