Starting Stopping Docker for Windows

Observed:
I have problems starting Docker for Windows (clicking on Moby), it delays and runs out of time.

Workaround:

stop-service com.docker.service
start-service com.docker.service
click on moby
(starts ok)

I also noticed that even though I have service set to “manual” start, it keeps service open even after a full cold start.
Is Hyper-V holding this service open and therefore preventing a correct stop/start maybe?
This would explain why. Has anyone else experienced this and got a proper fix?