zoukankan      html  css  js  c++  java
  • 记住远程密码/ 删除

    xp:

    在“运行“菜单用regedit打开注册表,找:

    HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\Default

    =================

    WindowServer2008访问另外一台机器远程桌面每次都提示输入用户名密码:

    “Your system administrator does not allow the use of saved credentials to logon to the remote computer computername/ipadress because its identity is not fully verified. Please enter new credentials.” “The logon attempt failed”

    解决办法:

    本机操作:

    start – run – “gpedit.msc”
     Local Computer Policy –> Computer Configuration –> Administrative Templates –> System –> Credentials Delegation
    edit following 4 policies: 

    “Allow Delegating Saved Credentials with NTLM-only Server Authentication”,

    “Allow Delegating Saved Credentials”,

    “Allow Delegating Default Credentials with NTLM-only Server Authentication” 

    “Allow Delegating Default Credentials”

    as :
    Enable the policy, click Show and Add  “TERMSRV/*” into the list.

     

    At last :

    start - run - “gpupdate /force”

    update the policy!

     

  • 相关阅读:
    mysql基础
    协程
    锁与队列
    线程练习
    线程
    并发编程
    进程
    操作系统发展史
    第六周----例行报告
    附加题找bug
  • 原文地址:https://www.cnblogs.com/visi/p/2030318.html
Copyright © 2011-2022 走看看