Jump to content


Config Mangler

Windows 8 ignores reg key to set AES-256 encryption in SCCM2012sp1

Recommended Posts

We have a requirement to set AES-256 cipher strength for Windows 8.

 

In my Windows 7 TS I use this command to set it to 256-bit before the Enable BitLocker step:


reg add HKLM\SOFTWARE\Policies\Microsoft\FVE /v EncryptionMethod /t REG_DWORD /d 4 /f

 

This works fine in Windows 7, but Windows 8 ignores the same command and defaults to 128-bit

 

If I decrypt the drive, set the reg key and manually run BitLocker it encrypts as 256-bit.

 

So the key does work, but not inside the task sequence. I may have to log this with Microsoft but any ideas before I do?

 

 

Share this post


Link to post
Share on other sites

The Diffuser option is no longer available to be added to the Advanced Encryption Standard (AES) encryption algorithm for Windows 8 so are you trying to select the diffuser option ? the command you've posted above should work ok, have you verified that the reg key exists after deployment ?

Share this post


Link to post
Share on other sites

what does manage-bde -status say ? (in an administrative command prompt)

 

have you checked that you dont have some gpo overriding the step ?

Share this post


Link to post
Share on other sites

"manage-bde" says it's AES-128.

 

My understanding is that group policy is locked out during deployment, hence why we need to use the reg key change the encryption level to AES-256.

 

So after the TS I am left with an AES-128 encrypted drive, if I decrypt and re-encrypt, without changing anything it sees the registry key and does 256-bit.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.