drive Posted September 29, 2006 Posted September 29, 2006 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
Zxian Posted October 8, 2006 Posted October 8, 2006 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
Tarun Posted October 8, 2006 Posted October 8, 2006 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.
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