diff options
author | 2021-10-04 03:46:06 +0000 | |
---|---|---|
committer | 2021-10-06 05:16:14 +0000 | |
commit | e4c9c098d30a9836fc33b34ff61a04d9bc93190e (patch) | |
tree | 3ad35b4dae6a78c27e2f3dc040c4881a4d535e27 | |
parent | api: adapter: get rid of registry polling on Win8+ (diff) | |
download | wireguard-nt-e4c9c098d30a9836fc33b34ff61a04d9bc93190e.tar.xz wireguard-nt-e4c9c098d30a9836fc33b34ff61a04d9bc93190e.zip |
driver: inf: remove Windows 9x regkey
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r-- | driver/wireguard.inf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/driver/wireguard.inf b/driver/wireguard.inf index 782a1dc..b471db4 100644 --- a/driver/wireguard.inf +++ b/driver/wireguard.inf @@ -42,7 +42,6 @@ EnableDhcp = 0 ; Disable DHCP AddService = WireGuard, 2, WireGuard.Service, WireGuard.EventLog ; 2=SPSVCINST_ASSOCSERVICE [WireGuard.Ndi] -HKR, , DeviceVxDs, , wireguard.sys HKR, Ndi, Service, 0, WireGuard HKR, Ndi\Interfaces, UpperRange, , "ndis5" HKR, Ndi\Interfaces, LowerRange, , "nolower" |