Docker - System cannot find the path specified

Hi!

I have installed Docker previously and I had problems with it so I uninstalled it. I downloaded a fresh “Docker for Windows” installation and installed it. Upon starting it up, it says the following:

time="2017-04-06T20:35:34+01:00" level=info msg="Unable to use system certificate pool: crypto/x509: system root pool is not available on Windows" 
could not read CA certificate "C:\\WINDOWS\\system32\\config\\systemprofile\\.docker\\ca.pem": open C:\WINDOWS\system32\config\systemprofile\.docker\ca.pem: The system cannot find the path specified.

   at Docker.Backend.DockerDaemonChecker.Check(Func`1 isDaemonProcessStillRunning)
   at Docker.Backend.ContainerEngine.Linux.DoStart(Settings settings)
   at Docker.Backend.ContainerEngine.Linux.Restart(Settings settings)
   at Docker.Core.Pipe.NamedPipeServer.<>c__DisplayClass8_0.<Register>b__0(Object[] parameters)
   at Docker.Core.Pipe.NamedPipeServer.RunAction(String action, Object[] parameters)

I am stuck and don’t know what to do. I cannot find much help online for Windows users. Can you please help?