Skip to content

Instantly share code, notes, and snippets.

@M-D-M
Last active May 20, 2019 13:37
Show Gist options
  • Save M-D-M/de011e18625ad2aae597db93e3932240 to your computer and use it in GitHub Desktop.
Save M-D-M/de011e18625ad2aae597db93e3932240 to your computer and use it in GitHub Desktop.
Change Group Policy:
Computer Configuration > Administrative Templates > Windows Components > Bitlocker Drive Encryption > Require Additional Authentication at Startup
Check "Enabled"
Select "Require Startup PIN with TPM"
Launch command window as Admin:
manage-bde -status
manage-bde -protectors -add c: -TPMAndPIN
manage-bde -status
Ensure Hibernate is being used instead of sleep mode.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment