Renderer Posted October 2, 2017 Share Posted October 2, 2017 Hello. I have a question for you. How can I connect to a new WiFi network via CMD using the network name and the password? Thanks in advance. Link to comment Share on other sites More sharing options...
Kasiratnam Posted January 12, 2018 Share Posted January 12, 2018 (edited) Now-a-days internet connectivity is everything. For Internet we have Wi-Fi connections which we manage and use through the network settings on Windows 7/8.1 and Windows computers. You can also run, manage and delete your WiFi networks using the command prompt. In fact, the command prompt offers many more features than the standard network connection settings in Windows 10. To do this we only require a CMD(Command Prompt) with Administrator privileges. Here are some best commands for your CMD to run, manage, connect to WiFi networks : Its the Command open your command promt and submit it OMMAND > NETSH WLAN SET HOSTEDNETWORK MODE=ALLOW SSID=”YOUR WIFI CONNECTION NAME” KEY=”YOUR WIFI CONNECTION PASSWORD” Edited October 9, 2018 by Kasiratnam I am kasiratnamma marketing specialist at fieldengineer.com. Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted January 18, 2018 Moderators Share Posted January 18, 2018 @phani did you miss the part where the OP wants to do this via command line? "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
lucille Posted July 12, 2018 Share Posted July 12, 2018 1. Search for command prompt. 2. Choose Command Prompt (Admin) in the results. 3. To locate the name of the network to connect to, type netsh wlan show profiles and press Enter. Write down the name of the network you want to connect to. 4. To locate the name of the interface, type netsh wlan show interface and press Enter on the keyboard. Write down what you find in the first entry, next to name. This is the name of your network adapter. 5. Type netsh wlan connect name="nameofnetwork" interface="nameofnetworkadapter" and press Enter on the keyboard. 192.168.0.1 login Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now