"Cannot enable Hyper-V service" error

Hi,
I’m using Windows 10 enterprise.
I have installed Docker and “VMware 15 Player”. The problem is this 2 programs are not working with same configuration.
If I enabled “Hyper-v” on Windows, Vmplayer is working well but Docker gives error like below;

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
Docker.Core.Backend.BackendQuitException: Cannot enable Hyper-V service
at Docker.Engines.LinuxHyperVEngine.d__20.MoveNext() in C:\workspaces\PR-16360\src\github.com\docker\pinata\win\src\Docker.Engines\LinuxHyperVEngine.cs:line 143
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Docker.ApiServices.StateMachines.TaskExtensions.d__0.MoveNext() in C:\workspaces\PR-16360\src\github.com\docker\pinata\win\src\Docker.ApiServices\StateMachines\TaskExtensions.cs:line 29
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Docker.ApiServices.StateMachines.StartTransition.d__5.MoveNext() in C:\workspaces

Right now Hyper-V enabled. If I disable it, this tima Docker will run fine and Vmplayer will not worok.

Any idea how can i solve this issue?

Regards.