the bugcheck is in windows driver framework. Basically, a third party driver is making a bad call to the framework API.
(or malware is making a bad call)
you can do a malwarebytes scan, then run the system file checker
start cmd.exe /scannow
and confirm it fixes any errors found, if not then run this:
dism.exe /online /cleanup-image /restorehealth
you can uninstall 3rd party software but you should change the memory dump type to kernel rather than minidump, reboot and see if you can bugcheck again, if so put the new memory dump on a server and post a link to it. The kernel memory dump will include the error logs for the windows driver framework and the info can be dumped in the windows debugger. !wdfkd.wdflogdump