To find out the reason for a redémarrer, use one du following commands:
-
PowerShell :
Get-WinEvent -FilterHashtable @{ LogName = 'System'; Id = 41, 1074, 6006, 6605, 6008; } | Format-List Id, LevelDisplayName, TimeCreated, Message
-
CMD :
wevtutil qe System /q:"*[System[(EventID=41) or (EventID=1074) or (EventID=6006) or (EventID=6005) or (EventID=6008)]]" /c:100 /f:text /rd:true
Si le ordinateur has crashed, and not just rebooted,
check dossier %SystemRoot%\Minidump for a .dmp fichier whose
creation-time corresponds vers le time du crash.
If found, analyze this fichier using
BlueScreenView,
or zip it up and publish it online for us to have a look
(OneDrive, Dropbox etc).
If minidumps ne sont pas activé, I suggest to activer Small mémoire dumps.
See the article
Configure Windows 10 to Create Minidump on BSOD.
Useful reference :
How to find out why your PC shut down for no reason on Windows 10 and 11.