This is a quick guide on installing the AX200 Wireless Wifi 6 driver on Windows server.
I ran through a problem when installing the Wifi 6 drivers on my Windows server (standard edition) 2019. I downloaded the driver files directly from Intel and it was not installing because of this A service installation section in this inf is invalid
error.
Download the
Intel® PROSet/Wireless Software and Drivers for IT Admins
from https://www.intel.com/content/www/us/en/download/18231/intel-proset-wireless-software-and-drivers-for-it-admins.html and unzip it on the server.Open Powershell on Windows server 2019 and run the following command
Add-WindowsFeature -Name Wireless-Networking
Restart
Go into the Device Manager, click update the driver of the unknown device (normally the 2nd or 3rd unknown device)
Restart
Now you should see the Wifi panel on the bottom right hand corner.
Thanks to Ruben Mamo for the work around. :)
Top comments (3)
This worked for the Intel AX200 wifi driver. Thank you!
The Bluetooth driver did not require these steps and worked out of the box.
Were you able to install the Bluetooth drivers for the Intel chipset on Windows Server 2019? I'm having a hard time with Broadcom Bluetooth, and I'm thinking of grabbing an Intel based card instead. I'm using the generic Bluetooth driver currently, but would really like full support and capabilities. I've tried so many drivers trying to get this one to work.
Many thanks. worked