Accessing RemoteApp from Linux - kimmknight/remoteapptool GitHub Wiki
Seamlessly accessing Windows RemoteApps from Linux
-
First of all enable Remote Desktop on Windows, as described in the first step here.
-
Then (still on Windows), add
explorer.exeas a remote app: -
Now on Linux, install FreeRDP. You should now have a command like
xfreerdporxfreerdp3available. Please note thatwlfreerdpis deprecated, but that's okay since xfreerdp works on wayland just fine. -
You can now connect to the RemoteApp by running the following command from a terminal: (Make sure to replace myUser and myPassword with your Windows user credentials and
192.168.1.123with the IP address of your Windows machine.)xfreerdp3 /cert:ignore /u:myUser /p:myPassword /app:'%windir%\explorer.exe' /v:192.168.1.123:3389
Notes
Please be aware that although it may seem counterintuitive, it is strongly recommended to launch your applications from the Explorer window rather than adding them directly as remote apps. Otherwise, you may encounter issues with many applications, particularly those with multiple windows, and running multiple applications simultaneously may not be possible at all.