Windows 10 windows 10 wifi in safe mode

bwpbruce

New Member
Joined
Feb 28, 2016
Messages
11
Can't get wifi to work in safe mode. Is there a fix for this?
 


Solution
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.
    • connect name=MyWifi ssid=MyWifi
  • You should now be connected
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.
    • connect name=MyWifi ssid=MyWifi
  • You should now be connected
 


Solution
I uploaded a pic of what I tried. Says there is no wireless interface on the system, but wireless exists and works in normal mode.
 


Attachments

  • No Wireless Interface.webp
    No Wireless Interface.webp
    11.7 KB · Views: 661
Is your wireless nic available under network adapters in safe mode, or does it use a third party utility to connect with?
 


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.
 


Here are some of the data I gathered. I'll post the rest in another post.
 


Attachments

  • Capabilities.webp
    Capabilities.webp
    10 KB · Views: 527
  • Code 37.webp
    Code 37.webp
    16.2 KB · Views: 320
  • Compatible Ids.webp
    Compatible Ids.webp
    10.5 KB · Views: 437
  • Config Flags.webp
    Config Flags.webp
    10 KB · Views: 416
  • Device Description.webp
    Device Description.webp
    12.3 KB · Views: 377
  • Device Instance Path.webp
    Device Instance Path.webp
    11.6 KB · Views: 435
  • Device Manager State (Safe Mode Only).webp
    Device Manager State (Safe Mode Only).webp
    47.3 KB · Views: 456
  • Driver Key.webp
    Driver Key.webp
    12 KB · Views: 334
  • Hardware Ids.webp
    Hardware Ids.webp
    10.4 KB · Views: 426
  • Has Problem.webp
    Has Problem.webp
    9.3 KB · Views: 410
Here's the rest.
 


Attachments

  • Install State.webp
    Install State.webp
    9.7 KB · Views: 430
  • In Root Container.webp
    In Root Container.webp
    9.5 KB · Views: 253
  • Is Connected.webp
    Is Connected.webp
    8.8 KB · Views: 400
  • Power State.webp
    Power State.webp
    18.1 KB · Views: 271
  • Problem Code.webp
    Problem Code.webp
    10.1 KB · Views: 417
  • Status.webp
    Status.webp
    13.2 KB · Views: 492
  • Problem Status.webp
    Problem Status.webp
    10.8 KB · Views: 401
You may want to start by seeing if there are any driver updates for the NIC.
 


All of my drivers are up to date. I made sure of that before I even attempted to investigate this problem.
 


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?
 


In safe mode, the SDHC shows no error codes anywhere, however, in normal mode 3 SDHCs are shown. In safe mode, only two are shown. Any ideas why?
 


Attachments

  • Safe Mode.webp
    Safe Mode.webp
    38.7 KB · Views: 461
  • SDHC1.webp
    SDHC1.webp
    6.8 KB · Views: 282
  • SDHC2.webp
    SDHC2.webp
    6.9 KB · Views: 342
  • SDHC3.webp
    SDHC3.webp
    6.9 KB · Views: 385
  • Normal Mode.webp
    Normal Mode.webp
    33.5 KB · Views: 455
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.
 


Back
Top