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.

最新文章

  1. grunt配置任务
  2. 【Java并发编程实战】-----“J.U.C”:锁,lock
  3. Linux下tar-rar-unrar解压/压缩缩命令大全
  4. 从人类社会的角度看OO(独家视角)
  5. Codeforce#331 (Div. 2) A. Wilbur and Swimming Pool(谨以此题来纪念我的愚蠢)
  6. JQ添加移除css样式
  7. C#生成随机字符串
  8. poj 3268 Silver Cow Party(最短路)
  9. php数组去重的函数代码
  10. Linux shell入门基础(四)
  11. PHP判断远程图片或文件是否存在
  12. 64位平台C/C++开发注意事项(转载)
  13. 2953: [Poi2002]商务旅行
  14. Spring-AOP标签scoped-proxy
  15. linux下如何查询未知库所依赖的包
  16. kubernets kubevirt 分析
  17. Android中软键盘展示、EditText焦点获取及windowSoftInputMode属性探究
  18. python列表的学习笔记
  19. [找工作] 2019秋招|从春招到秋招,Java岗经验总结(收获AT)
  20. windows下揪出java程序占用cpu很高的线程

热门文章

  1. 洛谷P1265 公路修建题解
  2. GoCN每日新闻(2019-10-11)
  3. vue 进入页面与离开页面触发事件
  4. Linux 上配置 SQL Server Always On Availability Group
  5. OpenFOAM——90度T型管
  6. 《Hadoop综合大作业》
  7. ssh密匙互信操作【原创】
  8. 平时常说的ThreadLocal,今天就彻底解决它
  9. python开发笔记-字典按值排序取前n个key值
  10. WebGL学习笔记(七):输入和动画