Bitlocker

From WikiWiki
Revision as of 15:02, 5 February 2019 by Mendel (talk | contribs)
(change visibility) (diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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/