1000 | Microsoft PnP 工具 |
Microsoft PnP Utility |
1001 | PNPUTIL [/add-driver | /delete-driver |
|
PNPUTIL [/add-driver | /delete-driver |
|
1002 | /export-driver | /enum-drivers | /?]
|
/export-driver | /enum-drivers | /?]
|
1003 |
|
|
1004 | 命令:
|
Commands:
|
1006 | /add-driver [/subdirs] [/install] [/reboot]
|
/add-driver [/subdirs] [/install] [/reboot]
|
1008 | 将驱动程序包添加到驱动程序存储中。
|
Add driver package(s) into the driver store.
|
1009 | /subdirs - 遍历驱动程序包的子目录。
|
/subdirs - traverse sub directories for driver packages.
|
1010 | /install - 在任何匹配的设备上安装/更新驱动程序。
|
/install - install/update drivers on any matching devices.
|
1011 | @! /configure - 将驱动程序状态配置到系统中。
|
@! /configure - configure driver state into the system.
|
1012 | /reboot - 根据需要重新启动系统以完成此操作。
|
/reboot - reboot system if needed to complete the operation.
|
1014 | /delete-driver [/uninstall] [/force] [/reboot]
|
/delete-driver [/uninstall] [/force] [/reboot]
|
1016 | 从驱动程序存储中删除驱动程序包。
|
Delete driver package from the driver store.
|
1017 | /uninstall - 从任何使用驱动程序包的设备中卸载驱动程序包。
|
/uninstall - uninstall driver package from any devices using it.
|
1018 | @! /unconfigure - 从系统中取消配置驱动程序状态。
|
@! /unconfigure - unconfigure driver state from the system.
|
1019 | /force - 删除驱动程序包,即使有设备正在使用它。
|
/force - delete driver package even when it is in use by devices.
|
1022 | /export-driver
|
/export-driver
|
1024 | 从驱动程序存储中将驱动程序包导出到目标目录中。
|
Export driver package(s) from the driver store into a target directory.
|
1026 | /enum-drivers
|
/enum-drivers
|
1028 | 枚举驱动程序存储中的所有第三方驱动程序包。
|
Enumerate all 3rd party driver packages in the driver store.
|
1029 | @! /inbox - 包括收件箱驱动程序包。
|
@! /inbox - include inbox driver packages.
|
1031 | @! /export-pnpstate
|
@! /export-pnpstate
|
1032 | @!
|
@!
|
1033 | @! 将 PnP 系统状态导出到 PnP 状态快照文件中进行诊断。
|
@! Export PnP system state into a PnP state snapshot file for diagnostics.
|
1035 | /?
|
/?
|
1037 | 显示此用法屏幕。
|
Show this usage screen.
|
1039 | 旧版命令:
|
Legacy Commands:
|
1041 | [-i] -a == /add-driver [/install]
|
[-i] -a == /add-driver [/install]
|
1042 | [-f] -d == /delete-driver [/force]
|
[-f] -d == /delete-driver [/force]
|
1043 | -e == /enum-drivers
|
-e == /enum-drivers
|
1045 | 示例:
|
Examples:
|
1047 | pnputil /add-driver x:\driver.inf |
pnputil /add-driver x:\driver.inf |
1048 | pnputil /add-driver c:\oem\*.inf |
pnputil /add-driver c:\oem\*.inf |
1049 | pnputil /add-driver device.inf /install |
pnputil /add-driver device.inf /install |
1050 | pnputil /enum-drivers |
pnputil /enum-drivers |
1051 | pnputil /delete-driver oem0.inf |
pnputil /delete-driver oem0.inf |
1052 | pnputil /delete-driver oem1.inf /force |
pnputil /delete-driver oem1.inf /force |
1053 | pnputil /export-driver oem6.inf . |
pnputil /export-driver oem6.inf . |
1054 | pnputil /export-driver * c:\backup |
pnputil /export-driver * c:\backup |
1400 | 正在等待调试程序...
|
Waiting for debugger...
|
1401 | 系统重启已开始。
|
System reboot initiated.
|
1402 | 无法开始系统重启: |
Unable to initiate system reboot: |
1410 | 无法打开驱动程序存储: |
Failed to open driver store: |
2000 | 无法添加驱动程序包: |
Failed to add driver package: |
2001 | 指定的驱动程序包缺失或无效。
|
Missing or invalid driver package specified.
|
2002 | 正在跳过遍历内部系统目录的操作: |
Skipping traversal of internal system directory: |
2003 | 已成功添加驱动程序程序包。
|
Driver package added successfully.
|
2004 | 需要重新启动系统才能完成配置操作!
|
System reboot is needed to complete configuration operations!
|
2010 | 正在添加驱动程序包: |
Adding driver package: |
2011 | 发布名称: |
Published Name: |
2012 | 驱动程序包总数: |
Total driver packages: |
2013 | 已添加驱动程序包数: |
Added driver packages: |
2020 | 添加驱动程序程序包失败: |
Adding the driver package failed : |
2021 | 作为参数传递的 INF 无效。
|
Invalid INF passed as parameter.
|
2023 | 正在处理 inf: |
Processing inf : |
2024 | 总尝试次数: |
Total attempted: |
2025 | 已成功导入的数量: |
Number successfully imported: |
2030 | 无法在匹配的设备上安装驱动程序包: |
Unable to install driver package on matching devices: |
2031 | 驱动程序包已安装在匹配的设备上。
|
Driver package installed on matching devices.
|
2032 | 驱动程序包与更新了驱动程序的设备匹配。
|
Driver package matches devices that already have their drivers up to date.
|
2033 | 需要重新启动系统才能完成安装操作!
|
System reboot is needed to complete install operations!
|
2040 | 无法在任何系统设备上安装驱动程序 : |
Failed to install the driver on any of the devices on the system : |
2041 | 在系统设备上成功安装驱动程序。
|
Successfully installed the driver on a device on the system.
|
2100 | 无法删除驱动程序包: |
Failed to delete driver package: |
2101 | 指定的驱动程序包未知或无效。
|
Unknown or invalid driver package specified.
|
2102 | 已成功删除驱动程序程序包。
|
Driver package deleted successfully.
|
2103 | 需要重新启动系统才能完成取消配置操作!
|
System reboot is needed to complete unconfiguration operations!
|
2110 | 删除驱动程序包失败: |
Deleting the driver package failed : |
2120 | 无法从设备中卸载驱动程序包: |
Unable to uninstall driver package from devices: |
2121 | 已从设备中卸载驱动程序包。
|
Driver package uninstalled from devices.
|
2122 | 需要重新启动系统才能完成卸载操作!
|
System reboot is needed to complete uninstall operations!
|
2200 | 无法枚举驱动程序包: |
Failed to enumerate driver packages: |
2202 | 原始名称: |
Original Name: |
2203 | 驱动程序包 ID: |
Driver Package ID: |
2204 | 提供程序名称: |
Provider Name: |
2205 | 类名: |
Class Name: |
2206 | 类描述: |
Class Description: |
2207 | 类 GUID: |
Class GUID: |
2208 | 类版本: |
Class Version: |
2209 | 扩展 ID: |
Extension ID: |
2210 | 驱动程序版本: |
Driver Version: |
2211 | 签名者姓名: |
Signer Name: |
2220 | 枚举驱动程序包失败: |
Enumeration of driver packages failed : |
2222 | 驱动程序程序包提供程序: |
Driver package provider : |
2223 | 类: |
Class : |
2224 | 驱动程序日期和版本: |
Driver date and version : |
2230 | 未知 |
Unknown |
2231 | 系统中找不到发布驱动程序程序包。
|
No published driver packages were found on the system.
|
2300 | 无法导出驱动程序包: |
Failed to export driver package: |
2301 | 目标目录缺失或无效。
|
Missing or invalid target directory.
|
2302 | 驱动程序包已成功导出。
|
Driver package exported successfully.
|
2303 | 正在导出驱动程序包: |
Exporting driver package: |
2305 | 已导出驱动程序包数: |
Exported driver packages: |
3000 | 无法导出 PnP 系统状态: |
Failed to export PnP system state: |
3001 | 指定的导出状态文件无效。
|
Invalid export state file specified.
|
3002 | PnP 系统状态已成功导出。
|
PnP system state exported successfully.
|
3003 | 正在导出 PnP 系统状态: |
Exporting PnP system state: |
4000 | ********************************** 警告 **********************************
|
********************************** WARNING **********************************
|
4001 | 此 pnputil 命令只能用于开发/测试目的。
|
This pnputil command should only be used for development/testing purposes.
|
4003 | 驱动程序包 INF 文件应添加/更新到脱机 OS 映像中
|
Driver package INF files should be added/updated into the offline OS image
|
4004 | 使用支持的脱机程序包部署过程以确保
|
using the supported offline package deployment process in order to ensure
|
4005 | 程序包正确配置并集成到 Windows OS 状态中。
|
that they are properly configured and integrated into the Windows OS state.
|
4007 | 从此 OS 产品的运行时环境中更新驱动程序包 INF 文件
|
Updating driver package INF files from within the runtime environment of
|
4008 | 可能会导致意外的 OS 状态冲突,从而造成将来
|
this OS product may lead to unexpected OS state conflicts, resulting in the
|
4009 | 无法对以下系统中的核心 OS 组件和/或驱动程序应用更新:
|
inability to apply future updates to core OS components and/or drivers on
|
4010 | 零售/消费品系统。
|
retail/consumer systems.
|