update
This commit is contained in:
parent
8477fd5f7e
commit
341c8d1673
@ -7,7 +7,8 @@ tags: ["windows"]
|
||||
categories: ["os"]
|
||||
---
|
||||
|
||||
## 开启远程桌面服务
|
||||
## Win10
|
||||
### 开启远程桌面服务
|
||||
- 登录管理员账号
|
||||
- 单击“开始”,搜索“远程桌面”,如下图
|
||||

|
||||
@ -15,7 +16,7 @@ categories: ["os"]
|
||||
- 开启远程桌面服务,如下图
|
||||

|
||||
|
||||
## 配置多用户登录
|
||||
### 配置多用户登录
|
||||
- 登录管理员账号
|
||||
- 快捷键 Win + R,运行“gpedit.msc”,如下图
|
||||

|
||||
@ -36,7 +37,7 @@ categories: ["os"]
|
||||
* 默认情况下,同一个 Windows 用户在同一时间只允许一个人远程连接;如果需要**多人同时远程连接同一个 Windows 账户**,可以双击“将远程桌面服务用户限制到单独的远程桌面服务会话”,禁用该设置,如下图
|
||||

|
||||
|
||||
## 安装 RDPWrap
|
||||
### 安装 RDPWrap
|
||||
- 浏览器访问: [https://github.com/SobieskiCodes/RDPWrap](https://github.com/SobieskiCodes/RDPWrap),如下图,如果访问不到,考虑开启系统代理实现科学上网
|
||||

|
||||
|
||||
@ -60,7 +61,7 @@ categories: ["os"]
|
||||
* 检查网络,配置系统代理实现正常访问 www.google.com
|
||||
* 重新安装 RDPWrap
|
||||
|
||||
## 创建远程用户
|
||||
### 创建远程用户
|
||||
- 登录管理员账号
|
||||
- 右键单击“开始”按钮,选择“计算机管理”,打开“计算机管理”,如下图
|
||||

|
||||
@ -90,6 +91,32 @@ categories: ["os"]
|
||||
|
||||
- 单击“应用”按钮和“确定”按钮,关闭用户属性窗口,关闭“计算机管理”窗口,此时就可以用该新增用户远程桌面了
|
||||
|
||||
## 参考
|
||||
- [https://blog.csdn.net/fallingflower/article/details/125215235](https://blog.csdn.net/fallingflower/article/details/125215235),youtube_branch 分支
|
||||
## Win7
|
||||
### 开启远程服务
|
||||
- 右键单击“计算机”,选择“属性” - “远程”
|
||||
- 选中“勾上允许任意版本远程桌的计算机连接”
|
||||
|
||||
### 创建新用户
|
||||
- 右键单击“计算机”,选择“管理”
|
||||
- 选择“系统工具” - “本地用户和组”,单击“用户”,选择“新用户”
|
||||
- 输入“用户名”,“密码”和“确认密码”,选中“密码永不过期”,单击“创建”
|
||||
|
||||
### 把用户加入远程用户组
|
||||
- 右键单击“计算机”,选择“属性” - “远程”
|
||||
- 单击“选择用户” - “添加”,输入刚创建的用户名,单击“确定”
|
||||
|
||||
### 修改组策略
|
||||
- 单击“开始菜单” - “运行”,输入“gpedit.msc”,打开“本地组策略编辑器”
|
||||
- 选择“计算机配置” - “管理模板” - “Windows 组件” - “远程桌面服务” - “远程桌面会话主机” - “连接”
|
||||
- 双击右侧的“限制连接的数量”,选中“已启用”,设置“允许的 RD 最大连接数”为 99,单击“应用” - “确定”
|
||||
- 双击右侧的“将远程桌面服务用户限制到单独的远程桌面服务会话”,选中“已禁用”,单击“应用” - “确定”
|
||||
|
||||
### 修改系统文件
|
||||
- 下载补丁包 
|
||||
- 解压,以管理员权限运行 UniversalTermsrvPatch-x86.exe(32位)或 UniversalTermsrvPatch-x64.exe(64位)
|
||||
- 单机“破解”后即修改完成
|
||||
|
||||
## 参考
|
||||
- Win10 多用户远程登录,[https://blog.csdn.net/fallingflower/article/details/125215235](https://blog.csdn.net/fallingflower/article/details/125215235),youtube_branch 分支
|
||||
- Win7 多用户远程登录,[https://community.spiceworks.com/t/how-to-enable-concurrent-remote-desktop-sessions-in-windows/1008589](https://community.spiceworks.com/t/how-to-enable-concurrent-remote-desktop-sessions-in-windows/1008589)
|
||||
|
BIN
static/UniversalTermsrvPatch_20090425.zip
Normal file
BIN
static/UniversalTermsrvPatch_20090425.zip
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user