Installing Cloudfalre Warp on Windows Server

I run Windows Server 2022 as my main OS on GodBoxV3, my workstation. When you try install Cloudflare Warp on it, it installs but fails to start. The issue is that Cloudflare Warp needs the Wireless LAN Service to be enabled. To enable, from an elevated Powershell Prompt, run

Install-WindowsFeature wireless-networking

Reboot the machine and Cloudflare Warp should now start.