Как получить процент батареи с помощью пакетного файла

# Type this command in cmd or powershell
powershell -command "(Get-WmiObject Win32_Battery).EstimatedChargeRemaining"
Weary Weasel