
- #Installing killer network drivers windows crashes how to#
- #Installing killer network drivers windows crashes install#
- #Installing killer network drivers windows crashes drivers#
- #Installing killer network drivers windows crashes for windows 10#
What I did is run the following in an elevated command prompt:īcdedit /set LOADOPTIONS DISABLE_INTEGRITY_CHECKS If you don’t lower the security settings, you’ll get an error just like this one:
#Installing killer network drivers windows crashes install#
We now need to alter the standard startup setting of Windows Server 2016 temporarily because we will not be able to install a driver that’s been tampered with. I then search for section and I paste what I just copied from section nicely underneath what’s already in there. Then I search for section and I copy everything in there (I don’t bother to only copy the entries for my particular NIC or so. I search for section and I edit the content of that section by deleting everything in it. So for my I218V I open op the e1d65圆4.inf file in notepad++ recurse | Select-String -pattern “ven_8086&dev_15A1” | group path | select name recurse | Select-String -pattern “ven_8086&dev_1539” | group path | select name Get-ChildItem -Path “C:\SysAdmin\IntelWindows10Drivers21.1\PRO1000\Win圆4\NDIS65” ` We throw these ID strings into some PowerShell we run in our C:\SysAdmin\PROWin圆4\PRO1000\Win圆4\NDIS65 folder. The I211 has PCI\VEN_8086&DEV_1539&SUBSYS_85F01043&REV_03 and my Iv218V has PCI\VEN_8086&DEV_15A1&SUBSYS_85C41043&REV_05.ĭrop the PCI\ from the beginning of the string and everything from the “&” on at the end. inf file to edit? We grab the hardware ID’s from the properties of our NIC or NICS.īelow you see the Hardware IDs for mu I218V. The 65 in the folder and file names identifies our OS version (Windows 10 / Windows Server 2016).īut how do we know what. You’ll find it in the NDIS65 folder: C:\SysAdmin\PROWin圆4\PRO1000\Win圆4\NDIS65. inf file and for the I217V, 218V and 219V we’ll edit the e1d65圆4.inf file in note pad or your editor of choice. A free tool like 7zip will do the job just fine.įor the I211 we need to edit the. We then extract the content to our work space.
#Installing killer network drivers windows crashes drivers#
Just adapt accordingly.Īfter downloading the most recent Windows 10 (圆4 bit, we’ll use them with a server OS so there is no 32 bit here) Intel drivers form the Intel site we rename the exe to identify what package it is. The instructions will work for a I217V or and i219V as well. Google for the Intel drivers of your NIC. Installing Intel I211, I217V, I218V and I219V drivers on Windows Server 2016 with EUFI boot We’ll walk you through an approach for installing Intel I211, I217V, I218V and I219V drivers on Windows Server 2016 with EUFI boot. inf file installed on your Windows Server OS.ĭon’t worry even with an OS booting from EUFI with secure boot you can still disable driver signing / integrity checking when needed.
#Installing killer network drivers windows crashes how to#
What might be new to some people as EUFI & NVME become a bit more popular is how to get a driver with an edited. That’s nothing new and we’ve dealt with this before by editing the. We’ll work on the I218V as an example here.

As you can see in the screenshot above that’s a system where I have the I211 driver already installed actually.
#Installing killer network drivers windows crashes for windows 10#
The Intel driver for them are only for Windows 10 and won’t install on a server OS. Windows Server 2016 doesn’t have any drivers for the I211, I217V, I218V and the I219V NICs. That’s OK as it’s way better than the old BIOS and enables more scenario. I also boot from NVMe so I need UEFI and use secure boot. Especially with the nested virtualization an NVME disk comes in handy. I like it that way because I have all the options of the server OS at my disposal. I’m running Windows Server 2016 as my main OS for lab, testing, Hyper-V with nested virtualization etc.

This blog will be all about installing Intel I211, I217V, I218V and I219V drivers on Windows Server 2016 with EUFI boot.
