本文介绍了在vb.net中解锁受Bitlocker保护的驱动器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好.

我已经编写了一个代码来备份数据库以在我的办公计算机上驱动E.

但是出于安全原因,驱动器已用bitlocker锁定,我知道密码.
但是当我尝试在不解锁数据库的情况下备份数据库时,显然它什么也没做.

那么,你们可以帮我一下,提出一种通过在vb.net中单击按钮来解锁驱动器的方法吗?

非常感谢

Hi Everyone.

I have written a code to backup a database to drive E on my office computer.

But for security reasons the drive is locked with bitlocker and I know the password.
But when I try to backup the database without unlocking it obviously it does nothing.

So can you guys help me and suggest a way to unlock the drive with a button click in vb.net?

Thanks a lot

推荐答案


这篇关于在vb.net中解锁受Bitlocker保护的驱动器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-13 12:50