如何通过命令提示符禁用 Bitlocker?

10 windows command-line bitlocker

我在驱动器上打开了 Bitlocker,F:\里面有很多重要的内容。

现在,当我尝试解锁它时,PC 挂起。只有重新启动才能解决这个问题。我知道密码,但恢复密钥丢失了。

有什么办法可以恢复我的文件吗?

aki*_*ira 10

乍一看http://technet.microsoft.com/en-us/library/ee706522(WS.10).aspx看起来不错:

  • Manage-bde:
    此工具可用于打开或关闭 BitLocker、指定解锁机制、更新恢复方法以及解锁受 BitLocker 保护的数据驱动器。”

Manage-bde的网站提供:

-off 
Syntax manage-bde –off Volume [-ComputerName Name]
Run Code Online (Sandbox Code Playgroud)

所以,你可以尝试:

manage-bde -off F:
Run Code Online (Sandbox Code Playgroud)