Genera report di diagnostica del sonno del sistema utilizzando PowerCfg.exe in Windows 10

Con l'aggiornamento dell'anniversario di Windows 10, Powercfg.exe supporta un nuovo switch della riga di comando che genera un rapporto diagnostico delle transizioni di sospensione del sistema.

Genera rapporto di diagnostica del sonno del sistema

Apri una finestra del prompt dei comandi di amministrazione e digita:

 powercfg / systemsleepdiagnostics 

Argomenti della riga di comando supportati

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

Ecco un rapporto di diagnostica del sonno di esempio (html).

Articoli Correlati