How can I make my system restart automaticly without the 15 seconds waiting period ?
I have already put the line NOPROMPT2BOOT=0 under the [SETUP] section in my msbatch.inf (already tried =1 also), but for some reason I keep getting the 15 seconds countdown.


MSBatch.inf

CODE
[Setup]
Express=1
InstallDir="c:\windows"
InstallType=3
ProductKey="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"
EBD=0
ShowEula=0
ChangeDir=0
OptionalComponents=1
Network=1
System=0
CCP=0
CleanBoot=0
Display=0
DevicePath=0
NoDirWarn=1
TimeZone="W. Europe"
Uninstall=0
NoPrompt2Boot=0
PenWinWarning=0


What more can I do to get rid of this ??

TIA