'*** If any errors occurred, let the user know
If Err.Number <> 0 Then
WScript.Echo "Setting the BIOS password
failed."
End If
'*** Sub used to display the correct usage of the
script
Sub Usage()
Dim strMessage
strMessage = "Incorrect syntax. You should run: " &
vbCRLF & _
"cscript.exe //nologo SampleBIOSPwd.vbs
<systemname> " & Chr(34) & _
"<old pwd> space <new pwd>" & Chr(34)
WScript.Echo strMessage
End Sub
BIOS Settings Supported in OMCI 7.6
NOTE:
Not all of the below listed BIOS settings are supported on all Dell systems.
The BIOS settings supported in OMCI 7.6 are:
•
AmbientLightSensor*
•
AGPSlot*
•
ASFMode
•
AudioMode
•
AutoOn
•
AutoOnHour
•
AutoOnMinute
•
BluetoothDevices*
•
BootSequence
•
BuiltinFloppy
•
BuiltinNIC
•
BuiltinPointingDevice
70
Sample Scripts and BIOS Settings