Remember to maintain security and privacy. Do not share sensitive information. Procedimento.com.br may make mistakes. Verify important information. Termo de Responsabilidade

Discover How to Use pnputil.exe on Windows 11

In this article, we will explore the usage of pnputil.exe on the Windows 11 operating system. Pnputil.exe is a command-line tool that allows users to manage device drivers on their Windows system. It is especially useful when dealing with driver installations, updates, and removals. By understanding how to use pnputil.exe effectively, Windows 11 users can ensure that their system's drivers are up to date and functioning properly.


Examples:
1. Installing a driver using pnputil.exe:



  • Open the Command Prompt or PowerShell as an administrator.

  • Navigate to the directory where the driver package is located.

  • Run the following command: pnputil.exe -i -a <driver_package.inf>

  • Replace <driver_package.inf> with the actual name of the driver package file.

  • Press Enter to execute the command.

  • The driver will be installed, and you will see a success message.


2. Listing installed drivers using pnputil.exe:



  • Open the Command Prompt or PowerShell as an administrator.

  • Run the following command: pnputil.exe -e

  • A list of all installed drivers will be displayed, including their published name and original file name.


3. Removing a driver using pnputil.exe:



  • Open the Command Prompt or PowerShell as an administrator.

  • Run the following command: pnputil.exe -d -f <driver_package.inf>

  • Replace <driver_package.inf> with the actual name of the driver package file.

  • Press Enter to execute the command.

  • The driver will be removed from the system.


To share Download PDF

Gostou do artigo? Deixe sua avaliação!
Sua opinião é muito importante para nós. Clique em um dos botões abaixo para nos dizer o que achou deste conteúdo.