It appears the Network UX Broker service doesn't work in safe mode. This is the pop up menu that allows you to pick and connect to a wireless network. You can however connect from netsh.
Open an elevated command prompt
Type netsh
Type wlan
Type show profiles, you should see your wireless profile here for this example we'll called MyWifi
Then type connect name=<profilename> ssid=<ssidname> the profile name and ssid are generally going to be the same.
Yes. I've been using Windows since XP, so I know how to use Safe Mode with networking. Do you have Windows 10? I'm looking for people who have actually had this issue of Wifi not working in Safe Mode with Networking and figured out how to fix it. If it's already working for you, then you may not know how to troubleshoot this.
It appears the Network UX Broker service doesn't work in safe mode. This is the pop up menu that allows you to pick and connect to a wireless network. You can however connect from netsh.
Open an elevated command prompt
Type netsh
Type wlan
Type show profiles, you should see your wireless profile here for this example we'll called MyWifi
Then type connect name=<profilename> ssid=<ssidname> the profile name and ssid are generally going to be the same.
I have a built-in wireless adapter built into the tablet, not some third party device. So it should be available, but when I go into safe mode, the adapter is not available. I'll post the state of my device manager here. Give me a minute.
So in one of those pictures it shows the wireless nic is on "Intel SD host controller", if you can locate this device in Device Manager, go to properties > Driver > Driver details and list the drivers it uses. Also does the SD host controller show any error codes under Device Status on the general tab?
I don't know, but it's very possible that the missing one is the controller the wireless is using. If that is the case then that is why the driver won't initialize.
Back in the XP days I believe you could add drivers to boot in safe mode by adding a key for your driver to HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Network. I do not think this works anymore. I did test it with a vmware driver and it was a no go. Ultimately if the SD HC that is not present is in fact where the nic resides you would need to figure a way to force it to load. This may not be possible and I am unable to direct you on getting that to load in safe mode. You may be SOL.