Posts

Showing posts with the label Windows update

Building a Windows XP machine after its EOL

Reimage the machine with a Windows XP CD. Install Service Pack 2 and then Service Pack 3. If you wish to change the system language, it is a good chance to do it. See below: http://tylau0.blogspot.com/2017/05/download-location-of-essential-windows.html http://tylau0.blogspot.com/2017/05/change-windows-xp-language.html To maintain updates from Microsoft, you may change the system to POSReady2009. See below: http://tylau0.blogspot.com/2017/05/turn-windows-xp-to-windows-posready2009.html If the update KB2686509 fails to get installed, download the patch corresponding to Windows XP from the following site and install it manually. http://www.catalog.update.microsoft.com/Search.aspx?q=KB2686509

Download location of Essential Windows XP updates after EOL

For English version of SP2 and SP3, try out http://www.catalog.update.microsoft.com. Look up "Windows XP Service Pack 2" and "Windows XP Service Park 3". If you need IE8 for Windows XP, try out the following: http://go.microsoft.com/fwlink/?linkid=261544 For Traditional Chinese SP2 and SP3, look at the following locations: http://ftp.dyu.edu.tw/pub/ WindowsXP-KB835935-SP2-CHT. exe.html http://ftp.dyu.edu.tw/pub/ WindowsXP-KB936929-SP3-x86- CHT.exe.html

Turn Windows XP to Windows POSReady2009

Log in your computer with an account with admin right. Create a file called conversion.reg with the following content in your local computer. Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\WindowsEmbedded\ProductVersion] "FeaturePackVersion"="SP3" [HKEY_LOCAL_MACHINE\SYSTEM\WPA\WEPOS] "Installed"=dword:00000000 [HKEY_LOCAL_MACHINE\SYSTEM\WPA\WES] "Installed"=dword:00000000 [HKEY_LOCAL_MACHINE\SYSTEM\WPA\PosReady] "Installed"=dword:00000001 Then double click on the file to apply the registry change. Reboot your machine. Soon your Windows XP machine will receive updates. Reference