Skip to content

Instantly share code, notes, and snippets.

@gustavonobreza
Created October 26, 2023 00:41
Show Gist options
  • Select an option

  • Save gustavonobreza/e0e95c219d8a68ecfb7d6a1b11d9cb96 to your computer and use it in GitHub Desktop.

Select an option

Save gustavonobreza/e0e95c219d8a68ecfb7d6a1b11d9cb96 to your computer and use it in GitHub Desktop.
Laptop is charging in windows with Powershell
Get-WmiObject -Class Win32_Battery | Select-Object -Property BatteryStatus
# 1 - not charging πŸ”‹πŸ”ŒβŒ
# 2 - is charging πŸ”‹πŸ”Œβœ…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment