远程桌面多用户破解工具

AI权益加码!Claude Code、Cursor等20+工具免费用! 购周边限时加赠Coding Plan Lite,畅享主流AI工具!学习进阶更高效! 阅读详情

工具下载地址:


http://download.csdn.net/source/3476269

转帖:
Terminal Server Patch

Universal Terminal Server Patch
by deep

This patch will remove the Concurrent Remote Desktop sessions limit in termsrv.dll and allow multi-user login enabling two or more concurrent sessions if you have FAST USER SWITCHING enabled, and your windows is NOT in a domain.
Concurrent Remote Desktop Sessions allows you to connect through Remote Desktop to a system that someone else is logged on to, under a different or even the same user account, and access the system without kicking the other user off.

!!!Proceed at your own risk!!!

Windows XP SP1 / SP2 / SP3
Windows Vista SP1 / SP2
Windows 7

32bit(x86) / 64bit(x64) on all above OS is tested and working!


Important Directories:

%windir%System32dllcache
%windir%ServicePackFilesi386
%windir%i386
%windir%System32

STEP-BY-STEP Patch

1.On Folder Options ENABLE to view all system and hidden files temporary
2.STOP Remote Desktop Service
3.Navigate thru your %windir%system32 folder
4.BACKUP termsrv.dll via CMD
COPY "%SystemRoot%System32termsrv.dll" "%SystemRoot%System32*.*.bak"
5.Take Ownership on file via CMD
takeown /a /f %SystemRoot%System32termsrv.dll
6.Grant administrators Rights on file via CMD
ICACLS %SystemRoot%System32termsrv.dll /Grant Administrators:F
7.PATCH (Require administrator rights. Right-click the exe file, select Run as Administrator)
8.Compare both termsrv.dll via Command Prompt (Start->Run->CMD)
fc/b termsrv.dll termsrv.dll.bak
-----------------------------------BELOW FOR WINDOWS XP-------------------------------
7.Click on Start Menu -> Run command and type gpedit.msc, follow by Enter to open up the Group Policy Editor.
8.Navigate to Computer Configuration -> Administrative Templates -> Windows Components -> Terminal Services.
9.Enable Limit Number of Connections and set the number of connections to 3 (or more). The setting allows more than one users to use the computer and logged on at the same time.
10.Ensure the Remote Desktop is enabled in System Properties’ Remote tab by selecting the radio button for Allow users to connect remotely to this computer.
11.Enable and turn on Fast User Switching in Control Panel -> User Accounts -> Change the way users log on or off.
-----------------------------------ABOVE FOR WINDOWS XP-------------------------------
12.Restart the computer normally.
13.Go to Step 1 to HIDE all system and hidden files
14.START Remote Desktop Service

Change Remote Desktop Port

Default Remote Desktop Port: 3389

For each computer you want to remotely connect to you have to configure each computer to listen to different ports to avoid port conflicts by changing the registry key in

HKEY_LOCAL_MACHINESystemCurrentControlSetControlTerminalServerWinStationsRDP-TcpPortNumber

START > RUN > REGEDIT

Navigate thru:

HKEY_LOCAL_MACHINE > System > CurrentControlSet > Control > TerminalServer > WinStations > RDP-Tcp

Then locate the following registry subkey:

PortNumber

On the Edit menu, click Modify, and then on the Edit DWORD Value click Decimal which will show us the exact port number.

Note: To avoid conflict with other programs it is suggested to select a port between 49152 and 65535.

Now take that number you've chosen your computer to listen to and configure your router to port forward to that number

To connect to that computer your format will now be IP:Port
(ex. 222.222.222.222:1234) to connect to that specific computer behind the router

Important: If you have a firewall software running, that too has to be configured to allow communication to the port you opened in your router as well.

Registry Settings to enable Concurrent Remote Desktop sessions


Windows VISTA / 7

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal Server]
"fDenyTSConnections"=dword:00000000
"fSingleSessionPerUser"=dword:00000000


Windows XP

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal Server]
"fDenyTSConnections"=dword:00000000
"fSingleSessionPerUser"=dword:00000000

[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal ServerLicensing Core]
"EnableConcurrentSessions"=dword:00000001

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogon]
"EnableConcurrentSessions"=dword:00000001

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogon]
"AllowMultipleTSSessions"=dword:00000001

[HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindows NTTerminal Services]
"MaxInstanceCount"=dword:00000005


WinServer2012r2破解多用户同时远程登录,并取消用户控制 阅读详情

相关推荐

win10开启多用户同时远程登录-很详细

背景:Win10 正常情况下不允许多用户同时远程,即一个用户远程进来会把另一个用户踢掉,因此需要破解才能使得多个用户同时登陆远程桌面。 Win10多用户同时登陆远程桌面(允许多个RDP会话)-本文亲测win10-1903、1909版有效,其他版本会附上类似办法,本文的方法为使用解除远程桌面多用户连接限制补丁RDPWrap。 分两大步: 1.主机修改远程登录相关配置; 2.使用RDPWrap破解远程登录用户限制; 主机修改远程登录相关配置 1.添加用户: 依次点击->“设置” -->.

Perfect886的博客 4万+

远程桌面多用户同时连接数破解通用补丁

软件名称: Universal Termsrv.dll Patch (远程桌面多用户同时连接数破解通用补丁) 操作系统: Windows XP SP2 SP3; Vista SP1 SP2/Windows 7, 32bit(x86)/64bit(x64) 作者邮箱: deepxw#126.com Blog: http://deepxw.lingd.net, http://deepxw.blogspot.com (English) 破解 termsrv.dll, 解除远程桌面多用户同时连接(会话)数限制。 由于 Windows XP/Vista 的许可限制,在一台电脑上同一时间只允许一个用户登录(会话)。 如果有第二个用户通过远程桌面服务登录本机,那么在此之前本地已登录的用户、或远程已登录的用户将被踢出。 本补丁的功能就是去除这个限制,允许多人多用户同时并行访问登录XP/Vista,拥有一个终端服务器的功能。 通用补丁,适合所有语言的Windows! 本补丁只做文件破解的工作,远程桌面的其它设置,请google或百度之。 “校验和”最后一位数字的含义: 1 - 原版文件,没有改动。 9 - 文件经过修改。 说明: 1, 可以在正常模式下操作。 2, 请根据你的系统运行对应的程序: 32位系统请运行 UniversalTermsrvPatch-x86.exe; 64位系统请运行 UniversalTermsrvPatch-x64.exe。 3, 需要管理员权限。右键点程序,选择以管理员身份运行。 4, 破解后需要重启生效。 5, 备份文件: \windows\system32\termsrv.dll.backup.

RDPWrap 1.6.2多用户远程桌面破解工具

RDPConf.exe 提供了一个图形化界面,方便用户快速查看 RDP 服务的状态和进行基本配置操作。其主界面主要由两个核心区域组成:状态显示区域和操作按钮区域。RDPConf.exe 支持通过文件对 RDP 服务进行细粒度控制。该文件通常位于RDPWrap安装目录下,其内容由多个[Version]节组成,每个节对应不同系统版本的配置。

weixin_28809949的博客 942

win10破解多用户远程登录桌面补丁

打破Windows10 对于多用户同时远程登录的限制,其中的RDPWrap能够针对大部分Windows系统进行破解,同时针对最新的1809版本,17763型Windows操作系统,提供最新的破解补丁。

win11优化右键菜单不显示 “显示更多”,以及更改远程端口,在edge浏览器后面增加参数 --new-tab-page about:blank

3.HKEY_LOCAL_MACHINE\SYSTEM\CurrentContro1Set\Control\TenninalServer\WinStations\RDP-Tcp,找到PortNumber,值改成和上面一致。2.找到HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TerminalServer\Wds\rdpwd\Tds\tcp,修改PortNumber值。依次选择 Windows 设置——安全设置——本地策略——安全选项。

babytiger的专栏 1108

win11破解以开启多用户同时登陆

背景就是有一台电脑,windows11的专业版,上面有一套软件,但是这台电脑还有人需要用。然后再次管理员运行RDPConf.exe,全绿色就好了(如果还没有好,尝试从下面网址下载最新的rdpwrap.ini文件,再次替换下)。至此设置基本完成,但是这两个系统用户还是不能同时登陆,如果远程登陆就会把当前的用户踢下去,反之亦然。搜索远程桌面,点击远程桌面用户,添加上一步新建好的用户,我这里是添加了一个邮箱,就是微软账号。找到其他用户,添加用户,我这里添加的是微软用户的账户。,远程连接的,测试ok。

学以致用 知行合一 1万+

Windows10系统破解多用户同时远程登陆

Windows10系统破解多用户同时远程登陆

u010483330的博客 1万+

Windows远程桌面破解工具:突破限制实现家庭版多用户并发的免费方案

在远程办公日益普及的今天,一款免费远程桌面工具的价值愈发凸显。RDP Wrapper作为一款开源解决方案,通过创新技术为Windows家庭版和专业版用户解锁多用户并发连接功能,无需修改系统核心文件,让普通用户也能享受企业级远程桌面服务。 🔍 **问题场景:远程办公家庭的设备争夺战** "每天早上8点,我和妻子就开始抢家里那台高性能电脑。"自由设计师张先生无奈地说。作为SOHO一族,他需要使用

gitblog_01032的博客 394

远程桌面多用户破解工具

工具下载地址:http://tonykorn97.itpub.net/resource/6414/30802转帖:Terminal Server Patch Universal Terminal Server Patchby ...

congsikuai0611的博客 409

Win7多用户同时远程登录

需要的朋友请到连接处直接下载源文档(0积分。。),含图解;地址:http://download.csdn.net/detail/u010469432/8627413 使用的破解工具地址:破解文件 (主要是本人实在不想在这里一点一点传图片了。。。。。) Win7多用户同时远程登录 1.基础设置 2.创建新用户,右击计算机-管理-本地用户和组-用户-新用户 3.创建用户

软测之路 6174

windows远程桌面实现单/多用户同时登录

windows远程桌面实现单/多用户同时登录 RDPWarpper

m0_51948183的博客 1万+

Windows XP; Vista/Windows 7系统远程桌面多用户连接补丁

Windows XP; Vista/Windows 7系统远程桌面多用户连接补丁

Windows 10 多用户同时远程登录

win服务器版默认是支持多用户登陆的,甚至可以在主机上用不同用户自己远程登陆自己,如window server 2016。 Win10 正常情况下是不允许用户同时远程的,即一个用户远程进来会把另一个用户踢掉,因此需要破解才能使得多个用户同时登陆远程桌面。 主要有以下两个步骤: 1、主机修改远程登录相关配置; 2、破解远程登录用户限制; 主机修改远程登录相关配置。 新建用户: 右键“此电脑—>管理—>本地用户和组“,右键”用户—>新用户“,添加用户名,设置密码(勾选密码永不过期)。然后点击创

weixin_53370274的博客 2万+

最新的WIN10多用户远程方法--RDPWARP软件

原文链接:https://blog.xxcxw.cn/2019/08/16/win10-%e5%ae%b6%e5%ba%ad%e7%89%88%e5%8a%9e%e5%85%ac-%e5%a4%9a%e7%94%a8%e6%88%b7%e8%bf%9c%e7%a8%8b%e6%a1%8c%e9%9d%a2/ WIN10 家庭版不支持多用户远程,对于有办公需求的小伙伴,想要一台电脑同时开多个程序,又...

7680

Win10实现多用户同时进行远程桌面连接的解决方案

Win10无法实现多用户远程桌面连接的解决方案以下方法解决Win10无法同时多用户登录。推荐:win10正式版下载 以下为必要步骤需先进行组策略设置,完成后再选择方法1或2(推荐方法2): 远程桌面连接配置本地组策略win10 左下角搜索栏中 输入 gpedit打开本地组策略编辑器 选择【管理模板】->【Windows组件】->【远程桌面服务】->【远程桌面会话主...

atv36117的博客 3105

关于多用户远程桌面的实现——WIN7 版

关于多用户远程桌面的实现——WIN7 版 远程桌面服务使局域网 (LAN) 上的计算机可以连接到服务器(也称为远程计算机)并运行位于服务器上的程序。这可以只需要在1台机器上安装应用程序,其他机器共享使用。远程桌面连接使用远程桌面服务技术,使一台计算机可远程控制另一台计算机。 windows 远程终端服务是单用户的,也就是说通过远程登录到服务器时,服务器本地将黑屏。如何做到不管用本地登录还是...

weixin_30656145的博客 184

WIN7多用户远程桌面的实现

远程桌面服务使局域网 (LAN) 上的计算机可以连接到服务器(也称为远程计算机)并运行位于服务器上的程序。这可以只需要在1台机器上安装应用程序,其他机器共享使用。 远程桌面连接使用远程桌面服务技术,使一台计算机可远程控制另一台计算机。windows 远程终端服务是单用户的,也就是说通过远程登录到服务器时,服务器本地将黑屏。 如何做到不管用本地登录还是远程登录,同一时刻容许多个用户操作服务器计算

疯狂源代码 2995
上一篇: Inode
下一篇: 管理UNDO表空间
ky000
博客等级 码龄19年 17粉丝 23原创
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值