Error loading image

I installed Docker for Windows but every docker command I try give me:

error during connect: Post http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.30/images/load?quiet=0: open //./pipe/docker_engine:
The system cannot find the file specified. In the default daemon configuration on Windows, the docker client must be run elevated to connect. This error may also indicate that the docker daemon is not running.

I am running in an admin shell. How do I run the docker daemon?

I found this post:

I tried Restart-Service docker still got the same error. Note that the GUI will not run.