-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Mark Dicks edited this page Jul 1, 2024
·
1 revision
RemoteDesktopWPF is a WPF-based application that enables secure, remote desktop access to computers running the Windows operating system. This wiki serves as a central hub for all documentation related to the project, including setup guides, usage instructions, development roadmaps, and more.
Before you begin, ensure that your system meets the minimum requirements: Windows 10/11 and .NET Framework 4.8 or later. This section provides a quick overview of the steps required to get RemoteDesktopWPF up and running on your system.
- Clone the Repository:
git clone https://github.com/yourusername/RemoteDesktopWPF.git
- Build the Application: Navigate to the cloned directory and open the solution in Visual Studio. Build the solution to resolve dependencies.
- Run the Application: You can start the server on the host machine and the client application on the remote machine.