Remix.run Logo
mtlynch 2 days ago

No, the group policy checks are runtime checks, not compile time checks.

It meant that when a user enables BitLocker on a drive, the BitLocker setup flow would check if group policy defined a minimum password length. If it did, BitLocker would enforce that minimum. Otherwise, BitLocker would use the default minimum.

If you have a Windows system, you can play with this easily as long as you have an admin user account for the OS. The Windows system doesn't need to be part of an org or need Active Directory. You can edit group policy by opening gpedit.msc from an elevated command prompt.

charcircuit a day ago | parent [-]

My confusion was that I thought they wanted to put a group policy value into an error message, and doing so via the preprocessor didn't make any sense.