remote-desktop – 远程桌面事件ID 20499.没有明显的问题

我收到一个ID为20499的终端服务 – RemoteConnectionManager警告事件.错误是:

Remote Desktop Services has taken too long to load the user configuration from server \server.domain.home for user administrator.

然而,我没有看到任何问题(我猜是因为该用户在本地机器上).我为什么收到这个警告?

我在从Windows 8.1连接的Windows Server 2012 R2上.

显然,这可以通过使用mRemote /远程桌面连接管理器(RCDMan 2.2)或类似软件来触发.

修复是使用Set-NetOffloadGlobalSetting设置TaskOffload = Disabled

资料来源:http://www.itnotes.eu/?p=1193

相关文章

Windows2012R2备用域控搭建 前置操作 域控主域控的主dns:自...
主域控角色迁移和夺取(转载) 转载自:http://yupeizhi.blo...
Windows2012R2 NTP时间同步 Windows2012R2里没有了internet时...
Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...