如何使用 WMI 获取卷 GUID?

发布于 2024-07-10 06:43:08 字数 76 浏览 3 评论 0原文

有没有办法

以下类型的路径: \\?\Volume{GUID}\ ?

使用 WMI 检索 USB 驱动器的

Is there any way to retrieve the following type of path:

\\?\Volume{GUID}\

for USB drives Using WMI?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

秋意浓 2024-07-17 06:43:08

在 Windows 2003 及更高版本(不是 XP!)中,您可以使用: Win32_Volume 类

我不认为有办法在 xp 及以下版本中使用 wmi 检索 guid。 不能确定。

albert 指的是 GetVolumeNameForVolumeMountPoint 调用。 链接中有一个示例。

In windows 2003 and above ( not XP !) you can use: Win32_Volume Class.

I don't think there is a way to retrieve the guid with wmi in xp and below. Can't be sure.

albert refers to the GetVolumeNameForVolumeMountPoint call. There is a sample in the link.

歌入人心 2024-07-17 06:43:08

您可以从系统注册表获取此信息。 可以使用 StdRegProv 提供程序通过 WMI 读取系统注册表(本地和远程)。

You can fetch this Information from Sytem Registry. Reading System Registry (both local and Remote) is Possible through WMI using the StdRegProv provider.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文