From 98a0f596befa472da2b1513511373352ffc4a563 Mon Sep 17 00:00:00 2001 From: Fredrik Orderud Date: Wed, 19 Jun 2024 10:43:45 +0200 Subject: [PATCH] Update README.md Strikethrough PR that is now upstreamed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f071241..6c74a59 100644 --- a/README.md +++ b/README.md @@ -189,5 +189,5 @@ Registry flags used: `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\ROOT\BATT ### simbatt modifications The most prominent changes to the Microsoft [`simbatt`](https://github.com/microsoft/Windows-driver-samples/tree/main/simbatt) sample: * Switch to default output folder. -* Disable faulty read-back of state from registry through `GetSimBattStateFromRegistry` function: https://github.com/microsoft/Windows-driver-samples/pull/1064 +* ~~Disable faulty read-back of state from registry through `GetSimBattStateFromRegistry` function: https://github.com/microsoft/Windows-driver-samples/pull/1064~~ * Clear BATTERY_INFORMATION `BATTERY_CAPACITY_RELATIVE` field to enable per-battery charge display in Windows Settings: https://github.com/microsoft/Windows-driver-samples/pull/1063