Harden Windows Host
OS Installation
Use the autounattended file for a minimal Windows setup without bloatware.
Yubikey
- Download and install Yubikey Windows Software
- Reboot and log in with existing credentials
- Launch Yubico Login Configuration → Advanced → Use existing slot (Slot 1 for G1, Slot 2 for G2)
BitLocker
- Open
gpedit.msc→Computer Configuration / Administrative Templates / Windows Components / BitLocker Drive Encryption / Operating System Drives - Enable Require additional authentication at startup
- Set Configure TPM startup PIN → Require startup PIN with TPM
- Run as administrator:
N/A
manage-bde -protectors -add c: -TPMAndPIN
- Verify status:
N/A
manage-bde -status
- Reboot once encryption reaches 100%.