Windows 10 WDK 计算机配置错误

Windows 10 WDK Computer Provisioning Error

我对驱动程序开发还很陌生,但我目前在主机和目标计算机上都使用最新版本的 Visual Studio 和 Windows 10。我正在尝试为我的目标计算机设置配置,以便我可以测试我制作的驱动程序!但是,我遇到了一个问题......每次我尝试添加我的目标计算机以设置配置时都会收到此错误(驱动程序 -> 测试 -> 配置设备 -> 添加新设备)。我的计算机主机名是正确的(我可以 'ping PCNAME' 并且工作正常)。 Visual studio、WDK 和 Windows 10 SDK 在两台计算机上都是 运行。我已经完全阅读了 Microsoft 关于如何配置计算机的指南 (https://docs.microsoft.com/en-us/windows-hardware/drivers/gettingstarted/provision-a-target-computer-wdk-8-1) 并完成了它所说的一切。我已经完全关闭了防火墙。每次我尝试设置配置时都会收到此错误

  Name: Install Driver Test Components
  Path: C:\Users\Ztowne13\AppData\Roaming\Microsoft\WDKTestInfrastructure\InfrastructureTaskGroups\Install Driver Test Components.xml
  Target Computer: New Computer
Install Driver Test Components: Host Computer: DESKTOP-5S0AEBO
Install Driver Test Components: Host Architecture: x86
Install Driver Test Components: Host 64bit Operating System: True
Install Driver Test Components: Host Operating System Version: 10.0.17134.0
Install Driver Test Components: Process Administrator Privilege: False
Progress event: Current: 1, Max: 15, Message: ""
Progress event: Current: 1, Max: 15, Message: "Copying required files"
[19:24:24:121]: Copying required files
[19:24:24:539]: Task "Copying required files" was aborted because an unexpected error occured during execution.

None of the discovered or specified addresses match the socket address family.
Parameter name: context
Progress event: Current: 1, Max: 15, Message: "    Task "Copying required files" was aborted because an unexpected error occured during execution.

None of the discovered or specified addresses match the socket address family.
Parameter name: context"
Task result status updated: Aborted
Result completed
Test process exit code: 0
[19:24:24:543]: None of the discovered or specified addresses match the socket address family.
Parameter name: context
Progress event: Current: 1, Max: 15, Message: "None of the discovered or specified addresses match the socket address family.
Parameter name: context"
Progress event: Current: 1, Max: 15, Message: "Computer configuration log file://C:/Users/Ztowne13/AppData/Roaming/Microsoft/WDKTestInfrastructure/ProvisioningLogs/Driver%20Test%20Computer%20Configuration%2020181129192424070.log"

如果你好奇的话,这个文件就是最后建议的配置日志。

我不知道为什么这不起作用,我无法配置我的电脑,任何帮助将不胜感激...谢谢!

嗯...我解决了。我所做的就是在我的目标计算机中键入 ipconfig,并将 IP (10.0.0.X) 放入计算机名称 (DESKTOP-TESTPC) 的 "Network Host Name" 类别中,尽管 Microsoft 的文章说要放置 PC 名称而不是本地 IP。