Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
; ---------------------------------------------------------------------- ; baseaf.txt ; ; This file has the minimum number of sections required for unattended ; install of Windows. This file does not have any Networking sections. ; If you use this file alone, networking will not be installed. ; Please use this file in combination with other sample answerfiles ; found in the same directory. ; [Unattended] TargetPath = winnt FileSystem = LeaveAlone
[UserData] FullName = "User Name" OrgName = "Microsoft" ComputerName = OEM_Computer
[Display] BitsPerPel = 8 Xresolution = 640 Yresolution = 480 Vrefresh = 60
[Identification] JoinDomain=MyDomain CreateComputerAccountInDomain=Yes DomainAdmin=MyDomainAdmin DomainAdminPassword=MyDomainAdminPassword
|