Windows can generate a report about our battery health.
In order to generate it first we need to open Windows Powershell as administrator.
Next, we run the following command:
powercfg /batteryreport /output "C:\battery-report.html"
Once it's completed the report will be located at C:\battery-report.html
.
Top comments (0)