Change DuckDNS install path

Change DuckDNS install path to be under C:\Program Files per recommendation by nielsvanvelzen
This commit is contained in:
felix920506
2023-05-20 23:47:28 +08:00
parent ca8a9432f5
commit e470eb3f42
4 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -173,11 +173,11 @@ A reverse proxy is a server that sits in front of other services and forwards cl
![duckdns dashboard](/images/docs/quick-start/windows/ddns-1.png)
3. Download the latest Windows C# client zip from [its Github releases page](https://github.com/XWolfOverride/DuckDNS/releases)
4. Create a new subfolder under `C:\` and name it `duckdns`
4. Create a new subfolder under `C:\Program Files` and name it `duckdns`
![duckdns folder](/images/docs/quick-start/windows/ddns-2.png)
5. Unzip the downloaded file and move the `DuckDNS.exe` into the folder
5. Unzip the downloaded file and move the `DuckDNS.exe` into the folder. Confirm the operation if prompted.
![duckdns exe](/images/docs/quick-start/windows/ddns-3.png)
@@ -196,7 +196,7 @@ A reverse proxy is a server that sits in front of other services and forwards cl
11. Enter a descriptive Name and a description, one that you can identify in the future and click next
12. Choose `When I log on` for the Task Trigger and click Next
13. Choose `Start a program` for the Action
14. Enter `C:\duckdns\DuckDNS.exe` in the Program/script field
14. Enter `C:\Program Files\duckdns\DuckDNS.exe` in the Program/script field
![create duckdns task](/images/docs/quick-start/windows/ddns-6.png)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 20 KiB