From 18184f3649661ee8af4f0e1ef3ecdc56f904ba85 Mon Sep 17 00:00:00 2001 From: puglieri <112409628+puglieri@users.noreply.github.com> Date: Fri, 18 Oct 2024 06:51:41 -0300 Subject: [PATCH] Update installation.md --- docs/adguard-vpn-for-windows/installation.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/adguard-vpn-for-windows/installation.md b/docs/adguard-vpn-for-windows/installation.md index eca0cc7aa..173ea9d31 100644 --- a/docs/adguard-vpn-for-windows/installation.md +++ b/docs/adguard-vpn-for-windows/installation.md @@ -63,5 +63,14 @@ Besides running the advanced uninstaller in its user-interactive mode, you can a 1. Open Command Prompt by typing *cmd* from the Start menu. 2. Use `/console` to run 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. -3. Use `/vpn` to uninstall AdGuard VPN for Windows. +3. Use `/vpn` to uninstall AdGuard for Windows. It should look like this: + + `Adguard.UninstallUtility.exe /console /vpn` + 4. You can also use `/advanced` to force the uninstaller to run in *Advanced mode* and `/settings` to force the uninstaller to remove user settings along with the application. + +:::note + +The use of the parameters `/console` and `/vpn` is necessary for a successful uninstall. The parameters `/advanced` and `/settings` are optional. + +:::