Add Windows powercfg information

This commit is contained in:
James Skemp 2022-11-27 06:57:03 -06:00
parent 067704f3c4
commit f2da949cc0
1 changed files with 9 additions and 0 deletions

View File

@ -5,3 +5,12 @@ Search Files.bat
REM From https://stackoverflow.com/a/13799990/11912
findstr /s "<term>" *.item
```
## Battery reporting
```powershell
# Generate a battery report.
powercfg /batteryreport /output "C:\battery-report.html"
# Sleep study.
powercfg /sleepstudy /output "C:\sleep-study.html"
```