llccd / TermWrap

My rewrite of rdpwrap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TermWrap

My rewrite of rdpwrap

Compared to original rdpwrap

  1. Only support x64-based systems starting from Vista

  2. Integrated RDPWrapOffsetFinder, patch offsets are automatically searched, and will survive after installing updates

  3. Fixed incorrect SingleUserPatch that prevents same user have multiple session simultaneously

  4. Enabled camera and USB redirection for all SKUs by additional wrap of UmRdpService

Usage

Install

First, ensure Microsoft Visual C++ 2015-2022 Redistributable (x64) is installed

Copy 3 dlls to "%ProgramFiles%\RDP Wrapper" and merge "install.reg", then reboot system

Uninstall

Merge "uninstall.reg" and reboot system, then delete files in "%ProgramFiles%\RDP Wrapper"

Enable USB redirection

To enable remote desktop USB redirection, additional group policy settings are required:

Computer Configuration\Administrative Templates\System\Device Installation\Allow remote access to the Plug and Play interface -> Enabled

Computer Configuration\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Remote Session Environment\RemoteFX for Windows Server 2008 R2\Configure RemoteFX -> Enabled

Computer Configuration\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Device and Resource Redirection\Do not allow supported Plug and Play device redirection -> Disabled

Computer Configuration\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Connection Client\RemoteFX USB Device Redirection\Allow RDP redirection of other supported RemoteFX USB devices from this computer -> Enabled

About

My rewrite of rdpwrap


Languages

Language:C++ 100.0%