Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,11 @@ scoop install winbtrfs-np -g
Uninstalling
------------

If you want to uninstall, from a command prompt run:
If you want to uninstall, from an elevated command prompt run:

```
RUNDLL32.EXE SETUPAPI.DLL,InstallHinfSection DefaultUninstall 132 btrfs.inf
PNPUTIL.exe /delete-driver btrfs.inf /uninstall /force /reboot
PNPUTIL.exe /delete-driver btrfs-vol.inf /uninstall /force /reboot
```

You may need to give the full path to btrfs.inf.
Expand Down