Knowledge Base

Harden Windows Host

Updated 26 May 2026

OS Installation

Use the autounattended file for a minimal Windows setup without bloatware.

Yubikey

  1. Download and install Yubikey Windows Software
  2. Reboot and log in with existing credentials
  3. Launch Yubico Login Configuration → Advanced → Use existing slot (Slot 1 for G1, Slot 2 for G2)

BitLocker

  1. Open gpedit.mscComputer Configuration / Administrative Templates / Windows Components / BitLocker Drive Encryption / Operating System Drives
  2. Enable Require additional authentication at startup
  3. Set Configure TPM startup PINRequire startup PIN with TPM
  4. Run as administrator:
powershell
manage-bde -protectors -add c: -TPMAndPIN
  1. Verify status:
powershell
manage-bde -status
  1. Reboot once encryption reaches 100%.