vbussiro Posted April 23, 2004 Posted April 23, 2004 Is there a way to convert all the partitions to ntfs instead of only the system one ?I tried convert in runonceex, but it's not silent...
wwwmario Posted April 23, 2004 Posted April 23, 2004 Hi vbussiro,yes there is.I suppose you're using inf to control the conversion so you can put something like this:HKLM,"System\CurCtrlSet\Ctrl\Session Manager","BootExecute",0x00010000,"autcheck autoconv \\??\C: /FS:NTFS /CVTAREA:xxx.xx","autcheck autoconv \\??\D: /FS:NTFS /CVTAREA:xxx.xx"Since I work with unattended network installs, I use the oformat.com and cvtarea.exe tools to optimize NTFS conversion, but if you don't you can safely omit the "/CVTAREA" switch.I run this at the T-13 mark so after setup completes and reboots the systemthe conversion takes place.Hope it helps/Mario
wwwmario Posted April 23, 2004 Posted April 23, 2004 ...obviously "CurCtrlSet\Ctrl" is to be read "CurrentControlSet\Control"..../M
vbussiro Posted April 23, 2004 Author Posted April 23, 2004 I'm not using inf... could you translate (I use the Aaron's unattend guide) for my runonceex.cmd ?
Ausmith1 Posted April 24, 2004 Posted April 24, 2004 Use Microsoft's DiskPart toolSee:http://www.microsoft.com/windows2000/techi.../diskpart-o.aspandhttp://support.microsoft.com/default.aspx?kbid=300415
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