Un écran bleu de la mort (BSOD) avec le message d’erreur « DPC watchdog violation » est « provoqué lorsqu’un appel de procédure différée (DPC) qui permet l’exécution de tâches hautement prioritaires prend plus de temps que d’habitude pour se terminer, ce qui entraîne une instabilité temporaire du système » (source : https://www.how2shout.com/how-to/what-is-dpc-watchdog-violation-on-windows-11-why-this-is-caused.html).
Procédez comme suit :
chkdsk %systemdrive%
» pour vérifier le disque.chkdsk %systemdrive% /f
», redémarrez l’ordinateur et exécutez à nouveau l’étape 1.sfc /scannow
» pour vérifier les fichiers système.A blue screen of death (BSOD) with "DPC watchdog violation" error message is "caused when a deferred procedure call (DPC) that allows execution of high-priority tasks is taking more time than usual to complete, leading to temporary instability in the system" (source: https://www.how2shout.com/how-to/what-is-dpc-watchdog-violation-on-windows-11-why-this-is-caused.html).
Do the following:
chkdsk c:
" to check disk.chkdsk c: /f
", reboot the computer and run step 1 again.sfc /scannow
" to check system files.