Answers for "batch file to check battery status"

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 "batch file to check battery status"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language