Jump to content

ldhertert

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by ldhertert

  1. the branding part might help for the homepage - we'll see. But I already had all those other lines in my SIF file, so i don't think that that can fix the problem. Here's my whole SIF file: [Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes" [Unattended] UnattendMode=FullUnattended Repartition=Yes OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS WaitForReboot="No" [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=35 OemSkipWelcome=1 [UserData] ProductKey=* FullName=* OrgName=* ComputerName=BUILDCOMPUTER [Display] Xresolution=1024 YResolution=768 [Identification] JoinDomain=* DomainAdmin=* DomainAdminPassword=* [Networking] InstallDefaultComponents=Yes [URL] Home_Page=http://www.google.com [Components] msmsgs=off msnexplr=off freecell=off hearts=off minesweeper=off pinball=off solitaire=off spider=off zonegames=off
  2. 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!
×
×
  • Create New...