Chinaunix首页 | 论坛 | 博客
  • 博客访问: 336816
  • 博文数量: 135
  • 博客积分: 4637
  • 博客等级: 上校
  • 技术积分: 1410
  • 用 户 组: 普通用户
  • 注册时间: 2008-02-21 13:22
文章分类

全部博文(135)

文章存档

2013年(12)

2012年(14)

2011年(42)

2010年(22)

2009年(18)

2008年(27)

分类: WINDOWS

2010-11-11 15:58:47

  • .rdp file auto-logon
To work around this problem, turn off the new features in Remote Desktop Connection 6.0 to revert to the features in Remote Desktop Connection 5.x. To do this, follow these steps:
  1. Click Start, click Run, type mstsc.exe, and then click OK.
  2. Click Options, and then click the General tab.
  3. Click Save As, and then type a file name in the File name box.
  4. Select the location where you want to save the remote desktop file, click Save, and then click Cancel.

    Note The saved file has the .rdp file name extension.
  5. Click Start, click Run, type notepad, and then click OK.
  6. On the File menu, click Open.
  7. In the Files of type list, click All Files.
  8. In the Look in list, locate and then click the file that you saved in step 4. Then, click Open.
  9. Locate the line that resembles the following:
    authentication level:i:n
    Note The n placeholder represents the current authentication level.
  10. Change the authentication level to 0 so that the line becomes the following:
    authentication level:i:0
    Note When you set the authentication level to 0, RDP 6.0 does not check for server authentication.
  11. Add the following line to the end of the file:
    enablecredsspsupport:i:0
    Note When this line is present, you do not have to provide credentials before you establish a remote desktop connection.
  12. On the File menu, click Save.
To connect by using Remote Desktop Connection, run the file that you saved in step 12.

  • rdp activx in web page
add 
MsRdpClient.AdvancedSettings5.AuthenticationLevel = 0
MsRdpClient.AdvancedSettings7.EnableCredSspSupport = FALSE
in your rdp script part.
阅读(717) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~