You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<?xml version="1.0" encoding="UTF-8"?><extensionAttribute> <displayName>Battery Installed</displayName> <displayInCategory>System Information</displayInCategory> <dataType>string</dataType> <description>This attribute returns whether or not a battery is currently installed in a system that supports batteries.</description> <scriptContentsMac>#!/bin/shecho "<result>$(ioreg -r -c "AppleSmartBattery" | grep "BatteryInstalled" | awk '{print $3}' | sed s/\"//g)</result>" </scriptContentsMac></extensionAttribute>