cara mendapatkan persentase baterai menggunakan file batch

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