Skip to content

WUProxy Windows Vista

ExplodingBottle edited this page Aug 29, 2023 · 4 revisions

Configuring Windows Vista for the use of WUProxy


Note: You don't need to install the latest Windows Update agent, it will automatically be installed.

  1. 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. NOTE: You can jump to step 10 if you plan instead to use wupdcerts_installer.exe.
  2. You need to run MMC.
  3. Inside of MMC, do Console and Add/Remove Snap-In
  4. Select Certificates and press Add.
  5. Check Computer account and then leave all the setting as default.
    Adding Certificates Snap-In in MMC Console
  6. Once the Snap-In is opened, go to the tree, expand Certificates (local computer), then Trusted Root Certification Authorities.
  7. You can right click on it, and press Import, choose one of the certificates. Importing certificate, first page
  8. Press next, and be sure to leave unchecked Automatically select certificate store.
    Importing certificate into the Trusted Root Certification Authorities
  9. Once it is done, ensure that your certificate appear.
    Certificate appearing
  10. You now need to setup proxy settings. Open Internet Explorer, go to Tools and Internet Options.
  11. Choose tab Connections and then LAN settings.
  12. Check Use a proxy server.
  13. 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
  14. Don't forget to apply your changes.
  15. In an administrator command prompt, run the following (don't forget to change the IP): netsh winhttp set proxy proxy-server="http=192.168.0.65:8087;https=192.168.0.65:8087"
    Configuring proxy (netsh)
  16. Once this is done, you can restart your computer.

Some screenshots of Windows Update under Windows Vista. Windows Update is saying that you haven't searched for updates yet !
Windows Update need to search !
Windows Update is searching for updates !
Windows Update is searching...
Windows Update Agent is now up-to-date !
Windows Update Agent up-to-date
Windows Update has found a lot of updates !
Windows Update - Updates Found !
Windows Update is downloading updates...
Windows Update is downloading updates

Clone this wiki locally