如何确定驱动器是否安装了 TrueCrypt?

发布于 12-05 14:27 字数 1436 浏览 7 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

妄想挽回2024-12-12 14:27:20

我认为这是不可能的。您可以使用 wmic Logicaldisk 获取更多信息 但没有任何迹象表明 Truecrypt 分配了驱动器号。

I think this is not possible. You could get much information with wmic logicaldisk but nothing will indicate that Truecrypt assigned the drive letter.

深巷少女2024-12-12 14:27:20

作为一个想法:(对于仍然找到这篇文章的任何人)

您可以在帖子#18021118处制作这个C#脚本访问 truecrypt 以检索安装信息)(那里还有一个 VeraCrypt 版本。)...

  1. 进入要从 Windows 批处理中使用的命令行工具(此处添加了一个简单的示例:http://github.com/BananaAcid/VeraCrypt-Cmd - 将 get mounts 文件替换为来自其中的自述文件)
  2. 一起使用,
  3. 或直接与 powershell或附加二进制文件 该二进制文件无需编译即可在 Windows NET Framework 上执行脚本: cs 脚本

As an Idea: (for anyone still finding this post)

You could make this C# Script over at the post #18021118 (which accesses truecrypt to retrive mount information) (there is also a VeraCrypt version over there.) ...

  1. into a commandline tool to be used from your windows batch (added a simple example here: http://github.com/BananaAcid/VeraCrypt-Cmd - replace the get mounts file with the one from the readme within)
  2. or use it directly with powershell
  3. or with an additional binary wich executes scripts on the windows NET Framework without compiling: cs-script.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文