- Joined
- Feb 21, 2016
- Messages
- 19
- Reaction score
- 2
When trying to connect to internet in safe mode with networking in win 10 over WIFI, the WIFI driver does not load. I can connect using Ethernet. Is there a solution for this.
Netsh wlan connect name="SSID"
powershell.exe -Command "Start-Process cmd \"/k cd /d %cd%\" -Verb RunAs"
Netsh wlan connect name="SSID"
Pause
Hi ozzie matics,
When I want to use WiFi in Safe mode with Windows 10 Home build 14393.953 what I do is the following:
- From normal log in I press Windows key and R key to open the Run dialog
- Type msconfg then click OK
- Select the Boot tab and Check the Safe boot & Networking boxes then apply and Restart
- When the computer reaches the Lock Screen I click on the Network icon and select my wireless network, then enter the password.
- Then I sign into the Safe mode desktop
That ought to work but if not an alternate method would be to sign in to Safe mode, then open an Administrator Command Prompt and type the following:
Code:Netsh wlan connect name="SSID"
Note: You must keep the speech marks and replace the SSID with your Wireless Security name
Press Enter key to execute when you have the correct information typed in.
You could create a tiny batch file for this by opening a Notepad and entering these three lines:
Code:powershell.exe -Command "Start-Process cmd \"/k cd /d %cd%\" -Verb RunAs" Netsh wlan connect name="SSID" Pause
Then select File > Save as and name it wlan.bat and choose all files before saving. Save on your Desktop for easy access when you log into Safe mode, and when in Safe mode, right-click and run as Administrator.
Notes:
- Again keep the speech marks and replace the SSID with your wireless security name.
- When executed a blank Command console may appear, but if you close that you ought to see another beneath it. Sorry I don't have time just now to write a better batch to avoid that.
- The Network icon in system tray may still appear to be unavailable, but if batch says it was successful, then you ought to be connected.
Here's hoping the first suggestion works for you as its the simplest way to get there. This was introduced with the Anniversary update by Microsoft to resolve this known issue for some users.
Regards,
Regedit32
Hi ozzie matics,
When I want to use WiFi in Safe mode with Windows 10 Home build 14393.953 what I do is the following:
- From normal log in I press Windows key and R key to open the Run dialog
- Type msconfg then click OK
- Select the Boot tab and Check the Safe boot & Networking boxes then apply and Restart
- When the computer reaches the Lock Screen I click on the Network icon and select my wireless network, then enter the password.
- Then I sign into the Safe mode desktop
That ought to work but if not an alternate method would be to sign in to Safe mode, then open an Administrator Command Prompt and type the following:
Code:Netsh wlan connect name="SSID"
Note: You must keep the speech marks and replace the SSID with your Wireless Security name
Press Enter key to execute when you have the correct information typed in.
You could create a tiny batch file for this by opening a Notepad and entering these three lines:
Code:powershell.exe -Command "Start-Process cmd \"/k cd /d %cd%\" -Verb RunAs" Netsh wlan connect name="SSID" Pause
Then select File > Save as and name it wlan.bat and choose all files before saving. Save on your Desktop for easy access when you log into Safe mode, and when in Safe mode, right-click and run as Administrator.
Notes:
- Again keep the speech marks and replace the SSID with your wireless security name.
- When executed a blank Command console may appear, but if you close that you ought to see another beneath it. Sorry I don't have time just now to write a better batch to avoid that.
- The Network icon in system tray may still appear to be unavailable, but if batch says it was successful, then you ought to be connected.
Here's hoping the first suggestion works for you as its the simplest way to get there. This was introduced with the Anniversary update by Microsoft to resolve this known issue for some users.
Regards,
Regedit32
Also checked device manager my wifi card has a yellow caution sign on itHow can I connect to my wifi in command line it’s saying my “network interface card unavailable”
Hi tried your method but still I can't connect to internet it says There is no wireless interface on the computer.please helpHi ozzie matics,
When I want to use WiFi in Safe mode with Windows 10 Home build 14393.953 what I do is the following:
- From normal log in I press Windows key and R key to open the Run dialog
- Type msconfg then click OK
- Select the Boot tab and Check the Safe boot & Networking boxes then apply and Restart
- When the computer reaches the Lock Screen I click on the Network icon and select my wireless network, then enter the password.
- Then I sign into the Safe mode desktop
That ought to work but if not an alternate method would be to sign in to Safe mode, then open an Administrator Command Prompt and type the following:
Code:Netsh wlan connect name="SSID"
Note: You must keep the speech marks and replace the SSID with your Wireless Security name
Press Enter key to execute when you have the correct information typed in.
You could create a tiny batch file for this by opening a Notepad and entering these three lines:
Code:powershell.exe -Command "Start-Process cmd \"/k cd /d %cd%\" -Verb RunAs" Netsh wlan connect name="SSID" Pause
Then select File > Save as and name it wlan.bat and choose all files before saving. Save on your Desktop for easy access when you log into Safe mode, and when in Safe mode, right-click and run as Administrator.
Notes:
- Again keep the speech marks and replace the SSID with your wireless security name.
- When executed a blank Command console may appear, but if you close that you ought to see another beneath it. Sorry I don't have time just now to write a better batch to avoid that.
- The Network icon in system tray may still appear to be unavailable, but if batch says it was successful, then you ought to be connected.
Here's hoping the first suggestion works for you as its the simplest way to get there. This was introduced with the Anniversary update by Microsoft to resolve this known issue for some users.
Regards,
Regedit32
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.