Last modified by Tobias Wintrich on 2025/10/10 13:46

From version 5.1
edited by Tobias Wintrich
on 2025/10/10 13:45
Change comment: There is no comment for this version
To version 3.1
edited by Tobias Wintrich
on 2025/10/10 13:41
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,8 +1,8 @@
1 1  {{info}}
2 2  This HowTo was created and tested with the following versions:
3 3  
4 -* Firmware Version x64 13.00 Build 119 
5 -* FreeRDP 3.17 13.00 Build 005 
4 +* Firmware Version x64 13.00 Build 119
5 +* FreeRDP 3.17 13.00 Build 005
6 6  * ThinCast 1.1 13.00 Build 015
7 7  {{/info}}
8 8  
... ... @@ -17,7 +17,7 @@
17 17  {{warning}}
18 18  Ensure that the Group Policy setting **“Use advanced RemoteFX graphics for RemoteApp”** under
19 19  **Computer Configuration** → **Administrative Templates** → **Windows Components** → **Remote Desktop Services** → **Remote Desktop Session Host** → **Remote Session Environment**
20 -is set to either **“Not configured” (default)** or **“Enabled”**. 
20 +is set to either **“Not configured” (default)** or **“Enabled”**.
21 21  
22 22  If this policy is set to **“Disabled”**, it can result in an increased number of visual artifacts within the RemoteApp session.
23 23  {{/warning}}
... ... @@ -24,6 +24,8 @@
24 24  
25 25  [[image:1760094711652-938.png]]
26 26  
27 += FreeRDP / ThinCast Configuration =
28 +
27 27  In each **connection configuration**, you have three options for launching a RemoteApp.
28 28  For all three options, the corresponding application must first be published on the server for RemoteApp access.
29 29  
... ... @@ -32,7 +32,7 @@
32 32  This client provides significantly better image quality and greatly reduces visual artifacts.
33 33  {{/info}}
34 34  
35 -[[image:1760096644329-227.png]]
37 +[[image:1760095249199-640.png]]
36 36  
37 37  {{warning}}
38 38  When using the **ThinCast Client**, the option **“GFX-Small Cache”** must be enabled.
... ... @@ -58,10 +58,10 @@
58 58  **Path Input Note**
59 59  
60 60  When using the **ThinCast Client** or **FreeRDP**, the application path must **not contain a colon (:)**.
61 -Therefore, a path such as **“C:\MyProgram.exe”** will not work. 
63 +Therefore, a path such as **“C:\MyProgram.exe”** will not work.
62 62  
63 63  Instead, use an environment variable, for example:
64 -**“%HOMEDRIVE%\MyProgram.exe”** 
66 +**“%HOMEDRIVE%\MyProgram.exe”**
65 65  
66 66  Applications located in the System32 directory can be launched without specifying a path.
67 67  {{/info}}
... ... @@ -68,9 +68,9 @@
68 68  
69 69  **Example entries for Exe mode:**
70 70  
71 -* %ProgramFiles%\Windows NT\Accessories\wordpad.exe 
72 -* notepad.exe 
73 -* %ProgramFiles(x86)%\Microsoft\Edge\Application\msedge.exe 
73 +* %ProgramFiles%\Windows NT\Accessories\wordpad.exe
74 +* notepad.exe
75 +* %ProgramFiles(x86)%\Microsoft\Edge\Application\msedge.exe
74 74  
75 75  The result after connection setup is identical to that of **Alias** mode.
76 76  
... ... @@ -80,16 +80,15 @@
80 80  Instead of the Windows Explorer, only the defined application is executed within the session.
81 81  
82 82  The application path can be defined in two ways:
83 -
84 84  1. By specifying the full path (as in **“Exe”** mode), or
85 85  2. By using the alias name prefixed with **“||”**
86 86  
87 87  **Example entries for Shell mode:**
88 88  
89 -* %ProgramFiles%\Windows NT\Accessories\wordpad.exe 
90 -* notepad.exe 
91 -* %ProgramFiles(x86)%\Microsoft\Edge\Application\msedge.exe 
92 -* ||mspaint 
90 +* %ProgramFiles%\Windows NT\Accessories\wordpad.exe
91 +* notepad.exe
92 +* %ProgramFiles(x86)%\Microsoft\Edge\Application\msedge.exe
93 +* ||mspaint
93 93  * ||msedge
94 94  
95 95  [[image:1760095922684-297.png]]
... ... @@ -104,3 +104,4 @@
104 104  
105 105  To enable a compositor, go to **Desktop → Compositor** and set the option to **“XFWM”**.
106 106  The compositor will start immediately after applying the change, and the black borders will disappear.
108 +