【问题标题】:How to configure windows to show the custom icons in the UPnP iconList如何配置窗口以在 UPnP 图标列表中显示自定义图标
【发布时间】:2025-12-30 17:05:07
【问题描述】:

Upnp 设备配置如下:

<iconList><icon>
     <mimetype>image/png</mimetype>
     <width>93</width>
     <height>45</height>
     <depth>32</depth>
     <url>/img/icon.png</url>
  </icon></iconList>

当 Windows 7 在 Windows 资源管理器网络窗口中显示设备时,它不使用 icon.png,而是使用通用图标。是否可以改变这种行为?

【问题讨论】:

  • 您的设备描述的 URL 是什么?

标签: windows windows-7 upnp


【解决方案1】:

Windows 将始终显示自己的图标,即使您提供了自定义图标。来源:http://www.codeproject.com/Articles/153509/Advertise-your-Applications-Webinterface-on-the-Lo

【讨论】: