Seamlessly display Windows applications running on a virtual machine or remote system. Interact with Windows applications as though they are running locally on your system.
-
Clone the repository:
git clone https://github.com/scraptux/RemoteWin.git
-
Navigate to the project directory:
cd RemoteWin
-
Specify your remote system or virtual machine using the file 'configuration.conf'
remotewin -c configuration.conf check
remotewin -c configuration.conf connect
remotewin -c configuration.conf launch explorer.exe ~/Documents/TestDocument.pdf
Paths relating to files on your local device are automatically mounted and accessable on the remote device.
Distributed under the GPL-3.0 License. See LICENSE for more information.