2011年8月5日 星期五

利用應答文件來自動化sysprep設定

在使用sysprep封裝後,在每次開機總是會詢問一系列的系統設定,
今日要介紹一個利用應答文件來自動化這個部份,
可利用sysprep.inf來製作自動應答文件,sysprep.inf 你可自行修改來用.
可利用記事本工具將下列copy 並儲存成sysprep.inf檔,存放於sysprep.exe 工具相同目錄之中.

 

[Unattended]
OemSkipEula=Yes

[GuiUnattended]
AdminPassword=*
EncryptedAdminPassword=No
OEMSkipRegional=1
OEMSkipWelcome=1

[UserData]
ProductKey="" //請輸入貴公司的序號
FullName=
OrgName=
ComputerName=*

[Networking]
InstallDefaultComponents=Yes

[Identification]
JoinWorkgroup=WORKGROUP

   

沒有留言:

張貼留言