嘿嘿,我正在编写一个批处理文件来定期检查是否启用了 bitlocker。但是,我意识到,在我可以使用任何多汁的自动化部分之前,我只是通过运行 manage-bde -status c: -p (作为管理员)得到一个错误。有人可以提供一个正确使用 manage-bde -status c: -p 的例子吗?我正在使用 64 位 Windows 10 机器。这是我的脚本和输出。谢谢!
@ECHO OFF
manage-bde -status c: -p
ECHO %ERRORLEVEL%
PAUSE
EXIT
结果是我在运行 manage-bde -status c: 时通常会得到的结果,并添加了一条错误消息:
Volume C: [Windows]
[OS Volume]
Size: 471.56 GB
BitLocker Version: None
Conversion Status: Fully Decrypted
Percentage Encrypted: 0.0%
Encryption Method: None
Protection Status: Protection Off
Lock Status: Unlocked
Identification Field: None
Key Protectors: None Found
ERROR: While performing the operation, a component unexpectedly returned FALSE.
-1
Press any key to continue . . .