We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 065ad7d commit 7c9bfcfCopy full SHA for 7c9bfcf
README.md
@@ -58,6 +58,11 @@ is a battery monitor that has a GUI and can graph the battery charge level.
58
[Microsoft Powercfg](https://docs.microsoft.com/en-us/windows-hardware/design/device-experiences/powercfg-command-line-options)
59
can make a battery status report.
60
61
+[Microsoft pwrtest](https://docs.microsoft.com/en-us/windows-hardware/drivers/devtest/pwrtest)
62
+has a /battery option that allows polling the battery status like battstatus.
63
+It comes with the Windows Driver Kit (WDK) or can be downloaded
64
+[here](https://github.com/jay/battstatus/releases/download/v1.0/pwrtest.zip).
65
+
66
### License
67
68
battstatus is free software and it is licensed under the
0 commit comments