|
|
| John Wilson 2002-10-17, 5:28 am |
| I have created a unattended.txt but I want to only have it install a 2 gig partition on the drive & format it as NTFS
Where on the text file do I specify this?? | |
|
| In the Unattended section of the file your going to want use:
FileSystem = ConvertNTFS
ExtendOemPartition = 0 | |
| John Wilson 2002-10-17, 7:54 am |
| How do I specify 2Gig? | |
| denis_baribeau 2002-10-17, 8:21 am |
| ExtendOemPartition = 0 (do not extend)
ExtendOemPartition = 1 (extend to the end of the disk)
ExtendOemPartition = number_in_megabytes (extend the volume this many megabytes in size)
http://support.microsoft.com/defaul...;EN-US;Q240126& |
|
|
|