|
|
[求助]万能xp ghost 恢复时sysprep.inf不起作用的问题
假设你在做封装时sysprep在c:\sysprep目录下,那么,sysprep.inf也一定要放在c:\sysprep目录下,而且,你在确认你的sysprep.inf文件中有这么一段:
[UserData]
ProductKey=DG8FV-B9TKY-FRT9J-6CRCC-XPQ4G
注意:上面的ProductKey=后面应该是你的XP的CD-KEY。
一般来说完整的sysprep.inf文件内容如下:
;SetupMgrTag
[Unattended]
OemSkipEula=Yes
InstallFilesPath=C:\sysprep\i386
[GuiUnattended]
AdminPassword=*
EncryptedAdminPassword=NO
OEMSkipRegional=1
OEMDuplicatorstring="Legend V66"
TimeZone=210
OemSkipWelcome=1
[UserData]
ProductKey=DG8FV-B9TKY-FRT9J-6CRCC-XPQ4G
FullName="Climbing"
OrgName="Climbing"
ComputerName=*
[TapiLocation]
CountryCode=86
Dialing=Tone
AreaCode=0312
[RegionalSettings]
LanguageGroup=10
Language=00000804
[SetupMgr]
DistFolder=C:\sysprep\i386
DistShare=windist
[Identification]
JoinWorkgroup=Climbing
[Networking]
InstallDefaultComponents=Yes |
|