Skip to content

Commit

Permalink
Update uninstall instructions (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
csujedihy authored May 30, 2023
1 parent b6e5aec commit 0fd2d71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Published Name>
```

## Logging
Expand Down

0 comments on commit 0fd2d71

Please sign in to comment.