Hello, I am encountering the same exact issue as ProfessorCnile above. I have followed all the proposed solutions listed above, with the exception of running in safe mode. In addition, I've also done a clean re-install of Windows and downgrading the video drivers to a much earlier version. I do not know what is causing this but it is literally impossible to run any 3d accelerated applications such as games - they invariably freeze up with massive audio stuttering and do not recover - I have to shut down the application through the task manager to regain control of the system, but I do not get blue-screen errors. Here's a sample log file entry:
Log Name: Microsoft-Windows-AppModel-Runtime/Admin
Source: Microsoft-Windows-AppModel-Runtime
Date: 7/2/2020 7:01:57 PM
Event ID: 65
Task Category: None
Level: Error
Keywords: Process
Computer: JUPITER
Description:
Failed with 0x57 retrieving AppModel Runtime status for package Windows.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-AppModel-Runtime" Guid="{f1ef270a-0d32-4352-ba52-dbab41e1d859}" />
<EventID>65</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x2000000000000001</Keywords>
<TimeCreated SystemTime="2020-07-02T23:01:57.6005010Z" />
<EventRecordID>2912</EventRecordID>
<Correlation />
<Execution ProcessID="10352" ThreadID="15892" />
<Channel>Microsoft-Windows-AppModel-Runtime/Admin</Channel>
<Computer>JUPITER</Computer>
<Security UserID="S-1-5-21-2461473350-3377377077-881336284-1007" />
</System>
<EventData>
<Data Name="ErrorCode">87</Data>
<Data Name="PackageFullName">Windows</Data>
</EventData>
</Event>
This error is immediately followed by this additional error:
Log Name: System
Source: Display
Date: 7/2/2020 7:02:32 PM
Event ID: 4101
Task Category: None
Level: Warning
Keywords: Classic
User: N/A
Computer: JUPITER
Description:
Display driver nvlddmkm stopped responding and has successfully recovered.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Display" />
<EventID Qualifiers="0">4101</EventID>
<Version>0</Version>
<Level>3</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2020-07-02T23:02:32.0601637Z" />
<EventRecordID>3045</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>System</Channel>
<Computer>JUPITER</Computer>
<Security />
</System>
<EventData>
<Data>nvlddmkm</Data>
<Data>
</Data>
</EventData>
</Event>
Any additional suggestions you can make to resolve this would be appreciated.