J'ai un desktop computer.
```
Get-wmiobject win32_computersystem | select manufacturer,model
Manufacturer : Hewlett-Packard
Model : HP ProDesk 600 G1 SFF
```
For a while it would give me a icon in the systray stating that my battery was not present. haha good one Windows. Je n'ai pas a battery like that.
Some time recently it started reporting a full battery charge
also
Pourquoi my Windows 10 reporting a full battery charge when no battery is present?
```
OS Name: Microsoft Windows 10 Pro
OS Version: 10.0.10586 N/A Build 10586
```
My Windows is out of date but I could not find anything relevant to this issue suggesting it was a bug.
Pourquoi Windows reporting a batterie charge avec my desktop?
Re: Pourquoi Windows reporting a batterie charge avec my desktop?
Vous pouvez run la commande suivante at the `cmd` to list devices Windows thinks are batteries:
```
wmic path Win32_Battery get Caption,Description,DeviceID,Name
```
Vous pouvez aussi allez dans the Gestionnaire de périphériques under Batteries. Cependant, the command will provide you with a description and model number to work with a bit faster.
The battery icon appearing on a desktop is usually caused by a USB-connected [UPS battery](https://en.wikipedia.org/wiki/Uninterruptible_power_supply).
```
wmic path Win32_Battery get Caption,Description,DeviceID,Name
```
Vous pouvez aussi allez dans the Gestionnaire de périphériques under Batteries. Cependant, the command will provide you with a description and model number to work with a bit faster.
The battery icon appearing on a desktop is usually caused by a USB-connected [UPS battery](https://en.wikipedia.org/wiki/Uninterruptible_power_supply).