-
Notifications
You must be signed in to change notification settings - Fork 1
WUProxy Windows 2000
ExplodingBottle edited this page Feb 22, 2023
·
2 revisions
Configuring Windows 2000 for the use of WUProxy
- Ensure that the Service Pack 3 is installed. If it is not, you can download it here:
[French SP3]
[English SP3]
- Ensure that the Windows Update Client V3.0 is installed. If it is not, you can download it here:
[Windows Update Agent V3.0]
- You must extract the Microsoft Root Certificate Authority. To do this, go download muv3wuredir.cab, which is available here:
[muv3wuredir.cab] - Right click on it, and go to Properties.
- Go to the Digital signatures tab.
- Select the Microsoft Update SHA-1 Certificate and press Details.
- It will now display details about the digital signature, press View certificate.
- Go to the Certification path tab, select Microsoft Root Certificate Authority and press View certificate.
- Go to the Details tab and press Copy into file...
- From here you can save it where you want, the best is to save it in a Network Share so Windows 2000 can access it. (I named it msrca.cer)
Here is the summary of the certificate extraction steps:
- You must gather the extracted certificate and the one coming from the proxy (you can find it in the folder iexpress_installer, itself located in the folder certs which is at the root of the proxy)
- Once you have both of them, you need to put them onto the Windows 2000 machine.
- You need to run MMC.
- Inside of MMC, do Console and Add/Remove Snap-In
- Inside of the window, press Add, choose Certificates and then Add again.
- Check Computer account and then leave all the setting as default.
- Once the Snap-In is opened, go to the tree, expand Certificates (local computer), then Trusted Root Certification Authorities.
- You can right click on it, and press Import, choose one of the certificates.
- Press next, and be sure to leave unchecked Automatically select certificate store.
- Once it is done, ensure that your certificate appear.
- Repeat the steps from 18 until 20 for the other certificate.
- You now need to setup proxy settings. Go to the Control Panel and select Internet Settings.
- Choose tab Connections and then LAN settings.
- Check Use a proxy server.
- 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)
- Don't forget to apply your changes.
- Open regedit.
- Navigate to HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Connections and open the binary value called DefaultConnectionSettings. Copy its content.
- Now navigate to HKLM\Software\Microsoft\Windows\CurrentVersion\Internet Settings
- If not existing, you will have to create the Connections key.
- Now create the binary value WinHttpSettings, and paste the content copied earlier.
- Once this is done, you need to restart Windows 2000.
- You can finally launch the proxy by using the starttool.bat file.
- After the proxy is launched, you should have something like that:
- You can finally launch Windows Update in Windows 2000. It should work like a charm !
Some screenshots of Windows Update under Windows 2000
Windows Update is welcoming you, asking you to install the updates !
Windows Update is saying that you must install mandatory updates before updating Windows...
Windows Update is saying that updates were detected in background ! This is incredible in 2023 !
Windows Update lets you choose the different updates from the website.
Windows Update is downloading all the requested updates.
\
This page belongs to the JMagicProxy wiki.