Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions README.es-ES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@


# HuaweiBatteryControl

Control de umbral de carga para portátiles Huawei en Windows.

Control de carga para portátiles Huawei

Probado en:
- Huawei Matebook 14 2020
- Huawei Matebook D 14 (BIOS 1.17 con --new)
- Huawei Matebook E GO
- Honor Hunter v700

## Uso:

Consejo: Asegúrese de utilizar permisos de administrador.

```
HuaweiBatteryControl.exe <upper limit> <lower limit> [--new]
--new Using new methods, new devices or BIOS may require this option

HuaweiBatteryControl.exe <raw data in decimal>
Raw data explain:
0x<upper limit><lower limit>1003
0x<upper limit><lower limit>48011503 (for new devices or BIOS)
Then convert hex to decimal
```

Ejemplo:

```
PS D:\> HuaweiBatteryControl-x64.exe 70 40
Command-line arguments:
argv[0] d:\cli-tools\HuaweiBatteryControl-x64.exe
argv[1] 70
argv[2] 40
data:1177030659(0x46281003)
Connected to ROOT\WMI WMI namespace
u8Output:0

PS D:\> HuaweiBatteryControl-x64.exe 1177030659
Command-line arguments:
argv[0] d:\cli-tools\HuaweiBatteryControl-x64.exe
argv[1] 1177030659
data:1177030659(0x46281003)
Connected to ROOT\WMI WMI namespace
u8Output:0
```

## Detalles (en chino):

<https://blog.acedroidx.top/HuaweiBatteryControl/>