如何将IP和LAN配置和设备名称添加到Windows 10 IoT Core零售映像FFU文件 [英] How to add IP and LAN configuration and device name to windows 10 IoT Core retail image FFU file

查看:150
本文介绍了如何将IP和LAN配置和设备名称添加到Windows 10 IoT Core零售映像FFU文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我可以创建一个测试图像(FFU),其中包含用于Raspberry Pi3的Windows 10 IoT核心的自定义软件包,


如何在(以太网)中添加LAN配置port)图像文件


解决方案

Hello SreeIaITelford,


对于设备名称,您可以在  oemcustomization.cmd中添加以下命令,以在构建自定义图像时设置默认设备名称。

 SetComputerName<您的设备名称> 




或添加用于修改注册表的命令key。

 reg add" HKEY_LOCAL_MACHINE \SYSTEM\CurrentControlSet \Control\ComputerName \ activecomputername" / v ComputerName / t REG_SZ / d"< device name>" / f 

默认情况下,设备名称为minwinpc。我们建议将其更改为独特的内容,因为这样可以更轻松地在网络上查找设备。您还可以在刷新ffu图像vai设备门户时更改设备。


>>如何在(以太网端口)图像文件中添加LAN配置


您是不是要在图像文件中设置静态IP地址和LAN?如果我的理解是正确的,我认为您可以使用netsh interface命令进行配置。请尝试使用此链接中的命令。


https://social.msdn.microsoft.com/Forums/SqlServer/en- US / a6bc6f7f-81d4-45e9-8e1a-e0d8b3da4af8 / how-to-set-ip-address-of-windows-10-iot-to-static?forum = WindowsIoT


<顺便说一下,我不确定你为什么要为零售图像配置IP& LAN和设备名称。


最好的问候,


Micahel



I could create a Test image (FFU) with a custom package of windows 10 IoT Core for Raspberry Pi3 , 

How can I add LAN configuration in (Ethernet port) the image file

解决方案

Hello SreeIaITelford,

For device name, you can add the following command in the oemcustomization.cmd to set the default device name when building an custom image.

SetComputerName <you device name>


Or add a command for modifying the registry key.

reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ComputerName\activecomputername" /v ComputerName /t REG_SZ /d "<device name>" /f

By default, the device name is minwinpc. We recommend changing it to something unique as this makes it easier to find the device on the network. You also can change the device when you flash the ffu image vai device portal.

>>How can I add LAN configuration in (Ethernet port) the image file

Did you mean you want to set static IP Address and LAN in the image file? If my understanding is right, I think you can use netsh interface command to configure. Please try with the command in this link.

https://social.msdn.microsoft.com/Forums/SqlServer/en-US/a6bc6f7f-81d4-45e9-8e1a-e0d8b3da4af8/how-to-set-ip-address-of-windows-10-iot-to-static?forum=WindowsIoT

BTW, i'm not sure why did you want to config IP&LAN and device name for a retail image.

Best Regards,

Micahel


这篇关于如何将IP和LAN配置和设备名称添加到Windows 10 IoT Core零售映像FFU文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆