微信搜一搜关注公众号

开启微软远程桌面连接

DNPU2026-02-21

需要开启远程桌面连接,按正常操作无法开启,在一些精简系统上比较常见。

下面是开启和关闭的注册表,有需要的可直接导入即可,Win10、Win11、原版系统、精简系统都可使用。

新建文本文档,复制代码保存为.reg,如无法导入可选编码UTF-16 LE。

开启远程桌面连接

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Terminal Server]
"fDenyTSConnections"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]
"LimitBlankPasswordUse"=dword:00000000
"LsaPid"=dword:000002d4

关闭远程桌面连接

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Terminal Server]
"fDenyTSConnections"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]
"LimitBlankPasswordUse"=dword:00000001
"LsaPid"=dword:000002c0

本文链接:https://dnpu.com/775.html

远程控制注册表

网友评论

  • 点击刷新验证码