Windows 7 上的 devcon - 删除驱动程序

发布于 2024-12-08 08:22:49 字数 147 浏览 0 评论 0原文

我在 Windows 7 中使用 devcon.exe 来删除驱动程序时遇到问题,但在 Windows XP 中运行良好。但是,我无法在 Windows 7 中使用“dp_delete”和“删除”删除驱动程序。

有人知道为什么会发生这种情况吗?

谢谢。

I have a problem using devcon.exe in Windows 7 for the purpose of removing drivers, it worked fine in Windows XP. However, I can't remove the drivers using "dp_delete" and "Remove" in Windows 7.

Anyone has an idea why it might happen?

Thanks.

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

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

发布评论

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

评论(2

烟火散人牵绊 2024-12-15 08:22:49
  1. 从 MS 下载“Windows Driver Kit (WDK) 7.1.0”,它是一个几百兆的 ISO 映像

  2. 使用 UniversalExtractor (http://legroom.net/software/uniextract),将 ISO 解压到临时目录。

  3. 再次使用UniversalExtractor,将安装文件“WDK\setuptools_x64fre.msi”提取到临时目录。

  4. 在该临时目录中,您将找到“WinDDK\7600.16385.win7_wdk.100208-1538\tools\devcon\amd64\devcon.exe”。此 devcon 在 W7x64 Pro 下运行良好。

在此过程中,UniversalExtractor 会提示您一些警告,只需单击“确定”即可。

来源)

  1. Download the “Windows Driver Kit (WDK) 7.1.0″ from MS, it is an ISO image several hundreds meg

  2. Using UniversalExtractor (http://legroom.net/software/uniextract), extract the ISO to a temporary directory.

  3. Again using UniversalExtractor, extract the install file "WDK\setuptools_x64fre.msi" to a temporary directory.

  4. In that temporary directory you will find "WinDDK\7600.16385.win7_wdk.100208-1538\tools\devcon\amd64\devcon.exe". This devcon works fine under W7x64 Pro.

Along the way UniversalExtractor will prompt you with some warnings, just click OK.

(source)

水波映月 2024-12-15 08:22:49

只是另一个有相同问题并可以迁移它的想法:您可以使用 wmic 而不是 devcon。它工作得更好,并且是面向查询的语言(WMI)

Just an idea for another one that have the same issue and can migrate it: you can use wmic instead devcon. Its work better and it's Query Oriented Language (WMI)

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