Porthos
Well-Known Member
- Reaction score
- 13,697
- 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!
why I do not recommend 3rd party disk encryption software.
I'm confused...The overriding thing for me is the limited "protection" Bitlocker is designed to give you - it "Protects your data from offline access" So IF your computer is stolen and someone can log on normally to your computer - no protection. Only if someone removes the disk and tries to access it from a working machine does Bitlocker "do its thing". But what percentage of people really need protection against that? Almost every time I've explained what it actually does, people say "Just turn it off". My read: Low incidence of actual protection, plus the risk of data LOSS because the user doesn't have the key = TURN IT OFF.
So IF your computer is stolen and someone can log on normally to your computer - no protection.