首页 > 数据库技术 > 详细

The system cannot log you on due to the following error:access is denied

时间:2014-07-22 18:30:42      阅读:464      评论:0      收藏:0      [点我收藏+]

在工作中发现,远程windows server 2003 SP2 出现如题错误。搜索了下,可以通过更改几个注册表值解决:

错误截图 bubuko.com,布布扣

 

问题解决方法:

 

  • 1) Add DWORD key IgnoreRegUserConfigErrors  in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server with value 1
    2) Modify the value of key "
    EnableTCPChimney" in  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters to 0
    3)
    Modify the value of key "EnableRSS" in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters to 0
    4)
    Modify the value of key "EnableTCPA" in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters to 0

之后通过域帐号远程就可以了

本文出自 “程子” 博客,请务必保留此出处http://jif521.blog.51cto.com/848361/1441210

The system cannot log you on due to the following error:access is denied

原文:http://jif521.blog.51cto.com/848361/1441210

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!