zoukankan      html  css  js  c++  java
  • RDP Error: The Identity Of The Remote Computer Cannot Be Verified

    As i always need to remote to 20 servers at the same time, so i use a tool called Remote Desktop Connection Manager to manage and remote them. It is very convenient.

    But it often pops up an annoying error prompt : "The identity of the remote computer cannot be verified. Do you want to connect anyway?". Although I select "Don't ask me again for connections to this computer", it still pops up next time. And the sad part is, 20 servers will pop up 20 error boxes. It is so tired to click "Yes" 20 times each time.

    Fortunately, I find an easy way to bypass this error prompt. The registry setting should done in the workstation. No need to change anything on the server.

    1. In your workstation, go to run command prompt.
    2. Type in regedit and hit enter button. The registry editor window will open.
    3. In the registry editor window, go to HKEY_LOCAL_MACHINE –> Software –> Microsoft –> Terminal Server Client.
    4. Right click Terminal Server Client and select New and then select DWORD.
    5. Name the new DWORD entity as AuthenticationLevelOverride.
    6. Edit AuthenticationLevelOverride and make sure the value is 0.
    7. Close the Regedit.
    8. Now try to remote in to the same server using the remote desktop client.

  • 相关阅读:
    使用powerdesigner导入sql脚本,生成物理模型
    深入理解[代理模式]原理与技术
    8、Dockerfile介绍和最佳实践
    7、Docker监控方案(cAdvisor+InfluxDB+Grafana)
    6、Docker图形化管理(Portainer)
    5、Docker网络配置(单机)
    4、Docker数据管理
    html二
    html
    IO多路复用,协程,
  • 原文地址:https://www.cnblogs.com/MasterMonkInTemple/p/11088227.html
Copyright © 2011-2022 走看看