You might already know how Surface’s battery report can help you to learn more about your device’s battery and it’s history. In order to access this report, you will need to generate the report first.

Today, we will guide you how to create a single batch file that allows you to access the battery report immediately.

To do this:

  1. Click on Start
  2. Type “notepad” and hit Enter key
  3. Type the following command lines:
    powercfg /batteryreport
    start %CD%/battery-report.html
  4. Go to File menu > Save As…
  5. Change Save as type to All Files (*.*), and enter “Battery Report.bat” into file name box.
  6. Click on Save button

Creating Battery Report Access Batch File

Now you can access the battery report, by go to Desktop and double-click on Battery Report.bat. It will generate the report and open the report for you automatically.

Generate and Access Battery Report with Batch File