Comment obtenir le pourcentage de batterie à l'aide du fichier batch

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