没有特殊软件的情况下,使用powershell命令生成电池使用情况报告
在 PowerShell(管理员模式)输入 powercfg /batteryreport,系统会生成一个 HTML 报告,包含电池设计容量、当前满电容量、充放电历史等信息
1 | powercfg /batteryreport |
运行后生成一个html文件 batteryreport.html
使用浏览器打开这个html文件
没有特殊软件的情况下,使用powershell命令生成电池使用情况报告
在 PowerShell(管理员模式)输入 powercfg /batteryreport,系统会生成一个 HTML 报告,包含电池设计容量、当前满电容量、充放电历史等信息
1 | powercfg /batteryreport |
运行后生成一个html文件 batteryreport.html
使用浏览器打开这个html文件