我从 Windows 8 恢复提示开始解密我的 bitlocker 驱动器。有什么迹象表明需要多长时间?

gog*_*net 14 bitlocker decryption windows-8

启动到 Windows 8 恢复菜单,看看我是否可以使用恢复工具解密我的辅助硬盘。发现我可以在解锁驱动器后在那里的dos提示中进行操作。

但是,在键入以下内容后:

X:\>manage-bde -off C:
Run Code Online (Sandbox Code Playgroud)

输出可以在下面找到。没有迹象表明它需要多长时间:

BitLocker Drive Encryption: Configuration Tool version 6.2.9200
Copyright (C) 2012 Microsoft Corporation. All rights reserved.

Decryption is now in progress.

X:\Sources>
Run Code Online (Sandbox Code Playgroud)

我算错了吗?它应该向我展示解密进度吗?或者这是意料之中的,我应该回到床上做这件事直到明天(它是 SSD)?

gog*_*net 16

答案是“在意料之中”。从以管理员身份运行的命令提示符下,使用以下命令检查解密状态:

manage-bde -status C:
Run Code Online (Sandbox Code Playgroud)

嘘!您应该看到以下输出:

BitLocker Drive Encryption: Configuration Tool version 6.2.9200
Copyright (C) 2012 Microsoft Corporation. All rights reserved.

Volume C: [Windows 8.1 Pro]
[Data Volume]

  Size:                         238.47 GB
  ... Edit: There is more below including decryption status, too much to type ...
Run Code Online (Sandbox Code Playgroud)

来源:Technet 关于 manage-bde 命令行工具