📌  相关文章
📜  如何使用批处理文件获取电池百分比 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:19.357000             🧑  作者: Mango

代码示例1
# Type this command in cmd or powershell
powershell -command "(Get-WmiObject Win32_Battery).EstimatedChargeRemaining"