Skip to content

jackbuehner/rdp-protocol-handler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote Desktop Protocol Handler for Windows

This adds support for opening remote desktops and apps via the rdp:// URL scheme/protocol.

Specifically, this app will read the all text after rdp:// in a URL, convert it to a temporary RDP file, and then launch mstsc.exe with the RDP file. Text after rdp:// should be in the format of URL-encoded query string parameters.

Example: rdp://full%20address=s:192.168.0.20&username=s:jackbuehner

Get the latest published release

A screenshot of the favorites page in RAWeb

Old versions can be found on the releases page.