From eb8e6ad221391b7de3f417dd61bd9f4422a0057b Mon Sep 17 00:00:00 2001 From: Yi Huang Date: Tue, 30 May 2023 13:27:51 -0700 Subject: [PATCH] Update usage.md --- docs/usage.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index 12a7017c..b6e4b283 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -24,7 +24,8 @@ netcfg.exe -l .\xdp.inf -c s -i ms_xdp Uninstall: ```PowerShell netcfg.exe -u ms_xdp -pnputil.exe /delete-driver xdp.inf +pnputil.exe /enum-drivers # Find the entry that has xdp.inf as the 'Original Name' and note down the corresponding 'Published Name'. +pnputil.exe /delete-driver ``` ## Logging