Hello Stephen McGrath (C) and welcome to the Microsoft Community!
Based on your feedback, you are experiencing a blue screen on your computer after the 24H2 update.
I did check the blue screen logs you uploaded and it states that
MEMORY_MANAGEMENT (1a)
Any other values for parameter 1 must be individually examined.
The program that reported the error is: WsNetFlt.sys
WsNetFlt.sys blue screen errors are usually associated with web filtering drivers
In particular, they are related to conflicts with security software such as Sophos and Forcepoint.
Here are some possible solutions:
Update the relevant software:
Ensure that all security software (e.g. Sophos and Forcepoint) versions are up-to-date
Visit the respective official websites to download and install the latest updates.
Check for driver updates:
Make sure your network adapter drivers are up to date.
You can update the driver through Device Manager
Click on windows key > search and open device manager, then right click to update the network card driver
Or visit the manufacturer's website to download the latest version.
Reset network settings:
Open Command Prompt (run as administrator), type the following command and press enter:
netsh winsock reset
netsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
These commands will reset the network settings and may help resolve the problem.
The last thing to do is to try a clean boot to see if it's caused by other software interference
This can be done as follows
- Tap Windows+R and type msconfig
- Open System Configuration and select the General tab - Selective Startup.
- Remove the checkbox of Load Startup Items.
- Go to the Services tab - click Hide all microsoft services in the lower left corner, and then click Disable all.
- Click OK and restart your computer. (Be sure to select Hide all microsoft services first and then click Disable all, otherwise it may lead to unforeseen problems such as not being able to access the system.)
- Check if the problem will reappear.
DISCLAIMER: Clean Boot is a way to start Windows with a minimal set of drivers and startup programs so that you can determine if background programs are interfering with your games or programs and help you figure out the cause of the problem. It will help you get back on track.
I hope you find the above information helpful
Kirito|Microsoft Community Support Specialist