Windows 10 Concurrent Remote Desktop Patch Download

  1. Windows 10 Concurrent Remote Desktop Patch Download Free
  2. Microsoft Remote Desktop

Concurrent (multiple) RDP sessions patcher for Remote Desktop in Windows 10 Hi guys, I've used concurrent (multiple simultaneous) RDP sessions on windows 7 and later on 8. By default, multiple concurrent remote desktop sessions are not allowed on any of Windows desktop systems, including Windows 10. Hello Friends,This tutorial will show you how you can enable multiple remote desktop connection for single PC from different users.1:- to enable multiple re. Your Windows 10 question is more complex that what is typically answered in the Microsoft Answers forums. It is better suited for the IT Pro audience on TechNet. Please post your question in the TechNet Remote Desktop forum. Feel free to post back if you have other inquiries.

Method 1:

Method 2:
Remote users can connect to their Windows 10 computers through the Remote Desktop Services (RDP) running on the Pro and Enterprise editions (but not on Home/Single Language). But there is a restriction on the number of simultaneous RDP sessions – only one remote user can work at a time. If you try to open a second RDP session, a warning appears asking you to disconnect the first user session.Another user is signed in. If you continue, they’ll be disconnected. Do you want to sign in anyway?

Let’s consider the main restrictions of the Remote Desktop Service usage on Windows 10 (and all previous desktop Windows versions):

  1. RDP access feature supported only in higher Windows editions (Professional and Enterprise). In Windows 10 Home editions, the incoming remote desktop connections are forbidden at all (you can solve this only using the RDP Wrapper Library).
  2. Only one simultaneous RDP connection is supported. When you try to open a second RDP session, the user is prompted to close the existing connection.
  3. If there is a user who works on the console of the computer (locally), then when you try to create a new remote RDP connection, the console session will be terminated. A remote RDP session will be also forcibly terminated if the user will try to log locally.

Actually, the number of simultaneous RDP connections is limited rather by the license (then by any technical aspect). Therefore, this restriction does not allow to create a terminal RDP server based on the workstation that can be used by multiple users. Microsoft’s logic is simple: if you need a Remote Desktop server – buy a Windows Server license, RDS CALs, install and configure the Remote Desktop Session Host (RDSH) role.

From a technical point of view, any Windows version with a sufficient amount of RAM can support simultaneous operation of several dozens of remote users. On average, 150-200 MB of memory is required for one user session, without taking into account the launched apps. Those, the maximum number of simultaneous RDP sessions in theory is limited only by computer resources.

Let’s consider two ways on how to allow simultaneous RDP connections on Windows 10: using the RDP Wrapper application and by editing the termsrv.dll file.Contents:

Important. Initially, in the very first version of this post, the main working option that allows you to remove the limit on the number of simultaneous RDP user connections was the way to modify and replace the termsrv.dll file in the %SystemRoot%System32 folder. However, when you install a new Windows 10 build or some security updates, this file can be updated.

As a result, you have to edit this file using Hex editor each time, which is quite tedious. Therefore, you can use the RDP Wrapper Library tool as the main way to deploy a free RDS server on Windows 10.Note. System modifications described in the article are considered as a violation of Microsoft License Agreement with all the consequences that come with it and you may perform them at your own risk.

RDP Wrapper: Enable Multiple RDP Sessions on Windows 10

The RDP Wrapper Library project allows you to support multiple RDP sessions on Windows 10 without replacing the termsrv.dll file. This software serves as a layer between SCM (Service Control Manager) and the Remote Desktop Services. RDPWrap allows you to enable not only support for multiple simultaneous RDP connections, but also to enable the support of RDP Host on Windows 10 Home editions. RDP Wrapper does not make any changes to the termsrv.dll file, it’s just loading termsrv library with the changed parameters.

Thus, the RDPWrap will work even in case of termsrv.dll file update. It allows not to be afraid of Windows updates.Important. Before installing RDP Wrapper it is important to make sure that you use the original (unpatched) version of the termsrv.dll file. Otherwise, RDP Wrapper may not work stably, or it cannot be started at all.

You can download RDP Wrapper from the GitHub repository: https://github.com/binarymaster/rdpwrap/releases (the latest available version of RDP Wrapper Library – v1.6.2). Based on the information on the developer page, all versions of Windows are supported. Windows 10 is supported up to the 1809 build (although , everything also works fine in Windows 110 1909, see the solution below).

The RDPWrap-v1.6.2.zip archive contains some files:

  • RDPWinst.exe — an RDP Wrapper Library install/uninstall program;
  • RDPConf.exe — an RDP Wrapper configuration utility;
  • RDPCheck.exe — Local RDP Checker — an RDP check utility;
  • install.bat, uninstall.bat, update.bat — batch files for installation, uninstallation and update of RDP Wrapper.

To install the RDPWrap, run the install.bat with the Administrator privileges. During the installation process, the utility accessing the GitHub site for the latest version of the ini file. To undo this, remove the -o flag in the install.bat file. The program will be installed in the C:Program FilesRDP Wrapper directory.

When the installation is over, run the RDPConfig.exe. Make sure that all elements on the Diagnostics section are green.

Run the RDPCheck.exe and try to open a second RDP session (or connect several RDP sessions from remote computers). It worked out well! Now your Windows 10 allows two (and more) users to use different RDP sessions simultaneously.

The RDPWrap utility supports all Windows editions: Windows 7, Windows 8.1, and Windows 10. Thus, you can build your own terminal (RDS) server on any desktop instance of Windows.

Also interesting features of the RDP Wrapper are:

  • The option Hide users on logon screen allows you to hide the list of users from the Windows Logon Screen;
  • If you disable the Single session per user option, multiple simultaneous RDP sessions will be allowed under the same user account (the registry parameter fSingleSessionPerUser = 0 is set under the key HKLMSYSTEM CurrentControlSetControlTerminal ServerfSingleSessionPerUser);
  • RDP Port — you can change the Remote Desktop port number from 3389 to any other;
  • In the Session Shadowing Mode section you can change the remote control (shadow) connection permissions to the Windows 10 RDP sessions.

RDP Wrapper not Working on Windows 10

Let’s consider what to do if you cannot use several RDP connections in Windows 10 even with the installed RDP Wrapper tool.

In my case, since there is no direct Internet access on the computer, the RDPWrap could not get the new version of the rdpwrap.ini file from GitHub with the settings for the latest Windows versions. Therefore, the RDConfig utility showed the status [not supported].

Download the rdpwrap.ini file from the developer’s page and place it in the installation folder (C:Program FilesRDP Wrapperrdpwrap.ini). Restart the TermService and make sure that the state [not supported] is changed to [fully supported].

If the RDP Wrapper utility doesn’t work properly after updating the rdpwrap.ini file, the problem can occur because of a new build of Windows 10 you are using. Try to download the new rdpwrap.ini for your Windows 10 version build from here https://github.com/fre4kyC0de/rdpwrap.You can get the rdpwrap.ini for the Windows 10 1909 10.0.18363.476 with the following link rdpwrap_10.0.18363.476_1909.zip.

Also, if you have problems with RDPWrap, you can open the issue at https://github.com/stascorp/rdpwrap/issues. Here you can find the actual rdpwrap.ini file before updating it in the official repository.

To replace the rdpwrap.ini file:

  1. Stop the termservice: get-service termservice | stop-service
  2. Replace the rdpwrap.ini file in the directory C:Program FilesRDP Wrapper;
  3. Restart your computer;
  4. Run the RDPConf.exe and make sure all statuses turn green.

If after installing security updates or upgrading the Windows 10 build, RDP Wrapper does not work correctly, check if the “Listener state: Not listening” is displayed in the Diagnostics section.

Try to update the C:Program FilesRDP Wrapperrdpwrap.ini file using the update.bat script (or manually) and reinstall the service:

rdpwinst.exe -u
rdpwinst.exe -i

It happens that when you try to establish a second RDP connection under a different user account, you see a warning:The number of connections to this computer is limited and all connections are in use right now. Try connecting later or contact your system administrator.

In this case, you can use the Local Group Policy Editor (gpedit.msc) to enable the policy “Limit number of connections” under Computer Configuration -> Administrative Templates -> Windows Components -> Remote Desktop Services -> Remote Desktop Session Host -> Connections section. Change its value to 999999.

Restart your computer to apply new policy settings.

Modifying Termsrv.dll File to Allow Multiple RDP Session

To remove the restriction on the number of concurrent RDP user connections in Windows 10 without using rdpwraper, you can replace the original termsrv.dll file. This is the library file used by the Remote Desktop Service. The file is located in C:WindowsSystem32 directory.

Before you edit or replace the termsrv.dll file, it is advisable to create its backup copy. If necessary, this will help you to return to the original file version:

copy c:WindowsSystem32termsrv.dll termsrv.dll_backup

Before you edit the termsrv.dll file, you have to become its owner and give the Administrators group the full permissions to it. The easiest way to do this is from the command prompt. To change the file owner from TrustedInstaller to a local administrators group use the command:

takeown /F c:WindowsSystem32termsrv.dll /A

Now grant the local administrators group Full Control permission on the termsrv.dll file:

icacls c:WindowsSystem32termsrv.dll /grant Administrators:F

After that, stop the Remote Desktop service (TermService) from the services.msc console or from the command prompt:

Net stop TermService

Before moving on, you need to get your version (build number) of Windows 10. Open the PowerShell console and run the command:

Get-ComputerInfo | select WindowsProductName, WindowsVersionI have Windows 10 build 1909 installed on my computer.

Then open the termsrv.dll file using any HEX editor (for example, Tiny Hexer). Depending on your Windows 10 build, you need to find and replace the code according to the table below:

For example, for Windows 10 x64 RTM (10240) with the termsrv.dll file version 10.0.10240.16384, you need to find the line:

39 81 3C 06 00 00 0F 84 73 42 02 00

and replace it with:

Windows 10 Concurrent Remote Desktop Patch Download Free

B8 00 01 00 00 89 81 38 06 00 00 90

Save the file and run the TermService.

Already patched termsrv.dll file for Windows 10 Pro x64 can be downloaded here: termsrv_for_windows_10_x64_10240.zip

If something went wrong and you experience some problems with the Remote Desktop service, stop the service and replace the modified termsrv.dll file with the original version:

copy termsrv.dll_backup c:WindowsSystem32termsrv.dll

The advantage of the method of enabling multiple RDP sessions in Windows 10 by replacing the termsrv.dll file is that antiviruses do not respond on it (unlike the RDPWrap, which is detected by many antiviruses as a Malware/HackTool/Trojan).

Remote

The main drawback is that you will have to manually edit the termsrv.dll file each time you upgrade the Windows 10 build (or when updating the version of the termsrv.dll file during the installation of monthly cumulative updates).

These software extend functionality of the vCloudPoint system. We test every software before it is added here. For licensing software, you may purchase in bundle with vCloudPoint zero clients from our sales representatives. Support is intended to be provided by their respective owners.
  • By Stats’M

  • RDP Wrapper Library

    Multi-user Remote Desktop Application

  • RDP Wrapper is a free open source project to enable Remote Desktop Host support and concurrent RDP sessions on reduced functionality systems for home usage.

    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.

    Instruction: Download the RDPWrap.zip file and then unzip it. Simply execute the install.bat file but make sure to disabled anti-virus software during installation. If it is not working on Windows 10 with the latest update, run the update.bat file. If you are using a Windows XP, follow the guide to download another file purpose-built for Windows XP after clicking the install.bat file.

    Attention: It’s recommended to have original termsrv.dll file with the RDP Wrapper installation. If you have modified it before with other patchers, it may become unstable and crash in any moment.

  • FREE

  • By VideoLAN

  • VLC Media Player

    Media Player Supporting vCloudPoint’s Client-rendering Feature

  • VLC is a free and open source cross-platform multimedia player and framework that plays most multimedia files as well as DVDs, Audio CDs, VCDs, and various streaming protocols.

    Beginning from vMatrix 2.0, vCloudPoint introduced a new feature that allows local videos played on the zero client with VLC player to be rendered locally by the client processor instead of the host cpu.
    This feature aims to significantly offload host-side cpu consumption on video playing and help support more video users per host especially for cases where simutaneous video play is often required.
    This feature is supported by VLC player of 2.1.5 or newer versions and works automatically after the installation of vMatrix 2.x. You just make sure you are using the correct versions of vMatrix and VLC player and VLC player is selected to play the video, then you are ready to “save”.

    Note: As the media content is not rendered at the host side, there is a drawback of using this feature: media content within the VLC player cannot be viewed by the administrator through monitoring at the host side.

  • FREE

  • By vCloudPoint & NSL

  • vMatrix Classroom Control

    Classroom Management Software


  • vMatrix Classroom Control enables schools, colleges and training institutions to implement the power of computing in schools more quickly and affordably than ever, and helps maximize the return on their investment by providing teachers with the ability to instruct, monitor and interact with their students either individually, or as an overall class.

    • Record student attendance.
    • Keep students on task and avoid distractions.
    • Launch applications and websites for students.
    • Monitor in real time all student activity.
    • Show students your desktop, a video or an application.
    • Easily share content with students.
    • Drive down costs by managing and controlling printer access.
    • Effectively communicate with students.
    • Plan lessons and provide effective end of lesson review.
    • Question and assess students.

    vMatrix Classroom Control is available in English, France, Korean, Italian, Traditional Chinese, Simplified Chinese, and Argentina Spanish. The English installation package is provided here. Please contact us to obtain the installation package of other languages. The installation package will expire on Jan-31-2021; We will update the package before that date for your downloading.

    View vMatrix Classroom Control Brochure
    View vMatrix Classroom Control Installation Manual
    View vMatrix Classroom Control Purchase Guide

  • 30 Days Trial

  • By Kingsoft

  • WPS Office

    Office Suite

  • WPS Office is a cross-platform (Windows, Android, ISO …) office productivity suitewith over 760 million users worldwide. WPS Office Suite includes Writer, Spreadsheets and Presentation, equivalent to Microsoft Word, PowerPoint and Excel. WPS Office Free Edition Features:

    • Fully compatible with Microsoft Office 2003, 2007, 2013 and other formats.
    • Supports various versions of Windows, iOS, Linux and Android.
    • Supports English, French, German, Spanish and Portuguese.
    • Easily switch between open documents using our Priority Tabs feature.
    • Quickly share documents with built in emailing function.
    • Keep your work safe with auto-save and document encryption.
    • Access to 100’s of free templates.
    • Access to WPS Cloud and File Roaming.

    WPS Business Edition includes all components and features of the free edition and provides more advanced features. Features:

    • Export files to docx, xslx or pptx formats.
    • WPS Connect (file roaming, cloud back-up): 10G.
    • Print without watermark.
    • Save to PDF without watermark.
    • VBA / Macro support.
    • Writer (advanced): Track changes and comments, Mail merge, Form field locking.
    • Presentation (advanced): Advanced animation, Comments, Export to compressed file / folder.
    • Spreadsheets (advanced): Share workbook, Advanced formulas, Pivot tables.

    Note: the installing path must be non-user based, like “C:Program files” , otherwise non-administrator users are not able to run this software.

  • FREE/ PREMIUM

Microsoft Remote Desktop

  • By Dr. Web

  • Dr.Web Security Space

    Security Software

  • System requirements
    • Windows 10/8/7/Vista (64-bit) and Windows 10/8/7/Vista/XP SP2 (32-bit)
    • macОS 10.7+
    • GNU/Linux for Intel x86/amd64 with kernel 2.6.37+ and glibc 2.13+

    Description
    Maximum Dr.Web protection for Windows,
    Anti-virus for macOS and Linux
    Dr.Web Security Space includes applications that provide comprehensive protection for Windows and Android, and anti-virus security for OS X and Linux. If you want to switch from Windows to Mac OS X while your license is valid, you won’t have to replace your key file—just download the required distribution free of charge.

    Protection components for Windows
    Anti-virus — blocks viruses and malware from accessing the protected system and will cure the malignant programs that have already penetrated it.
    Anti-spam — detects spam and other unsolicited messages in any language, with next-to-zero false positives.
    SpIDer Gate® an HTTP monitor that scans webpages in real-time and blocks phishing websites and other dangerous web resources.
    Parental control — blocks access to websites by URL keywords and protects children from exposure to objectionable web content. The “restrict access” feature protects information located on removable data-storage devices and in files and directories from unauthorised access, theft, and deletion.
    Anti-virus network component — lets you remotely control Dr.Web anti-viruses installed on computers connected to one local network.
    Firewall — an impenetrable barrier to hackers attempting to break into your system.

    Services for Windows
    Dr.Web Cloud
    If a PC is connected to the Internet, all URLs opened by the user are first authenticated in the cloud on Doctor Web’s servers. The URL is examined in real time regardless of how current the virus definitions on the user’s computer are.
    Data Loss Prevention (backup)
    By regularly creating back-up copies of your files, the Data Loss Prevention feature will keep them from becoming corrupted by encryption malware. Simply enable this feature so that even if a Trojan encodes your files, you will be able to restore them on your own without having to request support from Doctor Web. Unlike conventional back-up programs, Dr.Web creates backups and protects them from intruders.
    Removable device access control
    Most modern threats can’t replicate themselves. People spread Trojans from one PC to another with their flash drives. Dr.Web can block access to removable media— flash-drives and any other USB devices, including webcams, cameras, and portable media players.

  • 90 Days Trial