Overview: Intel's NICs are divided into two product lines, the i225-V/i226-V belongs to the consumer product line, and the -LM suffix belongs to the business product line. By default, Windows Server can only install drivers for the business end of this product line. However, it is possible to force the installation of a driver by modifying the driver. The process of modifying the driver is a bit tedious, so we won't describe it here. We will upload the modified driver here.
intel i225-V /i226-V Windows Server NIC driver download address:
Baidu.com: https://pan.baidu.com/s/1_LxQAuvgx7aJm08KYNWiYw
Extract code: HYSZ
1, Download the driver to the net disk or contact the supplier to get it, unzip the folder after downloading.
2, Install the driver
Go to Windows Server 2022 and enter the following two commands in CMD (as administrator) in sequence:
bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS
bcdedit -set TESTSIGNING ON
Then reboot the machine.
After rebooting, right-click on the Start menu and select Device Manager > Right-click on Ethernet Controller > Update driver > Browse my computer for driver software > Browse … Select the directory where you extracted the driver and install it according to the prompts.
3, Exit test mode
After the driver installation is completed, enter the following two commands in CMD (as administrator) in order to turn off the test mode:
bcdedit -set loadoptions ENABLE_INTEGRITY_CHECKS
bcdedit -set TESTSIGNING OFF
Then restart the computer, the driver installation is complete!