Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Panel
bgColor#ffffff
titleQ

How to install the USB driver for Windows silently and without user interaction

Panel
bgColor#ffffff
titleA

First, 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

Code Block
cd driver

On a 32 bit system, enter the following:

Code Block
dpinst32.exe /Q

On a 64 bit system, enter:

Code Block
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.

Code Block
test

Panel
bgColor#ffffff
titleSee also...
Filter by label (Content by label)
showLabelsfalse
spaces@self
showSpacefalse
cqllabel = "faq" and space = currentSpace ( )
labelsfaq

Code Block
test

A

First, 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

Code Block
cd driver

On a 32 bit system, enter the following:

Code Block
dpinst32.exe /Q

On a 64 bit system, enter:

Code Block
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.