XP的更新還真的是越來越難搞... - Windows

Table of Contents

最近幾天,也是為了XP重新安裝在vbox弄了很久
以下是我整理出來的清單和流程,重覆驗證過兩次

downloaded=pre_download() # download IE8 installation and KB-files.

if downloaded && still_love_XP:
install("Windows XP SP3")
install("install IE8-WindowsXP-x86-CHT.exe")
install("IE8-WindowsXP-KB2888505-x86-CHT.exe")
install("WindowsUpdateAgent30-x86.exe")
install("WindowsXP-KB905474-ENU-x86.exe") #WGA
install("WindowsXP-KB898461-x86-CHT.exe") #option: for speedup WU

try:
start("Windows_Update")
except:
print "WTF Micro$oft!!"

print "Good luck"

--

All Comments