September 29, 200619 yr Many of our xp machines were deployed with FAT32 and should have been NTFS. Does anyone have a script that utilizes convert.exe to convert to NTFS silently? All the PC’s effected have the same Hard drive label of IBM_preload. Any help would be greatly appreciated.Thanks
October 8, 200619 yr Toss the following code into a batch file called "hdconvert.bat" and run it on the affected computers. That should do the trick.@echo offconvert %systemdrive% /FS:NTFS
October 8, 200619 yr It may still ask for the label though, in which case you could doconvert IBM_preload /fs:ntfsBut I'm not entirely sure. Verification welcome.
Create an account or sign in to comment