我试图把RDP放到我的一台服务器上,这个服务器作为Network Level Authentication Enabled以及NTLMv2被强制使用。 这工作得很好,直到服务器不得不重新启动更新。 现在,我不能RDP到我的服务器了。 我得到这个错误试图通过RDP连接:
发生authentication错误 – 所请求的function不受支持
这转换为:发生了authentication错误。 所请求的function不被支持
我尝试了几个Googlesearch到的东西,例如在registry中添加额外的SecurityPackages值,如下所示: http : //funeasytech.com/rdp-connection-error-of-the-requested-security-package-does-not-存在/但没有工作。 在客户端上更改组策略也不能解决我的问题,如下所述: https : //stackoverflow.com/questions/17371311/the-function-requested-is-not-supported-exception-when-using-smtpclient-in -azu
问题是我没有物理访问这个盒子,只能通过RDP。 服务器正在运行Windows Server 2012 R2 Standard,客户端正在运行Windows 10 Pro。
我怎样才能重新获得我的服务器?