Wednesday, January 2, 2019

Windows Docker Issue "Deny write access to fixed drive not protected by Bitlocker" con Win10 machine: Solved


Anyone facing this annoying issue in Win10 machine while running Windows Docker in Windows container can be solved by following the below steps:



One needs Admin access though.

Registry Settings
·         [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Policies\Microsoft\FVE]
"FDVDenyWriteAccess"=dword:00000000

Group Edit Policy
·         [Computer Configuration\Administrative Templates\Windows Components\BitLocker Drive Encryption\Fixed Data Drives]
“Deny write access to fixed drives not protected by BitLocker”=Disabled


This perhaps has been fixed in Win 10 17074 Build or higher.

No comments:

Post a Comment