Shahram Posted August 3, 2006 Posted August 3, 2006 I am trying to make an unattended Windows installation, But I would also like if I needed to use Recovery Consol from the CD,But it always seems to bypass that , is there anyways for that to work,I need a quick answer if possible,Here is my WINNT.SIF, so you would know what I want to do.[Data]MsDosInitiated = "No"Autopartition = 0UnattendedInstall = "Yes"[Unattended]OemPnPDriversPath = "****"NonDriverSigningPolicy = "Ignore"DriverSigningPolicy = "Ignore"OemPreinstall = "Yes"UnattendMode = ReadOnlyUnattendSwitch = "Yes"OemSkipEula = "Yes"FileSystem = *WaitForReboot = "No"NoWaitAfterTextMode = 1NoWaitAfterGUIMode = 1[SystemRestore]DisableSR = 1CreateFirstRunRp = 0MaximumDataStorePercentOfDisk = 0[SystemFileProtection]SFCQuota = 0[GuiUnattended]AdminPassword=*EncryptedAdminPassword=NOAutoLogon = "Yes"TimeZone = 095OEMSkipRegional = 1OemSkipWelcome = 1[Components]msnexplr=offzonegames=off[UserData]ProductKey = "***"FullName="Username"OrgName="Company"ComputerName=HOME[RegionalSettings]LanguageGroup = 13,17,3,2,5,16,4,12,15,7,8,10,11,9,6,14,1[Networking]InstallDefaultComponents = "Yes"[Display]XResolution = 1024YResolution = 768[Identification]JoinWorkgroup = "WORKGROUP"[GUIRunOnce]command9="%SystemDrive%\fnsh_log.cmd""%SystemRoot%\WPI\WPI.EXE"Thanx
Br4tt3 Posted August 3, 2006 Posted August 3, 2006 Hi!Looking at ur winnt.sif file, u invoke the [GuiRunOnce] section and immediately run "Command9"? What happend to the 8 others? also, the Recovery Console can be added from just the [GuiRunOnce] section by running the Winnt32.exe /cmdcons command which will install it onto the comp. Either that or add into the WPI thing u got going in there!Cheers.
Shahram Posted August 3, 2006 Author Posted August 3, 2006 Command 9 was added automatically added by Driver Pack Integration, I didn't change it, But it should not cause any porblems,I know about "Winnt32.exe /cmdcons",As you know, an attended installation of windows before partitioning the drive will ask you if you want to use the recovery consol instead (pressing R...),That is what I am interested to have (if possible), so the CD could be used for recovery only when needed.
Kelsenellenelvian Posted August 3, 2006 Posted August 3, 2006 If I remember correctly you can achieve this by pressing f10 when it first begins the boot from CD proccess to get to the recovery console while using a unattended disk..
Shahram Posted August 3, 2006 Author Posted August 3, 2006 thanks ,F10 certianly works, eventhough there is tip about it,
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