shihanma / batteryreport

a simple bat to get battery report

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

电池报告

batteryreport

Windows系统下一个获取电池报告的简单bat脚本

a simple bat to get battery report in Windows

描述

Description

  • 适用于Win8/Win10的脚本

  • 通过系统命令 powercfg/batteryreport , 用户可以自行查看系统自身的电池报告,其中能看到比较重要的电池容量,日期,电池损耗与使用情况。此脚本对命令进行了简单的封装,用户无需自行打开命令行进行相关的命令输入, 只需直接执行此脚本即可。

  • a bat for Win8/Win10

  • By the system command powercfg/batteryreport, users can view a battery report recorded in system, which include some important information, such as battery capacity, battery usage and usage history. This bat simply encapsulates the commands so that users don't need to use the command anymore, but simply execute the bat directly.

使用方法

Guide


  1. 鼠标移动到 GetBatteryReport.bat
  2. 点击右键,选择链接另存为
  3. 保存到你自己希望保存的文件路径下
  4. 下载完成后,打开此文件。屏幕将会快速闪现出一个黑色命令行方框,然后C盘路径下,将会多出一个名为battery_report.html的文件,程序会自动在浏览器中打开此报告文件。

  1. Move your mouse to GetBatteryReport. Bat
  2. Right-click and select save as
  3. Download and save the bat file in specific folder.
  4. Open this bat. Your screen will flashed out a black command line box, and then a HTML file called battery_report will shown in the the disk C:\ . The program will automatically open the report file in your browser.

About

a simple bat to get battery report


Languages

Language:Batchfile 100.0%