13

We recently had our hard drive encrypted and I am unable to use Docker for windows from then. Every time I launch Docker for windows I get the below error, "Current operation failed because Windows policy "Deny write access to fixed drives not protected by Bitlocker" is enabled. Please disable it and retry the operation". Has any one faced this issue and know how to resolve it? Is installing Docker Toolbox the only option? Many Thanks

makil
  • 489
  • 2
  • 7
  • 19

4 Answers4

41

I had the same issue. BitLocker cant be disabled as it is a company policy. I Resolved it by doing the following:

Step 1: Open Command Prompt and Type: regedit

Step 2: Navigate to "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Policies\Microsoft\FVE FDVDenyWriteAccess". Change "FDVDenyWriteAccess" to "0".

Step 3: Restart Docker and it should work as expected.

Note: You should be an Admin on your local box to execute the above steps.

Officially it is still a unresolved issue Till Date: https://github.com/docker/for-win/issues/1297.

Hope this helps.

Abdullah
  • 479
  • 5
  • 5
4

I had same issue and i fixed by below steps.

1, Goto command line and type regedit

then follow the below picture steps,

enter image description here

1

Restarting the docker as admin worked fine for me.

ZIA UR REHMAN
  • 119
  • 12
0

upcoming release of Docker Desktop 4.18 looks promising to work with Windows Containers and Bitlocker! Stay updated! Best Valentin

V. Pravi
  • 13
  • 4
  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Mar 23 '23 at 04:10