forked from pbatard/libwdi
-
Notifications
You must be signed in to change notification settings - Fork 1
/
zadig.ini
32 lines (28 loc) · 1.23 KB
/
zadig.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Sample ini file for Zadig
[general]
# Start application in advanced mode (default = false)
advanced_mode = true
# Exit application upon successful driver installation (default = false)
exit_on_success = false
# Log level (0=debug, 1=info, 2=warning, 3=error)
log_level = 0
[device]
# List all devices, including the ones that already have a driver (default = false)
list_all = true
# Include hubs and composite parent devices when listing all (default = false)
include_hubs = true
# Trim trailing whitespaces from the USB device description (default = false)
trim_whitespaces = true
[driver]
# Select the following as the default driver to install:
# WinUSB = 0, libusb0.sys = 1, libusbK.sys = 2, Custom = 3 (default = WinUSB)
default_driver = 2
# Extract driver files only, don't install (default = false)
extract_only = false
# Set the default destination directory for extraction of the driver files (default = "C:\\usb_driver")
default_dir = "C:\\usb_driver"
[security]
# If embedded, install the following certificate to the Trusted Publisher store
# install_cert = "mycert.cer"
# If set to true, will silently install the cert provided above (not recommended)
# disable_cert_install_warning = false