Lenovo ThinkStation E31 Handbuch für den Einsatz - Seite 22
Blättern Sie online oder laden Sie pdf Handbuch für den Einsatz für Desktop Lenovo ThinkStation E31 herunter. Lenovo ThinkStation E31 36 Seiten. Avid workstation tower/sff single quad core cpu qualified for software only symphony 6.x, media composer 6.x, & newscutter 10.x
Auch für Lenovo ThinkStation E31: Konfiguration Manuallines (15 seiten)
Restoring default settings
To restore default BIOS settings, use the Lenovo_LoadDefaultSettings class,
and then use the Lenovo_SaveBiosSettings class to save the BIOS changes
(see sample scripts).
Changing an existing hardware password
To update a password, specify a password type and format the
password. The format for password parameters is "pap,abc,def,ascii,us"
with descriptions in Table 5 (see "Set a Administrator password on the
local computer when a Administrator password exists" on page 20 and
"Set a Administrator password on a remote computer when a
Administrator password exists" on page 21 for sample scripts).
Table 5. Password parameters format, changing existing hardware password
Parameter
Parameter 1
Parameter 2
Parameter 3
Parameter 4
Parameter 5
Lenovo BIOS Windows Management Instrumentation Interface Deployment Guide for Desktop
Lenovo_BiosSetting class (see "List all BIOS settings on the local
computer" on page 20 and "List all BIOS settings on the remote
computer" on page 22for sample scripts).
To set a new boot order, use the Lenovo_SetBiosSetting class,
2.
then use the Lenovo_SaveBiosSetting class to save the settings
(see "Set a single BIOS setting on the local computer" on page 20
and "Set a single BIOS setting on a remote computer" on page 22
for sample scripts). Specify a new boot order by listing the boot
devices in order, separated by colons. Devices that are not
specified are excluded from the boot order. In the following
example, the
Network Card
SATA drive 1 is the second boot device and so on.
Example: Change primary boot sequence,
Primary Boot Sequence,Network 1:SATA 1:USB HDD:SATA
2:USB CDROM:USB Key;
Description
Password type
string
Current
password
string
New password
string
Password
encoding
Keyboard
Languages
drive is the first boot device and
Possible seletctions
"pap":Administrator password
"pop":Power-on password
"abc":raw ascii character
"1e302e":scancode
"def":raw ascii character
"201221":scancode
"ascii"
"Scancode"
"us"- English US, English UK,
·
Chinese-Traditional, Danish, Dutch,
French-Canadian, Italian, Japanese,
Korean, Norwegian, Polish,
Portuguese,
Spanish-European, Spanish-Latin
American, Swiss, Turkish
·"fr" - French-European, Belgian
·"gr" - German, Czech, Slovak,
Slovenian
14