$s = gwmi -class hp_biossettinginterface -Namespace "root\hp\instrumentedbios" $s.SetBIOSSetting('USB Storage Boot','Disable')
* Note, if the ‘Return’ is 0, it worked.
Lab Core | The Lab of MrNetTek
A blog about IT, technical solutions, and code.
$s = gwmi -class hp_biossettinginterface -Namespace "root\hp\instrumentedbios" $s.SetBIOSSetting('USB Storage Boot','Disable')
* Note, if the ‘Return’ is 0, it worked.