You are on page 1of 1

1.

Open Windows Terminal (Admin), and select either Windows PowerShell or Command
Prompt.

2. Type the command below into Windows Terminal (Admin), and press Enter.

pnputil /add-driver "full path of folder\*.inf" /subdirs /install /reboot

Substitute full path of folder in the command above with the actual full path of
the folder (ex: "C:\Users\Brink\Desktop\My Drivers") you exported all 3rd party
device drivers into.

For example: pnputil /add-driver "C:\Users\Brink\Desktop\My Drivers\*.inf" /subdirs


/install /reboot

The /reboot parameter in the command above will automatically restart the computer
if needed to complete the operation of importing the drivers.

Be sure you save and close anything open before running this command.

3. When importing has finished, you can close Windows Terminal (Admin) if you
like.

You might also like