问题标签 [device-manager]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - 如何在 Android 设备管理器中重命名设备
我目前正在一个项目中使用 Android Studio 中的三个 Samsumg Galaxy 选项卡。
当我运行我的应用程序时,Android 设备管理器会显示三个相同的设备。是否可以重命名这些设备,以便在启动应用程序之前知道哪个是哪个?
knockout.js - 使用 D3 制作交互式设备地图
因此,我们有一个用于管理众多客户设备上的设备/软件的网络应用程序。我们最近提出了一个想法,用于对这些客户网络进行可视化表示。以下是层次结构的概念:
提议的想法是对该层次结构进行可视化,客户可以在其中单击 location1 以放大它,并查看他们的两个路由设备等。然后他们可以打开“层”,这将显示诸如编解码器之类的内容使用箭头的设备之间的连接。这将首先用于查看他们的网络是如何布局的,设置网络的一部分,以及调试网络中的路由等。
我的第一个想法是制作一个类似于此处显示的树形图:http: //bost.ocks.org/mike/treemap。它显示了网络的分布并允许缩放到特定部分。
我对你们的问题是,你们建议我为此走什么道路。树形图是正确使用的基础,还是应该从更简单的开始?你还有其他类似布局的例子吗?
matlab - How to retrieve 'bus reported device description' for Universal Serial Bus Controllers in MATLAB?
I am trying to extract 'Bus reported device description' and 'Bus Relations' informations for Universal Serial Bus Controllers in Matlab.
I can't find it in the registry and I don't know exactly how to use setupapi.dll function in Matlab to get the informations.
I want to do this because I have a plurality of Arduino Nano devices and all of them have different COMs. I also use other USB Serial Devices under Matlab and for all of them I must create different serial objects, with different COM port names.
I want to create a Matlab function which will return what devices are connected on USB ports and what COM port they use .
I hope someone can help me with some ideas or code examples.
Thanks in advance!
c# - 如何使用 C# 检测不存在的设备
我的程序(完全用 C# 编写)有一个用例,程序需要检测计算机中是否安装了特定的 USB 设备。在连接了 USB 设备的情况下,WMI 会解决这个问题。
但是,如果设备未连接(不存在的设备),则 WMI 将无法提供帮助。我知道 setupdi 可能会帮助解决这个问题,但是我对 C++ 并不完全熟悉,并且由于符合现有代码部分,添加编组函数的额外工作非常重要。
因此,我的问题是是否有等效的 c# 方法来检测系统中不存在的设备?我也试过注册表搜索的方法,但是驱动是HKLM\System\CurrentControlSet\services\WinUSB下的通用USB驱动,并没有额外的信息可以用来识别USB驱动对应具体的设备我们感兴趣。
另一个可能的识别信息是设备管理器中驱动程序选项卡中的“驱动程序提供程序”信息。usb 设备有相当具体的驱动程序提供者信息,可用于识别设备。但是我不知道现有的 API 来检索这些信息。
非常感谢您的帮助并期待任何可能的解决方案
c++ - 获取控制面板设备 C++
我正在尝试编写一些代码来从我的计算机的设备管理器中获取所有信息。
我有以下代码:
但老实说,这不是我要找的,因为我得到的列表缺少控制面板所具有的详细信息。
有什么建议么?
android - ADB 没有列出我的设备
我正在尝试将应用程序从 eclipse 推送到我的手机,但 adb 不起作用。当我写“adb devices”时,它看不到我的手机。首先我认为这可能是 Cyanogen Unofficial Android 5.0 的问题,所以我恢复到 4.4,但它也不起作用。我通过安装驱动程序遵循了这个问题“ adb 不显示 nexus 5 设备”的答案,但设备管理器告诉我,驱动程序未安装(代码 28)。当我尝试手动安装它时它不起作用,卸载也不起作用。
android - Android 将物理设备连接为 ADB 设备,而不是便携式设备
我有一个Nexus 7 平板电脑,我想用它来调试我正在开发的Android 应用程序。
我正在使用RDP并共享我的端口(包括平板电脑连接到的USB )在远程服务器上进行开发和测试。
根据本文中的说明,我启用了USB调试,并且它通过相机 (PTP) 协议运行。
因此,从那方面来看,一切似乎都设置得很好,但是尽管付出了所有努力,但我无法让Windows(在远程服务器上)将其识别为除了便携式设备之外的任何东西。
出于调试目的,它需要注册为ADB Composite Device。
上述文章说,要克服这个问题,我需要更新驱动程序软件。
我安装了Google USB 驱动程序,但是当我尝试使用设备管理器将驱动程序软件更新到 Google USB 驱动程序时,Windows 只是告诉我“已经安装了适合您设备的最佳驱动程序软件。Windows 已确定驱动程序软件为您的设备是最新的。数码相机。”
我也试过编辑android_winusb.inf
将平板电脑的硬件 ID 列为复合 Android 设备的文件,但无济于事。
- 如何告诉 Windows 我使用的是 Android 设备,而不是便携式设备?
- 当它继续覆盖我时,我如何告诉它使用正确的驱动程序?
java - Android:DeviceManager.setMaximumTimeToLock() 不起作用
下面是我的接收器的 android-manifest 文件。
下面是我在活动结果中注册该秒以尝试的代码
这就是我所拥有的,但在 devicePolicyManager.setMaximumTimeToLock(devicepolicyAdmin, 50000L); 未设置锁定设备的时间。
device-manager - 关闭时设置 RTS - 未找到选项
我正在尝试启用“关闭时设置 RTS”选项。这应该位于:设备管理器 -> 端口 -> USB 到串行通信端口 -> 属性 -> 端口设置 -> 高级
然而,我的“高级”屏幕没有提供这样的选项。我在 3 台电脑上试过这个;两个运行 Windows 7,一个运行 Windows 8。但它们都显示相同的内容。见截图:http ://tinypic.com/r/2uzt09f/8
还有几个其他“杂项选项”没有出现(但会为其他人出现)。我怀疑这些选项是由驱动程序控制的。该驱动程序是“多产的”,用于 Arduino 芯片。它会在插入 USB 时自动安装。也许我可以强制它使用可能修复它的不同驱动程序,但我不知道是哪一个。
编辑:没有其他人有这个问题吗?我能找到的唯一一个有这个问题的人是在这里发布的一个论坛中,但他并没有真正得到任何答案http://diydrones.com/forum/topics/stopped-on-unknown-problem
powershell - Using Powershell to remove non present network adapters
I'm trying to automate via PowerShell a number of time consuming tasks that I have to preform to make a new VM template, one of which is removing all of the NICs from the VM and cleaning up the Device Manager of non present devices.
After removing the NICs from the VM, I've tried using the following code snippets, which do the same thing, to clean up Device Manager.
In both cases I receive the error "Provider is not capable of the attempted operation". Reviewing the event logs for WMI-Activity didn't seem to help: ResultCode = 0x80041024; PossibleCause = Unknown.
Has anyone be able to do something similar that removes the non present devices or is able to find an issue with the above commands?
EDIT: I've tried using DevCon to remove the device, but it seems to only work with present devices. I'm now combing through the registry to see if there is a specific key or set of keys that if removed would remove the NIC from Device Manager.