Hi, I’m Nicole, I’ll be happy to help you out today.
Based on the dump file that you've shared, may I verify what is the error code you see before netio.sys? These are the usual error code.
IRQL_NOT_LESS_EQUAL
PAGE_FAULT_IN_NONPAGED_AREA
KMODE_EXCEPTION_NOT_HANDLED
SYSTEM_SERVICE_EXCEPTION
DRIVER_IRQL_NOT_LESS_OR_EQUAL
SYSTEM_THREAD_EXCEPTION_NOT_HANDLED
The file that is causing the BSOD is connected to the network driver that you have. You may have a malfunctioning or corrupted driver on the system.
First, run this system check.
On Powershell(admin), copy, paste and enter each command below:
sfc /scannow
Dism /Online /Cleanup-Image /CheckHealth
Dism /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
Once done restart the PC and check.
Monitor the system after this. If the issue will persist, proceed with the next steps.
Open device manager by right-clicking the Windows logo then click device manager.
Next, double-click network adapters to expand it.
Next, right-click your network driver then click update drivers.
Next, Select “Search automatically for updated driver software” and follow the on-screen instructions to update your drivers
After a successful update, restart your computer and see if the NETIO.SYS error still occurs
Monitor again the system. If the issue still persists,
Go back to device manager>Netowrk adapters
right-click your network driver then click uninstall drivers.
restart your computer.
Let me know the results afterward.
Thank you.