microsoft / Windows-driver-samples

This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples.
Microsoft Public License
6.75k stars 4.89k forks source link

simbatt: Provide instructions for how to test the driver #1187

Open forderud opened 2 weeks ago

forderud commented 2 weeks ago

Add instructions for how to install the driver, simulate two batteries, modify battery parameters and clean up afterwards. This will make it easier to get started with the driver.

Open questions

Prerequisites

The instructions assume that testsigning is already enabled with bcdedit /set testsigning on and that the driver signing certificate is trusted with certutil.exe -addstore root simbatt.cer and certutil.exe -f -addstore trustedpublisher simbatt.cer.