This method is useful ifdue to a glitch in Windows 10’s shell, the results in the battery icon in the system tray go missing. Let us check out how to check battery level using Command Prompt or Windows PowerShell.
Check Battery level using command line
You will have to use the WMIC command line tool in Command Prompt or PowerShell:
1. Open Windows Command Prompt and execute the following command:
WMIC PATH Win32_Battery Get EstimatedChargeRemaining
You can see the estimated battery charge remaining.
You can also use the PowerShell to sun the same command.
The result will be the same!
Video:
No comments:
Post a Comment