硬件:Intel® Dual Band Wireless-AC 3165系统:Windows Server 2019 问题:新系统安装完成后,无法找到无线网卡 尝试:适用于 Windows Server 2019 * 的 Intel®网络适配器驱动程序,无效https://downloadcenter.intel.com/zh-cn/download/28396/-Windows-Server-2019-Intel- 解决:在 Windows 的 服务器管理器 中,启用 无线LAN服务 即可(需
原文链接地址:https://www.jb51.net/article/81340.htm 1.列出当前网卡:SetupDiEnumDeviceInfo 2.找出当前无线网卡的名字(用natvie wifi api)3.卸载\安装此驱动 问题:log为:SetupDiSetClassInstallParams failed. -536870347 完整代码如下: // ControlWirelessCard.cpp : Defines the entry point for the conso