manage-bde keypackage

为驱动器生成密钥包。 密钥包可与修复工具结合使用来修复损坏的驱动器。

Syntax

manage-bde -keypackage [<drive>] [-ID <keyprotectoryID>] [-path <pathtoexternalkeydirectory>] [-computername <name>] [{-?|/?}] [{-help|-h}]

Parameters

Parameter Description
<drive> 表示后跟冒号的驱动器号。
-ID 使用此 ID 值指定的标识符使用密钥保护程序创建密钥包。 Tip: Use the manage-bde –protectors –get command, along with the drive letter that you want to create a key package for, to get a list of available GUIDs to use as the ID value.
-path 指定要保存创建的密钥包的位置。
-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

若要根据 GUID 标识的密钥保护程序为驱动器 C 创建密钥包,并将密钥包保存到 F:\Folder,请键入:

manage-bde -keypackage C: -id {84E151C1...7A62067A512} -path f:\Folder