今天我做了…好吧,一个愚蠢的东西。 我对Windows遥测和我的资源的消耗感到非常恼火,还有其他几十个类似的小问题(谢谢微软!),我用Blackbird来解决这个问题。 它可能做了伎俩,但从那时起我不能再从这台PC的RDP – 我总是得到一些身份validation问题:
“发生authentication错误,请求的function不被支持。”
Windows事件日志(应用程序和服务日志/ Microsoft / Windows / TerminalServices-ClientActiveXCore / Microsoft-Windows-TerminalServices-RDPClient / Operational)显示以下警告(全部使用事件ID 226):
RDPClient_SSL: An error was encountered when transitioning from TsSslStateHandshakeStart to TsSslStateDisconnecting in response to TsSslEventStartHandshakeFailed (error code 0x80004005). RDPClient_TCP: An error was encountered when transitioning from TcpStateFrontAuth to TcpStateFailure in response to TcpEventFrontAuthFailed (error code 0x80090302). RDPClient_TCP: An error was encountered when transitioning from TcpStateExpectingX244CC to TcpStateFailure in response to TcpEventErrorProcessingX224CC (error code 0x80004005).
有谁知道如何解决这个问题,并让RDP再次运行?
位更多信息:RDP客户端成功地启动与服务器的通信(这不是连接问题),提示我input凭据,并在尝试validation时提示出现错误。
谢谢!
那么,我已经find了我正在寻找的答案,我会在这里分享。 首先,我必须承认,这是我的错,首先 – 我没有阅读文件:(
事实certificate,通过使用-r开关,黑鸟所做的一切都可以撤销(恢复回来)(如文档解释)。 (我没有试过这个!)
无论如何,在对Blackbird(或任何其他类似的应用程序)做任何事情之前,至less创build一个还原点(如果不是完全备份的话)总是一个好主意。
最后,我可以说,我已经成功地摆脱了Cortana和遥测执行:
blackbird -kc -kf
一切似乎迄今为止工作得很好。
顺便说一句。 Cortana也可以在本地组策略(如此处所述)中禁用,而不使用任何工具(没有Blackbird)。