Install Recovery Console in an unattended installation.

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
 
S

serge calderara

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top