Lenovo ThinkStation E31 배포 매뉴얼 - 페이지 29
{카테고리_이름} Lenovo ThinkStation E31에 대한 배포 매뉴얼을 온라인으로 검색하거나 PDF를 다운로드하세요. Lenovo ThinkStation E31 36 페이지. Avid workstation tower/sff single quad core cpu qualified for software only symphony 6.x, media composer 6.x, & newscutter 10.x
Lenovo ThinkStation E31에 대해서도 마찬가지입니다: 구성 매뉴얼 (15 페이지)
Set a single BIOS setting on the local computer if a
Administrator password exists
@Copyright Lenovo 2012
WScript.Echo "
SetBiosSetting: "
If strReturn < > "Success" Then
WScript.Quit
End If
Set
colItems = objWMIService.ExecQuery("Select * from
Lenovo_SaveBiosSettings)
strReturn = "error"
For
Each objItem in colItems
ObjItem.SaveBiosSettings ";", strReturn
Next
WScript.Echo strRequest
WScript.Echo "
SaveBiosSettings: "
Use the sample scripts in the ZIP file as templates to set a single
BIOS setting on the local computer.
Syntax: cscript.exe SetConfigPassword.vbs [Item]
[Password+Encoding]
Example: cscript.exe SetConfigPassword.vbs "Wake Up on LAN"
Disabled "pass,ascii,us"
'
' Set
specific BIOS Setting
'
On
Error Resume Next
Dim colItems
If WScript.Arguments.Count < > 3 Then
WScript.Echo "SetConfigPassword.vbs
[password+encoding]"
WScript.Quit
End If
strRequest = WScript.Arguments(0) + "," + WScript.Arguments(1) +
";"
strComputer = "LOCALHOST"
Set
objWMIService
&"{ImpersonationLevel=Impersonate}!\\" & strComputer _
&"\root\wmi")
Set
colItems = objWMIService.ExecQuery("Select * from
Lenovo_SetBiosSetting")
For
Each objItem in colItems
ObjItem.SetBiosSetting strRequest, strReturn
Next
WScript.Echo strRequest
WScript.Echo "
SetBiosSetting: "
If strReturn < > "Success" Then
WScript.Quit
End If
Set
colItems = objWMIService.ExecQuery("Select * from
Lenovo_SaveBiosSettings)
+ strReturn
+ strReturn
= GetObject("WinMgmts:"_
+ strReturn
[Value]
[setting]
[value]
' Change as
needed.
21