Users Guide
'*** If any errors occurred, let the user know
If Err.Number <> 0 Then
WScript.Echo"SettingtheBIOSpasswordfailed."
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//nologoSampleBIOSPwd.vbs<systemname>"&Chr(34)&_
"<oldpwd>space<newpwd>"&Chr(34)
WScript.Echo strMessage
End Sub
OMCI 7.7 支持的 BIOS 设置
OMCI 7.7 支持的 BIOS 设置是:
l ASFMode
l AudioMode
l AutoOn
l AutoOnHour
l AutoOnMinute
l Bitsmart*
l BluetoothDevices
l BootMode*
l BootSequence
l BuiltinFloppy
l BuiltinNIC
l BuiltinPointingDevice
l BusRatio*
l CellularRadio
l ChassisIntrusion
l ChassisIntrusionStatus
l ClearSystemEventLog
l Cool and Quiet
l CPUVirtualization
l CStatesControl*
l DASH On
l Embedded RAID Controller
l Embedded NIC2
l EnableLatitudeON
l E-SATA Ports
l ExternalHotkey
l FastBoot
l HardDiskFailover
l HDDProtection*
l HotDocking
l Hyperthreading
l IntegratedAudio
l IntegratedSASController
l IntegratedSATAController
注: 并非所有 Dell 系统都支持以下列出的所有 BIOS 设置。
注: 在某些 Dell 系统上,Dell_SMBIOSSettings 类中的 Hyperthreading 属性会显示 Enabled 或 Disabled,即使所装处理器不支持超线程技术。在这种情况下,
Hyperthreading 属性会打开或关闭多核功能,而不是超线程。










