Gowtham wrote:
I want to try something similar to what Mac has i.e control the startup from
the OS. In Mac you can choose to have the next boot to be a network boot or
a CD boot or a Firewire boot. Similarly, is there a way in windows using
WMI/wbem scripting we can set the next boot in network boot or CD mode
instead of local hard disk.
This isn't an authoritative answer but: I doubt it. AFAIK that's something
held in the BIOS (if it can even be set at all) and I'm not aware of any
way for WMI to write to the BIOS settings. It can read some values.
I believe that certain BIOS / HW manufacturers offer software which will
write the CMOS-stored values but I can't lay my hands on anything at the
moment.
TJG
_______________________________________________
python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32