|
本帖最后由 chishingchan 于 2023-5-14 21:12 编辑
DPInst.exe (32 & 64)
- 安装和卸载驱动程序包。
- 默认情况下,该工具可搜索当前目录并尝试安装所有找到的驱动程序包。
- 使用情况: DPInst64.exe [/U INF-file][/S | /Q][/LM][/P][/F][/SH][/SA]
- [/A][/PATH Path][/EL][/L LanguageID][/C][/D][/LogTitle Title][/SW][/? | /h | /help]
- /U INF-file 卸载一个驱动程序包 (INF-文件)。
- /S | /Q 静默 (静音) 模式。取消设备安装向导和操作系统弹出的任何对话框。
- /LM 旧模式。接受未经签名的驱动程序包及含有丢失文件的程序包。这些程序包将不会安装在最新版本的 Windows 中。
- /P 如果要安装的驱动程序包没有当前的程序包好,则进行提示。
- /F 如果驱动程序包没有当前的程序包好,则强制安装。
- /SH 扫描硬件以匹配设备,并且只为目前存在的设备复制并安装这些驱动程序。仅对即插即用驱动程序有效。
- /SA 取消为每个驱动程序包正常创建的添加/删除程序项。
- /A 全部安装或不安装。
- /PATH Path 搜索指定路径下的驱动程序包。
- /EL 启用未明确列在 XML 文件中的所有语言。
- /L LanguageID 尝试在所有 UI 中使用指定的语言。对于本地化测试非常有用。
- /SE 取消 EULA。
- /C 将日志文件输出转储到附加控制台(Windows XP 及更新版本)。
- /D 卸载时删除驱动程序二进制文件。
- /SW 取消设备安装向导,操作系统可能仍会弹出用户对话框。
- /? | /h | /help 显示此帮助。
复制代码
devcon.exe (32 & 64)
- Device Console Help:
- devcon_x64 [-r] [-m:\\<machine>] <command> [<arg>...]
- -r Reboots the system only when a restart or reboot is required.
- <machine> Specifies a remote computer.
- <command> Specifies a Devcon command (see command list below).
- <arg>... One or more arguments that modify a command.
- For help with a specific command, type: devcon_x64 help <command>
- classfilter Add, delete, and reorder class filters.
- classes List all device setup classes.
- disable Disable devices.
- driverfiles List installed driver files for devices.
- drivernodes List driver nodes of devices.
- enable Enable devices.
- find Find devices.
- findall Find devices, including those that are not currently attached.
- help Display Devcon help.
- hwids List hardware IDs of devices.
- install Install a device manually.
- listclass List all devices in a setup class.
- reboot Reboot the local computer.
- remove Remove devices.
- rescan Scan for new hardware.
- resources List hardware resources for devices.
- restart Restart devices.
- sethwid Modify Hardware ID's of listed root-enumerated devices.
- stack List expected driver stack for devices.
- status List running status of devices.
- update Update a device manually.
- updateni Manually update a device (non interactive).
- dp_add Adds (installs) a third-party (OEM) driver package.
- dp_delete Deletes a third-party (OEM) driver package.
- dp_enum Lists the third-party (OEM) driver packages installed on this machine.
复制代码
还有哪些微软出品的安装驱动程序吗?
易用性还是觉得 DPInst.exe 好!
|
评分
-
查看全部评分
|