Enable Remote Desktop Host on a Windows Home laptop so you can connect to it remotely from another PC.
Allow multiple users to have simultaneous RDP sessions on a single Windows machine without upgrading to a Pro licence.
Run a console session and a remote session at the same time on a Windows Home PC used as a home server.
INI file must be updated manually for each new Windows build after updates, supported only on Windows Vista through Windows 10.
RDP Wrapper Library is a Windows tool that turns reduced or home editions of Windows into machines that can accept Remote Desktop connections, the protocol Microsoft uses to let one PC display the desktop of another over the network. By default Microsoft only enables incoming Remote Desktop Host capability on Pro and higher editions, this project enables it on Starter, Home Basic and similar editions, and also allows several concurrent Remote Desktop sessions on a single machine. According to the README, the wrapper sits as a layer between the Service Control Manager and the Terminal Services component of Windows, and loads the original termsrv.dll system file with different parameters rather than patching that file on disk. The file stays untouched, which the maintainers say makes the approach resilient to Windows Update overwriting the change. The release package ships an installer/uninstaller, a configuration tool, an RDP checker, and batch files for quick install and update. An INI file holds per-build offsets so support for new termsrv.dll versions can be added by updating that file rather than rebuilding. Listed features include console and remote sessions at the same time, the same user logged in locally and remotely, up to fifteen concurrent sessions depending on hardware, session shadowing, and multi-monitor support. The README says supported systems are Windows Vista, 7, 8, 8.1 and 10, with Windows 2000, XP and Server 2003 not supported. The code is written in Delphi and C++, Pascal is the primary repository language. The full README is longer than what was provided, and notes that the legal status of using it has no definitive answer.
← stascorp on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.