Windows Server 2022 | WiFi is not working.

Filoktimon Rizopoulos 6 Reputation points
2022-04-22T11:20:38.033+00:00

I want to start by telling people that I'm new to Windows Server and I don't know much about it. Today, I tried to install it so I can leave it turned on all day long and host a CS 1.6 server (HLDS) on SteamCMD.

The steps I followed to enable the Wireless Networking (WiFi) feature are:

Step 1: I installed the WiFi Feature by the PowerShell CMD:

Install-WindowsFeature -Name WirelessNetworking

Step 2: I restarted my server and waited for it to boot.

Step 3: I enabled the WiFi service by the PowerShell CMD:

net start WlanSvc

However, I have no WiFi connection. The OS doesn't detect any adapters. I tried many of them. The Internal and many other external network adapters.

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,118 questions
Windows Hardware Performance
Windows Hardware Performance
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Hardware Performance: Delivering / providing hardware or hardware systems or adjusting / adapting hardware or hardware systems.
1,541 questions
{count} vote

2 answers

Sort by: Most helpful
  1. Dave Patrick 426.1K Reputation points MVP
    2022-04-24T14:12:52.433+00:00

    The OS doesn't detect any adapters

    Make sure the chipset has been installed. The chipset allows the operating system to find and use devices integrated into the mother board. Also check here and with the server manufacturer about support for Server 2022
    https://www.windowsservercatalog.com/

    --please don't forget to upvote and Accept as answer if the reply is helpful--


  2. Limitless Technology 39,351 Reputation points
    2022-04-26T10:33:34.067+00:00

    Hi FiloktimonRizopoulos-2153,

    This is likely to be the WiFi adapter itself on the server that’s not functioning.

    If you want to enable the Wi-Fi adapter, you may try the following steps. However, it does not enable or disable the network driver installed in your computer.

    Go to Start, click All Programs and open Accessories.

    Right click on Command Prompt in the Program list and then select Run as administrator. If you are prompted for an administrator password or for confirmation, type your password, or click OK, or else click Yes.

    In the Command Prompt, type the following command, and then press ENTER:
    netsh interface set interface name="Local Area Connection" enable

    Note: Replace Local Area Connection with the name of your adapter, e.g. Wireless Network Connection.
    This enables you Wi-Fi adapter.
    Corollary: Replace "enable" with "disable" in the command in Step 3 in order to disable the Wi-Fi adapter. 

    I hope this answers your question.


    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments