美文网首页
win10 1803 远程连接 出现问题的解决办法

win10 1803 远程连接 出现问题的解决办法

作者: Silver湫澲 | 来源:发表于2018-07-20 14:09 被阅读4次

win10 1803 远程连接 出现问题的解决办法

以管理员权限启动powershell,执行以下三行命令。

New-Item -Path HKLM:\Software\Microsoft\Windows\CurrentVersion\Policies\System -Name CredSSP -Force
New-Item -Path HKLM:\Software\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP -Name Parameters -Force
Get-Item -Path HKLM:\Software\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters | New-ItemProperty -Name AllowEncryptionOracle -Value 2 -PropertyType DWORD -Force

相关文章

网友评论

      本文标题:win10 1803 远程连接 出现问题的解决办法

      本文链接:https://www.haomeiwen.com/subject/luafmftx.html