????

Your IP : 216.73.216.152


Current Path : C:/Windows/System32/en-US/
Upload File :
Current File : C:/Windows/System32/en-US/pnputil.exe.mui

MZ����@���	�!�L�!This program cannot be run in DOS mode.

$��<߱�R���R���R�U�����R�U�P���R�Rich��R�PEL�!z

�5�@ �v8.rdata�@@.rsrc� x@@:��
T88:��$��8.rdata8x.rdata$zzzdbg �	.rsrc$01�)�m.rsrc$02 oJY�� D
�Z��	l����v�g]N��:���	�(�@�����0?�@�A0�BH�C`�Dx�E��F��G��H��I��J�K �L8�MP�Nh�V��W��X��Y��~�������(��@��X��p������������������9�:0�;H�<`�=x�>��?��@��B��D��F�G �H8�IP�Kh���	�	�	�	�	�	�	�			(	8	H	X	h	x	�	�	�	�	�	�	�	�			(	8	H	X	h	x	�	�	�	�	�	�	�	�					(		8		H		X		h		x		�		�		�	�)��p*��4-���1��5��D8v��9���;4��A6��G���L(�Pd�pS��LW��<ZJ��]��l`�tb��c��d4�HfZ��f��8j.�hlh��m��o���q��<s��u�,v4�`w���wB�4z��{�,���$����P�X� �x�&�����`��t���p�$���j���������������Ē�MUI���X����.?�x��l��WvЈZ����nk*���MUIen-USMicrosoft PnP Utility5PNPUTIL [/add-driver <...> | /delete-driver <...> |

1         /export-driver <...> | /enum-drivers |

=         /enum-devices [<...>] | /enum-interfaces [<...>] |

9         /disable-device <...> | /enable-device <...> |

9         /restart-device <...> | /remove-device <...> |

&         /scan-devices [<...>] | /?]



Commands:



F  /add-driver <filename.inf | *.inf> [/subdirs] [/install] [/reboot]



2    Add driver package(s) into the driver store.

@      /subdirs - traverse sub directories for driver packages.

B      /install - install/update drivers on any matching devices.

>@!      /configure - configure driver state into the system.

D      /reboot - reboot system if needed to complete the operation.



    Examples:

      Add driver package:

+        pnputil /add-driver x:\driver.inf

%      Add multiple driver packages:

*        pnputil /add-driver c:\oem\*.inf

PA'      Add and install driver package:

1        pnputil /add-driver device.inf /install



=  /delete-driver <oem#.inf> [/uninstall] [/force] [/reboot]



2    Delete driver package from the driver store.

H      /uninstall - uninstall driver package from any devices using it.

B@!      /unconfigure - unconfigure driver state from the system.

I      /force - delete driver package even when it is in use by devices.

D      /reboot - reboot system if needed to complete the operation.



    Examples:

PA      Delete driver package:

)        pnputil /delete-driver oem0.inf

$      Force delete driver package:

0        pnputil /delete-driver oem1.inf /force



4  /export-driver <oem#.inf | *> <target directory>



M    Export driver package(s) from the driver store into a target directory.



    Examples:

PA      Export driver package:

+        pnputil /export-driver oem6.inf .

#      Export all driver packages:

,        pnputil /export-driver * c:\backup



  /enum-drivers

PA

B    Enumerate all 3rd party driver packages in the driver store.

1@!      /inbox - include inbox driver packages.



    Examples:

*      Enumerate all OEM driver packages:

        pnputil /enum-drivers



PAJ  /enum-devices [/connected | /disconnected] [/instanceid <instance ID>]

I                [/class <name | GUID>] [/problem [<code>]] [/deviceids]

)                [/relations] [/drivers]



*    Enumerate all devices on the system.

C      /connected | /disconnected - filter by connected devices or

D                                   filter by disconnected devices.

A      /instanceid <instance ID> - filter by device instance ID.

C      /class <name | GUID> - filter by device class name or GUID.

>      /problem [<code>] - filter by devices with problems or

<                          filter by specific problem code.

O      /bus [<name | GUID>] - display bus enumerator name and bus type GUID or

N                             filter by bus enumerator name or bus type GUID.

5      /deviceids - display hardware/compatible IDs.

?      /relations - display parent and child device relations.

:      /drivers - display matching and installed drivers.

2      /stack - display device stack information.

0      /interfaces - display device interfaces.

4      /properties - display all device properties.



    Examples:

7      Enumerate only connected devices on the system:

*        pnputil /enum-devices /connected

3      Enumerate device with specific instance ID:

<        pnputil /enum-devices /instanceid "ACPI\PNP0A08\1"

2      Enumerate all devices with specific class:

.        pnputil /enum-devices /class Display

M        pnputil /enum-devices /class {4d36e97d-e325-11ce-bfc1-08002be10318}

9      Enumerate all devices with specific problem code:

PA+        pnputil /enum-devices /problem 28

,        pnputil /enum-devices /problem 0xA

0      Enumerate all devices with specific bus:

(        pnputil /enum-devices /bus PCI

K        pnputil /enum-devices /bus {c8ebdfb0-b510-11d0-80e5-00a0c92542e3}

P      Enumerate all devices with problems and display hardware/compatible IDs:

3        pnputil /enum-devices /problem /deviceids



;  /enum-interfaces [/enabled | /disabled] [/class <GUID>]



4    Enumerate all device interfaces on the system.

>      /enabled | /disabled - filter by enabled interfaces or

=                             filter by disabled interfaces.

PA7      /class <GUID> - filter by interface class GUID.



    Examples:

8      Enumerate only enabled interfaces on the system:

+        pnputil /enum-interfaces /enabled

D      Enumerate all interfaces with specific interface class GUID:

P        pnputil /enum-interfaces /class {884b96c3-56ef-11d1-bc8c-00a0c91405dd}



C  /disable-device <instance ID> | /deviceid <device ID> [/reboot]



$    Disable devices on the system.

L      /deviceid <device ID> - disable all devices with matching device ID.

D      /reboot - reboot system if needed to complete the operation.



    Examples:

      Disable device:

G        pnputil /disable-device "USB\VID_045E&PID_00DB\6&870CE29&0&1"

A      Disable all devices with specific hardware/compatible ID:

:        pnputil /disable-device /deviceid "USB\Class_03"



B  /enable-device <instance ID> | /deviceid <device ID> [/reboot]



#    Enable devices on the system.

K      /deviceid <device ID> - enable all devices with matching device ID.

D      /reboot - reboot system if needed to complete the operation.



    Examples:

      Enable device:

F        pnputil /enable-device "USB\VID_045E&PID_00DB\6&870CE29&0&1"

@      Enable all devices with specific hardware/compatible ID:

9        pnputil /enable-device /deviceid "USB\Class_03"



C  /restart-device <instance ID> | /deviceid <device ID> [/reboot]



$    Restart devices on the system.

L      /deviceid <device ID> - restart all devices with matching device ID.

D      /reboot - reboot system if needed to complete the operation.



    Examples:

      Restart device:

G        pnputil /restart-device "USB\VID_045E&PID_00DB\6&870CE29&0&1"

A      Restart all devices with specific hardware/compatible ID:

:        pnputil /restart-device /deviceid "USB\Class_03"



M  /remove-device <instance ID> | /deviceid <device ID> [/subtree] [/reboot]



1    Attempt to remove a device from the system.

K      /deviceid <device ID> - remove all devices with matching device ID.

M      /subtree - remove entire device subtree, including any child devices.

PAD      /reboot - reboot system if needed to complete the operation.



    Examples:

      Remove device:

F        pnputil /remove-device "USB\VID_045E&PID_00DB\6&870CE29&0&1"

@      Remove all devices with specific hardware/compatible ID:

9        pnputil /remove-device /deviceid "USB\Class_03"



6  /scan-devices [/instanceid <instance ID>] [/async]



6    Scan the system for any device hardware changes.

D      /instanceid <instance ID> - scan device subtree for changes.

1      /async - scan for changes asynchronously.



    Examples:

      Scan devices:

        pnputil /scan-devices



%@!  /export-pnpstate <filename.pnp>

@!

O@!    Export PnP system state into a PnP state snapshot file for diagnostics.

@!

  /?



    Show usage screen.



Legacy Commands:



D  [-i] -a <filename.inf> ==> /add-driver <filename.inf> [/install]

A  [-f] -d <oem#.inf>     ==> /delete-driver <oem#.inf> [/force]

,  -e                     ==> /enum-drivers



Waiting for debugger...

System reboot initiated.

"Unable to initiate system reboot: Failed to open driver store: PAFailed to add driver package: .Missing or invalid driver package specified.

1Skipping traversal of internal system directory: $Driver package added successfully.

?System reboot is needed to complete configuration operations!

Adding driver package:  Published Name:         Total driver packages:  Added driver packages:  CDriver package added successfully. (Already exists in the system)

7Driver package added successfully. (Needed repairing)

#Adding the driver package failed : "Invalid INF passed as parameter.

$Driver package added successfully.

Processing inf :            Total attempted:              Number successfully imported: "Unable to install driver package: $Driver package installed on device: PA(Driver package is up-to-date on device: 9System reboot is needed to complete install operations!

Failed to install the driver : $Successfully installed the driver.

!Failed to delete driver package: .Unknown or invalid driver package specified.

&Driver package deleted successfully.

ASystem reboot is needed to complete unconfiguration operations!

%Deleting the driver package failed : "Invalid INF passed as parameter.

PA&Driver package deleted successfully.

$Unable to uninstall driver package: Driver package uninstalled.

;System reboot is needed to complete uninstall operations!

3This command is not supported on this OS product.

PA%Failed to enumerate driver packages: Published Name:     Original Name:      Driver Package ID:  Provider Name:      Class Name:         Class Description:  Class GUID:         PAClass Version:      Extension ID:       Driver Version:     Signer Name:        Family ID:          (Enumeration of driver packages failed : Published name :            Driver package provider :   Class :                     Driver date and version :   Signer name :               Unknown8No published driver packages were found on the system.

PA!Failed to export driver package: &Missing or invalid target directory.

'Driver package exported successfully.

Exporting driver package:   Total driver packages:      Exported driver packages:   #Failed to export PnP system state: &Invalid export state file specified.

)PnP system state exported successfully.

&PnP system state partially exported.

Exporting PnP system state: Failed to export file state: !Failed to export registry state: Failed to export device state: PA!Failed to export firmware state: Failed to export events state: Failed to export BCD state: O********************************** WARNING **********************************

LThis pnputil command should only be used for development/testing purposes.



LDriver package INF files should be added/updated into the offline OS image

Kusing the supported offline package deployment process in order to ensure

Mthat they are properly configured and integrated into the Windows OS state.



JUpdating driver package INF files from within the runtime environment of

Mthis OS product may lead to unexpected OS state conflicts, resulting in the

Kinability to apply future updates to core OS components and/or drivers on

retail/consumer systems.

PAFailed to enumerate devices: &No devices were found on the system.

Instance ID:                Device Description:         Class Name:                 Class GUID:                 Manufacturer Name:          Driver Name:                PAExtension Driver Names:     Status:                     Problem Code:               Problem Status:             Hardware IDs:               Compatible IDs:             Parent:                     Children:                   Matching Drivers:

Stack:                      Bus Enumerator Name:        Bus Type GUID:              
Interfaces:


Properties:

PA    Driver Name:                Original Name:              Provider Name:              Class Name:                 Class GUID:                 Driver Version:             Extension ID:               Signer Name:                Matching Device ID:         Driver Rank:                Driver Status:          Best Ranked	Outranked	Installed	Extension / Selected	Preferred
Best MatchingArrayNULLSBYTEBYTEINT16UINT16INT32UINT32INT64UINT64GUIDFILETIMEBooleanStringString ListSecurity DescriptorSecurity Descriptor StringBinaryERRORNTSTATUSTRUEFALSEPAStartedStoppedDisabledProblemDisconnected                            Enabled     Failed to enumerate interfaces: )No interfaces were found on the system.

Interface Class GUID:   Reference String:       PAInterface Description:  Interface Path:         Device Instance ID:     Interface Status:       
Interfaces:

PA?System reboot is needed to complete configuration operations!

CDevice is pending system reboot to complete a previous operation.

%Failed to identify matching devices: PADisabling device:          Failed to disable device:  Device disabled successfully.

(Cannot disable critical system device.

PAEnabling device:          Failed to enable device:  Device enabled successfully.

Device is already enabled.

Restarting device:         Failed to restart device:   Device restarted successfully.

Removing device:          Failed to remove device:  Device removed successfully.

'Scanning for device hardware changes.

)Scanning for device hardware changes...

Failed to scan for devices.

Scan complete.

PA4VS_VERSION_INFO��
|O
|O?jStringFileInfoF040904B0LCompanyNameMicrosoft Corporation�TFileDescriptionMicrosoft PnP Utility - Tool to add, delete, export, and enumerate driver packages.h$FileVersion10.0.20348.1 (WinBuild.160101.0800)8InternalNamepnputil.exe�.LegalCopyright� Microsoft Corporation. All rights reserved.HOriginalFilenamepnputil.exe.muij%ProductNameMicrosoft� Windows� Operating System>
ProductVersion10.0.20348.1DVarFileInfo$Translation	�PADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDING