Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.03 KB

File metadata and controls

47 lines (33 loc) · 1.03 KB

RemoteWin

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.

Table of Contents

  1. Installation
  2. Usage
  3. License

Installation

  1. Clone the repository:

    git clone https://github.com/scraptux/RemoteWin.git
  2. Navigate to the project directory:

    cd RemoteWin
  3. Specify your remote system or virtual machine using the file 'configuration.conf'

Usage

Check your configuration

remotewin -c configuration.conf check

Connect to your remote machine

remotewin -c configuration.conf connect

Start an application

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.

License

Distributed under the GPL-3.0 License. See LICENSE for more information.