Skip to end of banner
Go to start of banner

Installing the USB driver quietly

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 4 Next »

Q

Install the USB driver for Windows quietly and without user interaction

A

For this, you need to know if your Windows system is a 32 bit or 64 bit version.

On Windows 10, click on the Start button, then select “Settings”, “System” and “about”.

Find the “System type” to see if your system is 32 or 64 bit.

Unpack the driver archive.

Open a command prompt in directory the driver was decompressed to.

Change to the subdirectory ‘driver’.

cd driver

On a 32 bit system, enter the following:

dpinst32.exe /Q

On a 64 bit system, enter:

dpinst64.exe /Q

Under normal circumstances, the driver package is installed without user interaction and no further output is provided. If the command prompt does not have administrative privileges, an UAC prompt appears which you need to confirm.

  • No labels