http://technet.microsoft.com/en-us/library/cc730875.aspx

Determine the name of the driver package in the driver store

pnputil.exe -e >> c:\driver_name.txt

Remove a staged driver package from the driver store

pnputil.exe -d oem#.inf

Make sure to replace the # with the number of the .inf file you want to remove.

If the computer reports that the driver package is in use by a currently installed device,

then you must either uninstall the device first, or use the -f on the pnputil command to force deletion of the package.

最新文章

  1. SharePoint 客户端对象模型共用ClientContext的坑
  2. JS调用Java函数--DWR框架
  3. H5-xhtml+css2-静态百度首页练习
  4. 转Spring+Hibernate+EHcache配置(二)
  5. eclipse项目出现红色叉叉解决方案
  6. HDOJ(HDU) 2162 Add ‘em(求和)
  7. Python面向对象编程(三)
  8. js单页hash路由原理与应用实战
  9. CentOS 7下Samba服务器的安装与配置
  10. 【Luogu3804】【模板】后缀自动机(后缀自动机)
  11. 类StringBuilder
  12. xiao_ren
  13. fiddler安装及mock数据
  14. self_vs_default_definee_vs_receiver
  15. Java并发编程:Java的四种线程池的使用,以及自定义线程工厂
  16. Jquery 上传插件 FineUploader 在 webform 和 mvc 中的使用;
  17. [No0000E7]C# 封装 与访问修饰符
  18. PyQt5--Buttons
  19. jquery无刷新文件上传 解决IE安全性问题
  20. 1433修复命令大全提权错误大全_cmd_shell组件修复

热门文章

  1. MySQL与Oracle 差异比较之三函数
  2. reStructuredText
  3. 嵌入式 hi3518平台检测网线是否插上
  4. reCAPTCHA 简单分析
  5. Selenium2Library系列 keywords 之 _SelectElementKeywords 之 select_from_list_by_label(self, locator, *labels)
  6. Java核心 --- 泛型
  7. 60个响应式的Web设计教程–能够手机访问!
  8. WS之cxf的权限拦截器应用
  9. 【原创】MapReduce编程系列之二元排序
  10. 桶排序-Node.js