Hello and welcome to the forum!
All the dumps are similar and all appear to be memory related, the bugcheck code in each dump was MEMORY_MANAGEMENT due to a corrupt PTE (Page Table Entry). There are no indications that third-party drivers were involved at all in the lead-up to the bugcheck and that's often an indication of a hardware cause. Nor are there any indications of a GPU involvement. The failure happened whilst an address space was being closed and deleted - which is very much a memory related operation - and so my focus is on your RAM. One dump in particular singles out bad RAM as the cause...
Code:
FAILURE_BUCKET_ID: 0x1a_61941_PAGE_TABLE_RESERVED_BITS_SET_IMAGE_hardware_ram
In addition, in your Application log, there are a great many application error messages, for different applications, all with memory related exceptions. This is another big clue that this may be a RAM issue.
You could use a RAM tester like Memtest86 but that will take a while to run on 32GB of RAM and since you have 4 sticks of RAM I'm going to suggest that you remove two sticks for a few days, or until you get another BSOD. Then swap the sticks over and run on just the other two for a few days, or until you get a BSOD. Check your motherboard manual to ensure that just two sticks are in the correct slots. This is the gold standard RAM test - and you can use your PC whilst we're testing the RAM.
If you don't want to remove RAM sticks then use Memtest86 to test your RAM...
- Download Memtest86 (free), use the imageUSB.exe tool extracted from the download to make a bootable USB drive containing Memtest86 (1GB is plenty big enough). Do this on a different PC if you can, because you can't fully trust yours at the moment.
- Then boot that USB drive on your PC, Memtest86 will start running as soon as it boots.
- If no errors have been found after the four iterations of the 13 different tests that the free version does, then restart Memtest86 and do another four iterations. Even a single bit error is a failure.
This will detect most RAM errors but not necessarily every possible error (no RAM tester can do that). Plus, you won't be able to use your PC at all whilst Memtest86 is running.
We'll decice what to do next based on the results of this RAM test.