Générer un rapport de diagnostic du sommeil du système à l'aide de PowerCfg.exe dans Windows 10

Avec la mise à jour anniversaire de Windows 10, Powercfg.exe prend en charge un nouveau commutateur de ligne de commande qui génère un rapport de diagnostic des transitions de veille du système.

Générer un rapport de diagnostic du sommeil du système

Ouvrez une fenêtre d'invite de commandes d'administration et tapez:

 powercfg / systemsleepdiagnostics 

Arguments de ligne de commande pris en charge

POWERCFG /SYSTEMSLEEPDIAGNOSTICS [/OUTPUT ] [/XML] Description: Generates a report of intervals when the user was not present over the last three days on the system, and if the system went to sleep. The command will generate an HTML report file in the current path. Parameter List: /OUTPUT Specify the path and filename to store the system sleep diagnostics report HTML or XML file. /XML Format the report file as XML. /DURATION Specify the number of days to analyze for the report. /TRANSFORMXML Reformat an XML report file as HTML. Examples: POWERCFG /SYSTEMSLEEPDIAGNOSTICS POWERCFG /SYSTEMSLEEPDIAGNOSTICS /OUTPUT "system-sleep-diagnostics.html" POWERCFG /SYSTEMSLEEPDIAGNOSTICS /OUTPUT "system-sleep-diagnostics.xml" /XML POWERCFG /SYSTEMSLEEPDIAGNOSTICS /TRANSFORMXML "system-sleep-diagnostics.xml" 

$config[ads_text6] not found

Voici un exemple de rapport de diagnostic du sommeil (html).

Articles Connexes