Bitlocker

From WikiWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

full disk encryption from Microsoft!


manage-bde

specific bitlocker powershell cmdlets


manage-bde -protectors -get c:
Description:
    Configures BitLocker Drive Encryption on disk volumes.


BdeHdCfg.exe -target default -quiet 
Description:
  This command prepares your hard drive for BitLocker Drive Encryption.

  Command line parameters are not case-sensitive.


Wipe config

manage-bde C: -protectors -add -rp [optionally specify the new 48-digit password or enter nothing to have it randomly generated for you]
manage-bde C: -protectors -delete -id [paste the ID you copied here]
wipe tpm via tpm.msc

https://www.itsupportguides.com/knowledge-base/windows-7/windows-7-change-bitlocker-recovery-key/