Overview: Intel network cards come in two product lines, with i225-V/i226-V belonging to the consumer-grade line. The -LM suffix denotes the commercial-grade product line. By default, Windows Server only installs network card drivers for the commercial-grade line. However, it’s possible to forcibly install them using modified drivers, although this process can be somewhat complex. Here, we’ll provide the modified driver for installation.

Download Link for Intel i225-V/i226-V Windows Server Network Card Driver:

Baidu Cloud: //pan.baidu.com/s/1_LxQAuvgx7aJm08KYNWiYw Extraction Code: HYSZ

1.Download the driver from the cloud storage or contact your supplier for access. Once downloaded, extract the files from the folder.

2.Installing the Driver ● Access Windows Server 2022 and open CMD (Run as Administrator). Enter the following two commands: bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS bcdedit -set TESTSIGNING ON ● Restart your machine.

3.Post-restart, right-click on the “Start” menu, choose “Device Manager” > right-click on “Ethernet Controller” > “Update driver” > “Browse my computer for driver software” > “Browse…” and select the directory of the extracted driver files. Follow the prompts to complete the installation.

4.Exiting Test Mode ● After the driver installation, in CMD (Run as Administrator), enter the following two commands to disable test mode: bcdedit -set loadoptions ENABLE_INTEGRITY_CHECKS bcdedit -set TESTSIGNING OFF ● Restart your computer. This completes the driver installation process!

  • ccdfa@lemm.ee
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    I did this or something close to it years ago when running windows server. Was a bit of a hassle, but I got things running ok. Now I’m on Linux server with the same machine and it’s not a problem there.

    Linux has been better for my server needs generally anyway, but I’m happy to be reminded of yet another reason to stay off windows