|
微软的工具 DPINst.exe (用 INF 文件添加程序的命令行工具)哪位大侠在目前这类精编的 WinPE 下能否成功使用。
似乎微软的网站上有关于在 Windows PE 下使用,不过是由微软光盘制作的原版 Windows PE 下可用,英特尔、英伟达的某些驱动也用他来添加。哪位大侠了解,请赐教。
/U INF-file path to INF file,Uninstall a driver package (INF-file).
/S | /Q Silent (Quiet) mode. Suppresses the Device Installation Wizard and any dialogs popped-up by the operating system.以安静模式卸载一个驱动程序
/LM Legacy mode. Accepts unsigned driver packages and packages with missing files. These packages won't install on the latest version of Windows.
.... |
|