stascorp/rdpwrap: RDP Wrapper Library – up to 15 RDP sessions on any Windows edition including basic/home/core
Posted by jpluimers on 2018/06/04
RDP Wrapper works as a layer between Service Control Manager and Terminal Services, so the original termsrv.dll file remains untouched. Also this method is very strong against Windows Update.
- Source: [WayBack] stascorp/rdpwrap: RDP Wrapper Library
- Via: [WayBack] RDP Wrapper – concurrent RDP sessions for home usage (up to 15 concurrent sessions) https://github.com/stascorp/rdpwrap/releases – Ilya S – Google+
- Releases: [WayBack] Releases · stascorp/rdpwrap
I’ve tested this on Windows 7 Home Premium and it works fine, see the log below. On Windows 10 Fall Creators Update and up, I had to get the rfxvmt.dll
files (in %windir%\System32
and %windir%\SysWOW64
) from a Windows Professional system, see Known Issues. You can download them from the repository as well.
- Download from github.com/stascorp/rdpwrap/releases
- Unzip
- Run the
install.bat
:
C:\Users\jeroenp\Downloads\RDPWrap-v1.6.1>install.bat RDP Wrapper Library v1.6 Installer v2.3 Copyright (C) Stas'M Corp. 2016 [*] Notice to user: - By using all or any portion of this software, you are agreeing to be bound by all the terms and conditions of the license agreement. - To read the license agreement, run the installer with -l parameter. - If you do not agree to any terms of the license agreement, do not use the software. [*] Installing... [*] Terminal Services version: 6.1.7600.16385 [+] This version of Terminal Services is fully supported. [+] TermService found (pid 1168). [*] Shared services found: CryptSvc, Dnscache, LanmanWorkstation, NlaSvc [*] Extracting files... [+] Folder created: C:\Program Files\RDP Wrapper\ [*] Downloading latest INI file... [+] Latest INI file -> C:\Program Files\RDP Wrapper\rdpwrap.ini [+] Extracted rdpw64 -> C:\Program Files\RDP Wrapper\rdpwrap.dll [+] Extracted rdpclip6164 -> C:\Windows\System32\rdpclip.exe [*] Configuring service library... [*] Checking dependencies... [*] Checking CertPropSvc... [*] Checking SessionEnv... [*] Terminating service... [*] Starting CryptSvc... [*] Starting Dnscache... [*] Starting LanmanWorkstation... [*] Starting NlaSvc... [-] StartService error (code 1056). [*] Starting TermService... [*] Configuring registry... [*] Configuring firewall... OK. [+] Successfully installed. ______________________________________________________________ You can check RDP functionality with RDPCheck program. Also you can configure advanced settings with RDPConf program. Druk op een toets om door te gaan. . . C:\Users\jeroenp\Downloads\RDPWrap-v1.6.1>rdpcheck
Note that this “error” is normal: [-] StartService error (code 1056).
as it means the service is already started: [WayBack] System Error Codes (1000-1299) (Windows)
ERROR_SERVICE_ALREADY_RUNNING
- 1056 (0x420)
- An instance of the service is already running.
–jeroen
Leave a Reply