Share via

BitLocker certification question consult;

tj_zero 65 Reputation points
2023-09-11T08:43:43.3266667+00:00

I want to write a .bat batch file;

The main purpose is to put the following instructions in the windows startup folder each time you log in:

manage-bde -lock -ForceDismount D:

The D drive is the partition where I have BitLock enabled;

But I found a phenomenon in BitLocker, unless the PC is restarted, BitLocker password authentication only needs to be performed for the first login;

If I have unlocked BitLocker, even if I log out again or switch to another user ID, BitLocker will always remain unlocked;

I think this is not secure, so I want to write a .bat batch program that must re-enter the password every time I log in to ensure that confidential information is not stolen.

Technical difficulty: How do I get this command to run as an administrator? Now I manually choose to confirm the lock before leaving;

Above, hope to get your help, thank you;

Microsoft System Center | Other
0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.