Hey, I know this post is old, but I thought I'd reply, since I had the same issue. In my case, after setting up usermode minidumps and analyzing them in windbg, I was able to link back the problem to lucidd3d10u.dll, a component of the Lucid VirtuMVP suite.
From the crash dump:
FOLLOWUP_IP:
lucidd3d10u!OpenAdapter10_2DetourIntel+d7d0
00007fff`f5e63290 488b8dc0010000 mov rcx,qword ptr [rbp+1C0h]
SYMBOL_STACK_INDEX: 1
SYMBOL_NAME: lucidd3d10u!OpenAdapter10_2DetourIntel+d7d0
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: lucidd3d10u
IMAGE_NAME: lucidd3d10u.dll
DEBUG_FLR_IMAGE_TIMESTAMP: 52947ab2
FAILURE_BUCKET_ID: STATUS_BREAKPOINT_80000003_lucidd3d10u.dll!OpenAdapter10_2DetourIntel
BUCKET_ID: APPLICATION_FAULT_STATUS_BREAKPOINT_lucidd3d10u!OpenAdapter10_2DetourIntel+d7d0
ANALYSIS_SOURCE: UM
FAILURE_ID_HASH_STRING: um:status_breakpoint_80000003_lucidd3d10u.dll!openadapter10_2detourintel
FAILURE_ID_HASH: {7729c1ad-e1cd-910d-b979-f681e68a4a47}
Followup: MachineOwner
It seems that the crash is caused when VirtuMVP does funky stuff to the Intel drivers. You can solve this issue by manually adding PickerHost.exe to the list of applications in the VirtuMVP control panel, and then unchecking "activated".
I hope this helps someone!