2.3.0.3 is broken on Windows 10...how to confirm any activity or work arounds?

I’m a little new to how the development of Docker Desktop for Windows is handled, but there are many, many bug reports indicating a fatal issue with the 2.3.0.3 version failing to start on Windows 10. I just tried a fresh install, and the service fails to start with this error:

Failed to start service: The service did not respond to the start or control request in a timely fashion
   at CommunityInstaller.Service.Service.<StartAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at CommunityInstaller.Service.Manager.<AddServiceAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at CommunityInstaller.ServiceAction.<DoAsync>d__36.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at CommunityInstaller.InstallWorkflow.<HandleD4WPackageAsync>d__29.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at CommunityInstaller.InstallWorkflow.<ProcessAsync>d__24.MoveNext()

Prior to that I captured errors like this in the event viewer:

Log Name:      Application
Source:        Application Error
Date:          6/15/2020 11:31:33 AM
Event ID:      1000
Task Category: (100)
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      [redacted]
Description:
Faulting application name: Docker Desktop.exe, version: 2.3.0.45519, time stamp: 0xe8002664
Faulting module name: ntdll.dll, version: 10.0.18362.815, time stamp: 0xb29ecf52
Exception code: 0xc0000005
Fault offset: 0x000000000003b810
Faulting process id: 0x1ac8
Faulting application start time: 0x01d643326d8d497e
Faulting application path: C:\Program Files\Docker\Docker\Docker Desktop.exe
Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll
Report Id: 0512d8c7-2463-402c-a410-de12cc928d39
Faulting package full name: 
Faulting package-relative application ID: 
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Application Error" />
    <EventID Qualifiers="0">1000</EventID>
    <Level>2</Level>
    <Task>100</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2020-06-15T16:31:33.712180000Z" />
    <EventRecordID>432346</EventRecordID>
    <Channel>Application</Channel>
    <Computer>[redacted]</Computer>
    <Security />
  </System>
  <EventData>
    <Data>Docker Desktop.exe</Data>
    <Data>2.3.0.45519</Data>
    <Data>e8002664</Data>
    <Data>ntdll.dll</Data>
    <Data>10.0.18362.815</Data>
    <Data>b29ecf52</Data>
    <Data>c0000005</Data>
    <Data>000000000003b810</Data>
    <Data>1ac8</Data>
    <Data>01d643326d8d497e</Data>
    <Data>C:\Program Files\Docker\Docker\Docker Desktop.exe</Data>
    <Data>C:\WINDOWS\SYSTEM32\ntdll.dll</Data>
    <Data>0512d8c7-2463-402c-a410-de12cc928d39</Data>
    <Data>
    </Data>
    <Data>
    </Data>
  </EventData>
</Event>

I’m curious how to confirm that activity on this is happening, or when any fixes are possibly coming out?