Skip to content

Commit

Permalink
Improve uninstall readme section.
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed Aug 25, 2023
1 parent da1bc1f commit 40ddd41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ on how to install Visual Studio with support for C++.

# Uninstall

**!! BE CAREFUL! MAKE SURE YOU UNDERSTAND IT. !!**

Open your command prompt as Administrator and enter

```
rd /s /q "%PROGRAMFILES%"\zlib
rd /s /q "%PROGRAMFILES(X86)%\zlib"
```

0 comments on commit 40ddd41

Please sign in to comment.