Actual behavior
When I start the program, this error message appears after about one to two minutes:

When I close the error message, the program also closes. Then when I try again, the same thing happens.
Expected behavior
Docker Desktop should start without error messages.
Information
- Windows Version: Windows 10 Pro (19043)
- Docker Desktop Version: 3.6.0 (67351)
- Are you running inside a virtualized Windows e.g. on a cloud server or a VM: no
Docker had an update two days ago. After that, however, everything went smoothly just as it did the day after. With today's system start the error message came up. System restart did not help .
Full error message: (German)
System.ServiceProcess.TimeoutException:
Der Vorgang wurde nicht abgeschlossen, da der Timeout abgelaufen ist.
bei System.ServiceProcess.ServiceController.WaitForStatus(ServiceControllerStatus desiredStatus, TimeSpan timeout)
bei Docker.Backend.Processes.WindowsDockerDaemon.TryToStartService(Settings settings, String args, Dictionary`2 env) in C:\workspaces\master-merge\src\github.com\docker\pinata\win\src\Docker.Backend\Processes\WindowsDockerDaemon.cs:Zeile 208.
bei System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass6_1.<GetExecutor>b__0(Object instance, Object[] methodParameters)
bei System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ExecuteAsync(HttpControllerContext controllerContext, IDictionary`2 arguments, CancellationToken cancellationToken)
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
bei System.Web.Http.Controllers.ApiControllerActionInvoker.<InvokeActionAsyncCore>d__1.MoveNext()
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
bei System.Web.Http.Controllers.ActionFilterResult.<ExecuteAsync>d__5.MoveNext()
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
bei System.Web.Http.Dispatcher.HttpControllerDispatcher.<SendAsync>d__15.MoveNext()
Steps to reproduce the behavior
- Start Docker Desktop
- Wait one to two minutes
- The error message is displayed
Actual behavior
When I start the program, this error message appears after about one to two minutes:

When I close the error message, the program also closes. Then when I try again, the same thing happens.
Expected behavior
Docker Desktop should start without error messages.
Information
Docker had an update two days ago. After that, however, everything went smoothly just as it did the day after. With today's system start the error message came up. System restart did not help .
Full error message: (German)
Steps to reproduce the behavior