Skip to content

Commit

Permalink
Update Client-Setup-Windows.md (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenatorX authored Jun 8, 2024
1 parent a7d92fc commit 030f216
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Client-Setup-Windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@ After confirming that your client can connect to a server, you can use one of th
<executable>HDD:\path\to\xiloader.exe</executable>
</profile>
```
NOTE: If your registered password contains any of the following characters, you will need to replace/escape them in the file to avoid corrupting the entire setting.xml file
* replace all `&` in your password with `&amp;`
* replace all `<` in your password with `&lt;`
* replace all `>` in your password with `&gt;`

5. Execute Windower.exe.

Expand Down

0 comments on commit 030f216

Please sign in to comment.