B
By_Yingxue
Guest
Dear Microsoft expert,Hello!I encountered a blue screen problem when using my computer and analyzed the relevant logs through WinDbg. The specific information of the blue screen error is as follows:```DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1)An attempt was made to access a pageable (or completely invalid) address at an interrupt request level (IRQL) that is too high. This is usually caused by drivers using improper addresses.```### Error details:- **Error code**: 0xd1- **Parameter**:- Arg1: 0000000000000008, memory referenced- Arg2: 0000000000000002, IRQL- Arg3: 0000000000000000, value 0 = read opera
Continue reading...
Continue reading...