Lenovo ThinkPad T400 Panduan Penyebaran - Halaman 30

Jelajahi secara online atau unduh pdf Panduan Penyebaran untuk Desktop Lenovo ThinkPad T400. Lenovo ThinkPad T400 40 halaman. (bulgarian) setup guide
Juga untuk Lenovo ThinkPad T400: Pengaturan Awal (2 halaman), Setup Manual (2 halaman), Spesifikasi (4 halaman), Panduan Penyebaran (44 halaman), Brosur (4 halaman), Pemberitahuan (24 halaman), Pemberitahuan (1 halaman), Panduan Pengguna (28 halaman), Poster Pengaturan (Spanyol) (2 halaman), Poster Pengaturan (Bahasa Portugis) (2 halaman), Poster Pengaturan (Bahasa Portugis) (2 halaman), (Italian) Setup Poster (2 halaman), (German) Setup Poster (2 halaman), Poster Pengaturan (Belanda) (2 halaman), Poster Pengaturan (Finlandia) (2 halaman), Poster Pengaturan (Denmark) (2 halaman), Poster Pengaturan (Denmark) (2 halaman), Poster Pengaturan (Rusia) (2 halaman), (Romanian) Setup Poster (2 halaman), Poster Pengaturan (2 halaman), Poster Pengaturan (2 halaman), Poster Pengaturan (2 halaman), Poster Pengaturan (2 halaman), Poster Pengaturan (2 halaman)

Lenovo ThinkPad T400 Panduan Penyebaran
strRequest = WScript.Arguments(0) + "," + WScript.Arguments(1) + "," +
WScript.Arguments(2) + ";"
strComputer = WScript.Arguments(3)
Set objWMIService = GetObject("WinMgmts:" _
&"{ImpersonationLevel=Impersonate," _
&"authenticationLevel=pktPrivacy}!\\" _
& 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: " + strReturn
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 WScript.Arguments(2) + ";", strReturn
Next
WScript.Echo strRequest
WScript.Echo " SaveBiosSettings: " + strReturn
Set a supervisor password on the local computer when a supervisor
password exists
Use the sample scripts in the ZIP file as templates to set a supervisor password on the local computer when
a supervisor password exists.
Note: You cannot set a supervisor password if one does not already exist.
Syntax: cscript.exe SetSupervisorPassword.vbs [Old Password] [New Password]
[encoding]
Example: cscript.exe SetSupervisorPassword.vbs oldpass newpass ascii,us
'
' Update Admnistrator Password
'
On Error Resume Next
Dim colItems
If WScript.Arguments.Count <> 3 Then
WScript.Echo "SetSupervisorPassword.vbs [old Password] [new Password]
[encoding]" WScript.Quit
End If
22
Lenovo BIOS Setup using Windows Management Instrumentation Deployment Guide