配置计算机的受信任平台模块 (TPM)。
Syntax
manage-bde -tpm [-turnon] [-takeownership <ownerpassword>] [-computername <name>] [{-?|/?}] [{-help|-h}]
Parameters
Parameter | Description |
---|---|
-turnon | 启用并激活 TPM,从而允许设置 TPM 所有者密码。 You can also use -t as an abbreviated version of this command. |
-takeownership | 通过设置所有者密码获取 TPM 的所有权。 You can also use -o as an abbreviated version of this command. |
<ownerpassword> |
表示为 TPM 指定的所有者密码。 |
-computername | 指定要使用 manage-bde.exe 来修改另一台计算机上的 BitLocker 保护。 You can also use -cn as an abbreviated version of this command. |
<name> |
表示要在其上修改 BitLocker 保护的计算机的名称。 接受的值包括计算机的 NetBIOS 名称和计算机的 IP 地址。 |
-? or /? | 在命令提示符处显示简要的帮助。 |
-help 或 -h | 在命令提示符处显示完整的帮助。 |
Examples
若要启用 TPM,请键入:
manage-bde -tpm -turnon
To take ownership of the TPM and set the owner password to 0wnerP@ss, type:
manage-bde -tpm -takeownership 0wnerP@ss