IDontWantAName
Commander
- Registriert
- Dez. 2011
- Beiträge
- 2.423
du hast den DriverVerifier aktiviert:
das ist ein Entwickler Tool um Bugs in Treiber schneller zu erkennen.
Öffne eine CMD.exe als Admun führe das aus:
verifier /reset
nun starte den PC neu und schau ob du wieder BSODs bekommst oder nicht.
HIDClass.sys ist Teil von Treiber für Eingabegeräte. Schau mal ob du da extra Software installiert hast für deine Maus/Tastatur, wenn ja schau nach einem Update oder deinstalliere die Software.
# Call Site
00 nt!KeBugCheckEx
01 nt!PspSystemThreadStartup$filt$0
02 nt!_C_specific_handler
03 nt!RtlpExecuteHandlerForException
04 nt!RtlDispatchException
05 nt!KiDispatchException
06 nt!KiExceptionDispatch
07 nt!KiPageFault
08 nt!IovpValidateDeviceObject
09 nt!IovCallDriver
0a nt!IofCallDriver
0b nt!IopfCallDriver
0c nt!IovCallDriver
0d nt!IofCallDriver
0e HIDCLASS!HidpCallDriver
0f HIDCLASS!HidpIrpMajorDefault
10 HIDCLASS!HidpIrpMajorSystemControl
11 HIDCLASS!HidpMajorHandler
12 nt!IopfCallDriver
13 nt!IovCallDriver
14 nt!IofCallDriver
15 nt!VfIrpSendSynchronousIrp
16 nt!VfWmiTestStartedPdoStack
17 nt!VfMajorTestStartedPdoStack
7: kd> !verifier
Verify Flags Level 0x0012099b
STANDARD FLAGS:
[X] (0x00000000) Automatic Checks
[X] (0x00000001) Special pool
[X] (0x00000002) Force IRQL checking
[X] (0x00000008) Pool tracking
[X] (0x00000010) I/O verification
[ ] (0x00000020) Deadlock detection
[X] (0x00000080) DMA checking
[X] (0x00000100) Security checks
[X] (0x00000800) Miscellaneous checks
[X] (0x00020000) DDI compliance checking
ADDITIONAL FLAGS:
[ ] (0x00000004) Randomized low resources simulation
[ ] (0x00000200) Force pending I/O requests
[ ] (0x00000400) IRP logging
[ ] (0x00002000) Invariant MDL checking for stack
[ ] (0x00004000) Invariant MDL checking for driver
[ ] (0x00008000) Power framework delay fuzzing
[ ] (0x00010000) Port/miniport interface checking
[ ] (0x00040000) Systematic low resources simulation
[ ] (0x00080000) DDI compliance checking (additional)
[ ] (0x00200000) NDIS/WIFI verification
[ ] (0x00800000) Kernel synchronization delay fuzzing
[ ] (0x01000000) VM switch verification
[ ] (0x02000000) Code integrity checks
RESERVED FLAGS (use of these flags is unsupported):
[X] (0x00100000) Unused or reserved flag
[X] Indicates flag is enabled
das ist ein Entwickler Tool um Bugs in Treiber schneller zu erkennen.
Öffne eine CMD.exe als Admun führe das aus:
verifier /reset
nun starte den PC neu und schau ob du wieder BSODs bekommst oder nicht.
HIDClass.sys ist Teil von Treiber für Eingabegeräte. Schau mal ob du da extra Software installiert hast für deine Maus/Tastatur, wenn ja schau nach einem Update oder deinstalliere die Software.