summaryrefslogtreecommitdiffstats
path: root/windows_driver_installer/Driver_installation.md
diff options
context:
space:
mode:
Diffstat (limited to 'windows_driver_installer/Driver_installation.md')
-rw-r--r--windows_driver_installer/Driver_installation.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/windows_driver_installer/Driver_installation.md b/windows_driver_installer/Driver_installation.md
new file mode 100644
index 0000000..14dac38
--- /dev/null
+++ b/windows_driver_installer/Driver_installation.md
@@ -0,0 +1,15 @@
+# Windows driver installation with Zadig #
+
+Zadig is an automated windows driver installer for libusb devices. It will automatically create a driver signature which prevents issues with unsigned driver on Windows 10 and earlier. The latest version of Zadig can be found here: [http://zadig.akeo.ie/](http://zadig.akeo.ie/). For convenience a copy is provided in this folder.
+
+Please proceed as follows to install the Micronucleus driver:
+
+1. Run Zadig_2.1.2.exe. The interface as shown below appears.
+2. In the menu go to *Device->Load Preset Device*. Select micronucleus.cfg
+3. Click the "Install Driver" button.
+
+The driver is now installed and Micronucleus should be ready to use.
+
+![](zadig_screenshot.gif)
+
+