jesulo
jesulo
I have not found any template to check the status of the notebook battery, is there a guide to create templates? Regards
I think this is the way but, I need make for windows
> You can achieve this by using Windows agent and Powershell commands. In your case: `(Get-WmiObject win32_battery).estimatedChargeRemaining` Thanks but how can agent take data and send to server? Regards
powercfg/batteryreport this command generate a complete report but output in html, can > You sould save srcipt as _script_name.ps1_ somewhere on hard drive. > > For example: **c:\script\script_name.ps1** > >...
powercfg /batteryreport /xml /output batteryreport.xml $battery = [xml](Get-Content batteryreport.xml) $health = [pscustomobject]@{ time = $battery.BatteryReport.ReportInformation.ScanTime; maxpower = $battery.BatteryReport.Batteries.Battery.FullChargeCapacity; design = $battery.BatteryReport.Batteries.Battery.DesignCapacity } $health | Format-Table Write-Host "Max battery capacity is...
maybe I need set ip host in dest?
I have this error, but with openai api extension
Hi, this error is for last transformers version? .. ValueError: Unrecognized configuration class for this kind of AutoModel: AutoModelForCausalLM. Model type should be one of BartConfig, BertConfig, BertGenerationConfig, BigBirdConfig, BigBirdPegasusConfig,...
Error just say package not found for distribution
> > hi @jakub-cosmose , thanks for replace the existing Sceneform with the community-maintained version. but after implementing your version, i have problem running the app to my phone and...