javierjuarez Posted August 13, 2008 Posted August 13, 2008 I've used the winnt.sif many times in VLK and OEM product install, but if I had different machine with different key, how can I have the unattended autoname my PCs and key promt, and the rest common.winnt.txt
Martin H Posted August 13, 2008 Posted August 13, 2008 (edited) In winnt.sif then set:[Unattended] UnattendMode=DefaultHide(or delete the 'UnattendedMode' entry completely, as 'DefaultHide' is the default behaviour, when the 'UnattendedMode' entry is missing...)And delete the following :[UserData] ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXXThen if you want to get prompted for the computer name, then delete the following :[UserData] ComputerName=whatever Or, if you want to get an auto-generated computer name, then add the following :[UserData] ComputerName=* Edited August 14, 2008 by Martin H
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now