|
注:这个方法我没有试过,仅供参考,有试用者说明一下测试的结果。
使XP啟動光盤安裝時自動輸入序號方法
如何使XP啟動光盤安裝時自動輸入序號 > 有方法
要使XP啟動光盤安裝時自動輸入序號,方法如下:
Windows XP CD 開機磁區映像檔
檔名:wxpboot.bin
網址:http://home.pchome.com.tw/myhome/dmqbtg982/wxpboot.bin
大小: 2KB
『燒錄 Windows XP 教學』:
http://home.kimo.com.tw/windowsxpxp/
將下列文字存成 『 Winnt.sif 』 置放於 i386 目錄底下
(ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxx改成你手上XP版本序號)
燒成光盤,以後用光盤開機裝XP就不必輸序號:
[UserData]
ProductKey=FCKGW-RHQQ2-YXRKT-8TG6W-2B7Q8
FullName="Your Name"
OrgName="Workgroup"
ComputerName=P3
[Data]
AutoPartition=0
MSDosInitiated=0
UnattendedInstall=no
[Unattended]
UnattendMode=FullUnattended
Hibernation=0
OemPreinstall=No
OemSkipEula=no
CrashDumpSetting=0
DisableDynamicUpdates=no
UnattendSwitch=no
Filesystem =LeaveAlone
[GuiUnattended]
; Sets the Timezone (Taipei)
; Sets the Admin Password to NULL
; Turn AutoLogon ON and login once
TimeZone="220"
admin passwordword=""
AutoLogon = Yes
AutoLogonCount = 1
==============================
有一行往沒加進去:這可以讓你指定主安裝系統目錄
[Unattended]
TargetPath=Windows
說明:沒這一行的默認目錄是Windows 高興的話你可改成
TargetPath=Winnt
[GuiUnattended]
; Sets the Timezone (Taipei)
; Sets the Admin Password to NULL
; Turn AutoLogon ON and login once
TimeZone="220" (台北時區"220" 大陸時區"210") |
|