Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update installation.md #586

Merged
merged 18 commits into from
Oct 22, 2024
Merged
Changes from 7 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
9 changes: 9 additions & 0 deletions docs/adguard-for-windows/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,12 @@ Follow the next steps only if performing the first two steps wasn’t enough for
![Extended uninstall finished *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/installation/ab_extended_complete.jpg)

AdGuard is successfully uninstalled!

#### Running uninstaller in console mode

Besides running the advanced uninstaller in its user-interactive mode, you can also use command-line arguments to uninstall AdGuard for Windows, as listed below:

- `/console` runs the uninstaller in console mode, without the interactive UI. All the command-line parameters below will be ignored if the `/console` mode is not activated
- `/adblocker` runs the uninstaller to uninstall AdGuard for Windows
- `/advanced` forces the uninstaller to run in *Advanced mode*
puglieri marked this conversation as resolved.
Show resolved Hide resolved
- `/settings` forces the uninstaller to remove user settings along with the application
Loading