|
如何Windows xp免序号安装
下面是联想的安装脚本,保存为 winnt.sif 到 i386 目录下,如果是多和一,还要保存到个启动目录下。修改 key 为你想要的。
;This is the Unattended installation file
;Target Path should be new directory
;Adminpassword is blank.
;LEGEND (Beijing) Limited, Feb 12, 2003
[Data]
Autopartition=0
MsDosInitiated="0"
UnattendedInstall="Yes"
[Unattended]
Unattendmode = FullUnattended
OemPreinstall = Yes
TargetPath = \Windows
OemSkipEula = YES
FactoryMode = NO
[UserData]
ProductID=FCDGH-QW3DJ-VBC6C-9BYTX-4GKQJ
[GuiUnattended]
TimeZone = "210"
AutoLogon = No
OEMSkipRegional = 1
OEMSkipWelcome = 1
[LicenseFilePrintData]
AutoMode = "PerServer"
AutoUsers = "5"
[Display]
BitsPerPel = 16
XResolution = 800
YResolution = 600
VRefresh = 75
[Shell]
CustomDefaultThemeFile = "%WinDir%\Resources\Themes\Lenovo.theme"
[TapiLocation]
CountryCode=86 |
|