Docker for Windows crashes after fresh installation

Hey guys,

today i played around with windows 10 services. i don’t know if i disabled something.
Because docker for windows at startup throws an exxception…

> 
> Unable to create an instance of Docker.App: Unable to create an instance of Docker.ApiServices.Update.UpdateCheckTimer: Unable to create an instance of Docker.ApiServices.Update.Updater: Unable to create an instance of Docker.Notifications.BackgroundUpdateWatcher: Ein Aufrufziel hat einen Ausnahmefehler verursacht.
>    bei Docker.Core.Di.Singletons.NewInstance(Type type, Int32 depth) in C:\workspaces\PR-16070\src\github.com\docker\pinata\win\src\Docker.Core\di\Singletons.cs:Zeile 89.
>    bei Docker.Core.Di.Singletons.Get(Type type, Int32 depth) in C:\workspaces\PR-16070\src\github.com\docker\pinata\win\src\Docker.Core\di\Singletons.cs:Zeile 51.
>    bei Docker.Core.Di.Singletons.Get[T]() in C:\workspaces\PR-16070\src\github.com\docker\pinata\win\src\Docker.Core\di\Singletons.cs:Zeile 28.
>    bei Docker.Program.Run(IReadOnlyCollection`1 args) in C:\workspaces\PR-16070\src\github.com\docker\pinata\win\src\Docker.Desktop\Program.cs:Zeile 268.
> 
>   System.ArgumentException:
>   Unable to create an instance of Docker.ApiServices.Update.UpdateCheckTimer: Unable to create an instance of Docker.ApiServices.Update.Updater: Unable to create an instance of Docker.Notifications.BackgroundUpdateWatcher: Ein Aufrufziel hat einen Ausnahmefehler verursacht.
>      bei Docker.Core.Di.Singletons.NewInstance(Type type, Int32 depth) in C:\workspaces\PR-16070\src\github.com\docker\pinata\win\src\Docker.Core\di\Singletons.cs:Zeile 89.
>      bei Docker.Core.Di.Singletons.Get(Type type, Int32 depth) in C:\workspaces\PR-16070\src\github.com\docker\pinata\win\src\Docker.Core\di\Singletons.cs:Zeile 51.
>      bei System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
>      bei System.Linq.Buffer`1..ctor(IEnumerable`1 source)
>      bei System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
>      bei Docker.Core.Di.Singletons.NewInstance(Type type, Int32 depth) in C:\workspaces\PR-16070\src\github.com\docker\pinata\win\src\Docker.Core\di\Singletons.cs:Zeile 83.
>   
>      System.ArgumentException:
>      Unable to create an instance of Docker.ApiServices.Update.Updater: Unable to create an instance of Docker.Notifications.BackgroundUpdateWatcher: Ein Aufrufziel hat einen Ausnahmefehler verursacht.
>         bei Docker.Core.Di.Singletons.NewInstance(Type type, Int32 depth) in C:\workspaces\PR-16070\src\github.com\docker\pinata\win\src\Docker.Core\di\Singletons.cs:Zeile 89.
>         bei Docker.Core.Di.Singletons.Get(Type type, Int32 depth) in C:\workspaces\PR-16070\src\github.com\docker\pinata\win\src\Docker.Core\di\Singletons.cs:Zeile 51.
>         bei System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
>         bei System.Linq.Buffer`1..ctor(IEnumerable`1 source)
>         bei System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
>         bei Docker.Core.Di.Singletons.NewInstance(Type type, Int32 depth) in C:\workspaces\PR-16070\src\github.com\docker\pinata\win\src\Docker.Core\di\Singletons.cs:Zeile 83.
>      
>          System.ArgumentException:
>          Unable to create an instance of Docker.Notifications.BackgroundUpdateWatcher: Ein Aufrufziel hat einen Ausnahmefehler verursacht.
>             bei Docker.Core.Di.Singletons.NewInstance(Type type, Int32 depth) in C:\workspaces\PR-16070\src\github.com\docker\pinata\win\src\Docker.Core\di\Singletons.cs:Zeile 93.
>             bei Docker.Core.Di.Singletons.Get(Type type, Int32 depth) in C:\workspaces\PR-16070\src\github.com\docker\pinata\win\src\Docker.Core\di\Singletons.cs:Zeile 51.
>             bei System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
>             bei System.Linq.Buffer`1..ctor(IEnumerable`1 source)
>             bei System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
>             bei Docker.Core.Di.Singletons.NewInstance(Type type, Int32 depth) in C:\workspaces\PR-16070\src\github.com\docker\pinata\win\src\Docker.Core\di\Singletons.cs:Zeile 83.
>          
>               System.Reflection.TargetInvocationException:
>               Ein Aufrufziel hat einen Ausnahmefehler verursacht.
>                  bei System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
>                  bei System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
>                  bei Docker.Core.Di.Singletons.NewInstance(Type type, Int32 depth) in C:\workspaces\PR-16070\src\github.com\docker\pinata\win\src\Docker.Core\di\Singletons.cs:Zeile 83.
>               
>                     System.Runtime.InteropServices.COMException:
>                     Die COM-Klassenfactory für die Komponente mit CLSID {1ECCA34C-E88A-44E3-8D6A-8921BDE9E452} konnte aufgrund des folgenden Fehlers nicht abgerufen werden: 80070422 Der angegebene Dienst kann nicht gestartet werden. Er ist deaktiviert oder nicht mit aktivierten Geräten verbunden. (Ausnahme von HRESULT: 0x80070422).
>                        bei Docker.Notifications.BackgroundUpdateWatcher..ctor(ISystrayNotifications systray, IUpdateStateNotifier updateStateNotifier) in C:\workspaces\PR-16070\src\github.com\docker\pinata\win\src\Docker.Desktop\Notifications\BackgroundUpdateWatcher.cs:Zeile 12.

I’m sure it is because of the windows services i played with but the stackTrace won’t show any service related message. its messed really.
I had it running functional before this i morning i played around with windows services after it did’nt work

Know i don’t know how to get it running again? Can i set the services to standard again it’s not possible i think? any ideas