<code> Windows Registry Editor Version 5.00
[HKEYLOCALMACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services] “fAllowUnlistedRemotePrograms”=dword:00000001 </code>
Define new APP with remoteapptool
sudo apt-get install build-essential git-core cmake libssl-dev libx11-dev libxext-dev libxinerama-dev \ libxcursor-dev libxdamage-dev libxv-dev libxkbfile-dev libasound2-dev libcups2-dev libxml2 libxml2-dev \ libxrandr-dev libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev libxi-dev libgstreamer-plugins-base1.0-dev git clone --depth=1 git://github.com/FreeRDP/FreeRDP.git cd FreeRDP cmake -DCMAKE_BUILD_TYPE=Release -DWITH_SSE2=ON -DWITH_PULSE=ON . make sudo make install sudo ldconfig
</code>
Call remoteapp
xfreerdp /u:user /p:user \
+clipboard /drive:home,${HOME} /sound:sys:pulse \
/app:"||appname" /v:<ip_windows_machine>
Call desktop
xfreerdp -u user -p user --plugin drdynvc --data tsmf:audio:pulse -- localhost