Answers for "how to get battery percentage using batch file"

0

how to get battery percentage using batch file

# Type this command in cmd or powershell
powershell -command "(Get-WmiObject Win32_Battery).EstimatedChargeRemaining"
Posted by: Guest on April-02-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language