
max-h
MemberContent Type
Profiles
Forums
Events
Everything posted by max-h
-
I see. I have the same problem on mine. I had to extended the partitions when i started to download the updates of office 2010, more than 5 GB (superseded and SP2 excluded) ! I think this is because a lot of updates include other languages (seen in file information) even though I only configured it to download English and French... Good news
-
Yep Just need to install Windows installer 3.1 first : https://www.microsoft.com/fr-fr/download/details.aspx?id=25 And yes the SP1 in French displaying WSUS. I tested upgrade SP2 > SP3 and in this case, Windows server update service still displayed. But not if i directly install from SP3 iso, weird.
-
Apparently, it only appears on the French version. Corporate SUS server was the old name of WSUS. Maybe some system files were not upgraded correctly, which would also explain the systematic failure of the offline scan. I will try an English XP SP1 to see if the corporate SUS server also appears and do a manual upgrade to SP3.
-
Did you insist? For me when I installed it in one of my VMs it fails many time too (maybe ten before displaying updates...) I know it's annoying but I can't do much more... HTTP implementation is buggy. You can try to install it on your PC directly (or on an another machine of your LAN) maybe you will be luckier. I also suspect it of not liking the connection through the whole internet. For me, the server is on another internet access but with the same provider.
-
New method found ! Thanks to abbodi1406 https://forums.mydigitallife.net/threads/restore-windows-update-for-windows-xp-server-2003.82538/page-3#post-1628508 /!\ Restricted to french IPs Or if your're lazy, you can use my proxy that I have made available to everyone : http://wsus.update-old-wins.fr.nf It should be specified in gpedit.msc : Computer configuration > Administrative templates > Windows components > Windows update > Specify intranet Microsoft update service location, and enter in the two fields : http://wsus.update-old-wins.fr.nf/? In this case a simple update of WUA to 7.4.7600.226 or 7.6.7600.256 is required. This proxy also restore the updates for Windows 2000! It just need two requirements : -double update of WUA : http://download.windowsupdate.com/v7/windowsupdate/redist/standalone/WindowsUpdateAgent30-x86.exe http://download.windowsupdate.com/windowsupdate/redist/standalone/7.4.7600.226/windowsupdateagent30-x86.exe -Root certificates : http://download.windowsupdate.com/msdownload/update/v3-19990518/cabpool/rootsupd_a153023b66d29034420aa227ccc2164cff75229e.exe You should also add the Specify intranet Microsoft update service location GPO in gpedit, for this : right click on Adminisitrative template : Add/remove template > add wuau.adm The Windows update section should be appear in the list. Finally, scan with WUMT.
-
I don't know. Yep, no need to hack something. Oops... october, yes. Probably. For the deletion of updates, impossible to say. But download them quickly as possible, or use WSUS Server like me. Tutorial for windows server 2019 : https://www.prajwaldesai.com/install-configure-wsus-on-windows-server-2019/ But it works also on 2008R2 2012 and 2016 of course.
-
I see no one mentioned it, but WU is down again (since friday november 30) and for good this time. MS restricted to TLS 1.2 and cipher TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 which is not supported by XP SP3. Abbodi on MDL finded an ultime solution with a proxy to upgrade TLS connection (the proxy connect to WU with TLS 1.2 and responding to XP with TLS1) but for me (and other members), it's not working... I get error 0x80072EFE like a direct connection.
-
Installing Windows XP updates in 2020 to non english Windows XP
max-h replied to Mr.Scienceman2000's topic in Windows XP
To install the updates i use this command in a batch file inside the folder : FOR %%a IN (*.exe) DO %%a /quiet /norestart And to know when to restart, I test. But that was when WU was still available (it was re-proposing the update). Otherwise, start by installing the oldest ones and restart when a small number are installed.