幾年前從特別管道取得Microsoft Windows XP Professional Corporate Edition - v5.1 Build 2600[2001年版],現在都是用nLite來整合SP2和後續更新檔製作自己的XP Pre-SP3
但最近才想到I386底下的UNATTEND文件事不是一開始就有,就對比了原版和整合了SP2的UNATTEND文件:
========原版========
; Microsoft Windows Codename Whistler Personal, Professional, Server, Advanced Server and Datacenter
; (c) 1994 - 2000 Microsoft Corporation. All rights reserved.
;
; Sample Unattended Setup Answer File
;
; This file contains information about how to automate the installation
; or upgrade of Windows Codename Whistler so the
; Setup program runs without requiring user input.
;
[Unattended]
Unattendmode = FullUnattended
OemPreinstall = NO
TargetPath = *
Filesystem = LeaveAlone
[UserData]
FullName = "Your User Name"
OrgName = "Your Organization Name"
ComputerName = *
ProductKey= "JJWKH-7M9R8-26VM4-FX8CC-GDPD8"
[GuiUnattended]
; Sets the Timezone to the Pacific Northwest
; Sets the Admin Password to NULL
; Turn AutoLogon ON and login once
TimeZone = "004"
AdminPassword = *
AutoLogon = Yes
AutoLogonCount = 1
[LicenseFilePrintData]
; For Server installs
AutoMode = "PerServer"
AutoUsers = "5"
[GuiRunOnce]
; List the programs that you want to lauch when the machine is logged into for the first time
[Display]
BitsPerPel = 8
XResolution = 800
YResolution = 600
VRefresh = 70
[Networking]
[Identification]
JoinWorkgroup = Workgroup
=========整合SP2後...===========
; Microsoft Windows
; (c) 1994 - 2001 Microsoft Corporation. All rights reserved.
;
; Sample Unattended Setup Answer File
;
; This file contains information about how to automate the installation
; or upgrade of Windows so the Setup program runs without requiring
; user input. You can find more information in the ref.chm found at
; CD:\support\tools\deploy.cab
;
[Unattended]
Unattendmode = FullUnattended
OemPreinstall = NO
TargetPath = *
Filesystem = LeaveAlone
[GuiUnattended]
; Sets the Timezone to the Pacific Northwest
; Sets the Admin Password to NULL
; Turn AutoLogon ON and login once
TimeZone = "004"
AdminPassword = *
AutoLogon = Yes
AutoLogonCount = 1
[LicenseFilePrintData]
; For Server installs
AutoMode = "PerServer"
AutoUsers = "5"
[GuiRunOnce]
; List the programs that you want to lauch when the machine is logged into for the first time
[Display]
BitsPerPel = 16
XResolution = 800
YResolution = 600
VRefresh = 70
[Networking]
[Identification]
JoinWorkgroup = Workgroup
[UserData]
FullName = "Your User Name"
OrgName = "Your Organization Name"
ComputerName = *
ProductKey = "CD87T-HFP4C-V7X7H-8VY68-W7D7M"
========
我知道這只是Sample
但是M$都提供了序號?[即使現在網路上都可以查到]
當初發布時都有拿來使用嗎?
這是裡面附的圖檔[著名的FCKGW序號]
