Porthos
Well-Known Member
- Reaction score
- 13,286
- Location
- San Antonio Tx
This ^^The first thing I do with any computer that comes into the shop (after I've ruled out hardware failure) is turn off encryption. There are a million things that can trigger Bitlocker recovery mode and I don't want to be blamed if that happens and we can't find the Bitlocker recovery key. Even doing a simple BIOS update can trigger it. Don't do anything on that computer until you've turned this garbage off.
Turn this inane garbage off to save your sanity later.
I would not trust enabling TPM to not expect Bitlocker to rear it's head, so be prepared before doing anything to request the users MSA upfront.Right now, Bitlocker requires TPM but TPM doesn't require Bitlocker. Let's hope it stays this way.
$BtVolumes = Get-BitLockerVolume
$BtVolumes | ForEach-Object {
$MountPoint = $_.MountPoint
$RecoveryKey = [string]($_.KeyProtector).RecoveryPassword
if ($RecoveryKey.Length -gt 0) {
Write-Output ("Drive: $MountPoint RecoveryKey: $RecoveryKey.")
}
}
If encryption was as "stable" on Windows as it were on Android and iOS - I wouldn't advocate for it!For those advocating for disabling device encryption, I invite you to attempt to do so on an Android or iOS device... I'll wait.
If encryption was as "stable" on Windows as it were on Android and iOS - I wouldn't advocate for it!
The recovery key is baked into your Google or Apple account, and if you hook Windows 11 up to a Microsoft account AND USE IT, the exact same thing happens.If encryption was as "stable" on Windows as it were on Android and iOS - I wouldn't advocate for it!