【原创】解决路由和远程访问服务启动时报20103,无法加载 C:\Windows\System32\iprtrmgr.dll错误
日志名称: System
来源: RemoteAccess
日期:
事件 ID: 20103
任务类别: 无
级别: 错误
关键字: 经典
用户: 暂缺
计算机:
描述:
无法加载 C:\Windows\System32\iprtrmgr.dll。
事件 Xml:
< Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="RemoteAccess" />
<EventID Qualifiers="0">20103</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="" />
<EventRecordID>115056</EventRecordID>
<Channel>System</Channel>
<Computer></Computer>
<Security />
</System>
<EventData>
<Data>C:\Windows\System32\iprtrmgr.dll</Data>
<Binary>1F000000</Binary>
</EventData>
< /Event>
如果你遇到了以上错误,并且你和我一样关闭了IPv6,那么这样解决:
删除注册表HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\RemoteAccess\RouterManagers\Ipv6这个字段,不要重启,直接在服务里面启动Routing and Remote Access服务,即可启动VPN服务端。