Hi
Thank you for posting on Microsoft Forum.
From the screenshot, we can see the bugcheck code is PAGE_FAULT_IN_NONPAGED_AREA. This indicates that invalid system memory has been referenced. Typically the memory address is wrong or the memory address is pointing at freed memory. Here is a official document for your reference: Bug Check 0x50 PAGE_FAULT_IN_NONPAGED_AREA - Windows drivers | Microsoft Learn
To resolve this issue, we need to analyze the dump file which generated at the issue occurred time. Please check the path C:\Windows\Memory.dmp or Minidump file. We can try to find out the driver which caused the issue.
Best Regards
Zack Lu