From 2632cf2dd92dbcd6b4d76d237e0bc6cc807abc44 Mon Sep 17 00:00:00 2001 From: vasili111 Date: Tue, 3 Jul 2018 10:39:28 +0400 Subject: [PATCH] Update 02-installation.md better explanation --- docs/02-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02-installation.md b/docs/02-installation.md index 0a2b9fe..c2703aa 100644 --- a/docs/02-installation.md +++ b/docs/02-installation.md @@ -231,7 +231,7 @@ The first time the server component starts, Windows Firewall (or another third p ## Configuring the Duplicati Tray Icon in Windows -If you have chosen _Launch Duplicati at startup_, but don't want to use the internal server component of the Tray Icon tool, you have to edit the properties of the Duplicati shortcut in the Windows Startup folder. You can find this shortcut in `C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp` +If you have chosen _Launch Duplicati at startup_, but don't want to use the internal server component of the Tray Icon tool, you have to edit the properties of the Duplicati shortcut in the Windows Startup folder. Usually Windows Startup folder is located at `C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp` Browse to this folder and edit the properties of the Duplicati 2 shortcut. Add space and after `--no-hosted-server` to the Target field. So the end of the line should look like `Duplicati.GUI.TrayIcon.exe" --no-hosted-server`