01-30-2012 03:32 AM
Hi everybody,
I'm trying to manage the BIOS settings by script and some of them works like ListAll.vbs or LoadDefaults.vbs but the one I'm trying to use is SetConfig.vbs in order to change the boot order. So I run:
cscript %0\..\SetConfig.vbs BootOrder HDD1,PCILAN
or just
cscript %0\..\SetConfig.vbs BootOrder HDD1
and I get:
BootOrder,HDD1,PCILAN;
SetBiosSetting: Invalid Parameter
Any help will be appreciated.