Multiple concurrent Remote Desktop session for Win 8.1: Overwrite System Files

I usually patch the Remote Desktop service to allow multiple simultaneous connections.But trying to do so on Win 8.1 results in an error message: “Access denied: You need permission to perform this action.”. The solution is to take owner ship of the file…

Click to Read More

  1. First, get the patched RDP service termsrv.dll here.
  2. Then, take owner ship of the existing termsrv.dll: takeown /f C:\Windows\System32\termsrv.dll
  3. Next, grant you access on that file: cacls C:\Windows\System32\termsrv.dll /G <YourAccount>:F
  4. As termsrv.dll is currently loaded, rename it into “-termsrv.dll”
  5. Finally, copy the patched file into C:\Windows\System32\
  6. Restart the PC.

Loading


Categories:

Tags:


Comments

One response to “Multiple concurrent Remote Desktop session for Win 8.1: Overwrite System Files”

Leave a Reply to Anonymous Cancel reply

Your email address will not be published. Required fields are marked *