Hi, I have two WINNT.SIF questions: 1) I have my install fully automated except for the very first screen where it asks what partition I'd like to use etc. I would like to use the defualt always, use the full drive always, and always do a NTFS format. Right now, I have the following code pertaining to this matter, which isn't working: [Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes" What else do I need to do to get this automatic? 2) I would like to automatically set the default users homepage to http://www.google.com/. I grabbed this from a sample winnt.sif file, but it isn't working: Home_Page=http://www.google.com I'm assuming there probably isn't a good way to do this from the winnt.sif file...if so, does anyone know a registry tweak to do this? Remember this is for the default user, not the current user. Thanks!