bosston Posted September 12, 2006 Posted September 12, 2006 What commands do I add to my config file to set up an automatic partition in NTFS?
strotee76 Posted September 12, 2006 Posted September 12, 2006 These are the parts of my WINNT.SIF file that are responsible for automatically partitioning and formatting NTFS (whole disk) during my unattended XP install. (there are more parts to [Data] and [unattended] along with other sections but try adding these to make it do its magic)[Data] AutoPartition = 1 MsDosInitiated ="0" UnattendedInstall="Yes"[unattended] Repartition=Yes UnattendMode=FullUnattended UnattendSwitch="yes" OemSkipEula=Yes OemPreinstall=YesAs you can tell it's a bit ugly (inconsistent with quotes and capitalization) but it works for me. Good luck.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now