Topic: Keeping The "Repair" Option In Windows Setup
When you slipstream driverpacks, it will put the following in WINNT.SIF ...
[Data]
MsDosInitiated=No
[Unattended]
OemPreinstall=Yes
[GuiRunOnce]
command9="%SystemDrive%\DPsFnshr.exe"
Can I remove the "MsDosInitiated=No" part?
Can I remove the "OemPreinstall=Yes" (this stops you accessing the "Repair" option when running Windows setup)
Can I remove the "command9="%SystemDrive%\DPsFnshr.exe" if I put this command in a file that runs on first login?
-------------------------------------------------------------------------------------------------------------------
[Unattended]
OemPreinstall=Yes
When this is in WINNT.SIF, it tells it to copy files from $OEM$ but I am using method 2 so there is no drivers in $OEM$ and for the other stuff I want to copy over, I have made a file that unpacks it all when my first bat file runs on first login.
Just wanna keep the repair option.