Is there a command to open the BitLocker Drive Encryption windows using PowerShell (Control Panel\System and Security\BitLocker Drive Encryption)? I do not want any changes I just want to open this window.
Asked
Active
Viewed 78 times
0
-
You have a module in PS for that. Go through [Unlock-BitLocker](https://learn.microsoft.com/en-us/powershell/module/bitlocker/unlock-bitlocker?view=windowsserver2022-ps) – Ranadip Dutta Jan 30 '23 at 18:27