Additional System Center tools and components for managing infrastructure, applications, and services
BitLocker certification question consult;
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;