Install Recovery Console in an unattended installation.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can /cmdcons be added to an unattend.bat file to install Command Recovery Console? I've read that it only works with winnt32.exe. Can someone clarify this
 
Yes thats true the recovery console option installation
gets installed only from the winnt32 with switch /cmdcons

Unattended setup use only winnt.exe

What you could do is that at the end of the unattended
setup routine, you create a cmd file with :

winnt32 /cmdcons

save it in a file name reccons.cmd for instance
then generate a reg file that place that file entry in the
RunOnc key in the registry.

Then at next reboot your recovery console installation
will start

hope it helps
regards
serge
-----Original Message-----
Can /cmdcons be added to an unattend.bat file to install
Command Recovery Console? I've read that it only works
with winnt32.exe. Can someone clarify this?
 
Back
Top