Skip to content
Mark Dicks edited this page Jul 1, 2024 · 1 revision

Welcome to the RemoteDesktopWPF Wiki!

Introduction

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.

Table of Contents

  1. Getting Started
  2. Installation
  3. Usage
  4. Contributing
  5. Roadmap
  6. FAQs
  7. License
  8. Contact Information

Getting Started

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.

Installation

  1. Clone the Repository:
git clone https://github.com/yourusername/RemoteDesktopWPF.git
  1. Build the Application: Navigate to the cloned directory and open the solution in Visual Studio. Build the solution to resolve dependencies.
  2. Run the Application: You can start the server on the host machine and the client application on the remote machine.
Clone this wiki locally