c# - 定位 "Add Bluetooth Device"的 exe 位置

标签 c#

我很想使用进程类 [C#] 打开“添加蓝牙设备”向导,但我想知道向导的 exe 的位置是什么?

如果有人能提供帮助,我会很高兴。

谢谢

最佳答案

在 Windows 7 上,它是 C:\Windows\system32\DevicePairingWizard.exe。 Process Explorer 说它是用以下命令行打开的:

"C:\Windows\System32\DevicePairingWizard.exe" Provider\Microsoft.Devices.Bluetooth

关于c# - 定位 "Add Bluetooth Device"的 exe 位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2667875/

相关文章:

c# - 是否可以将 2 个属性绑定(bind)到单个 DataGrid 字段中?

c# - 如何在 C# 静态和非静态方法之间做出决定?

c# - 求助foreach,得到 'possible multiple enumeration of IEnumerable'

c# - 服务器 500 : Too many pending secure conversations

c# - 使用 LINQ 将一个列表中的值分配给另一个列表

c# - c#中列表的XML序列化/反序列化

c# - 无闪烁文本框

c# - Entity Framework 与相同实体类型但具有不同关系类型的多对多关系

c# - 如何在 ASP.NET Core Web Api 中完成版本控制

c# - 您如何检查字符串是否在特定位置包含 int?