How To Reset Wifi Using Cmd?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1. Open the Command Prompt (CMD) as an administrator.
2. Type the following command to view all available network adapters on your computer:
netsh wlan show all
3. Find the name of the adapter you wish to reset.
4. Type the following command to reset the adapter:
netsh wlan set hostednetwork mode=disallow
5. Type the following command to restart the adapter:
netsh wlan start hostednetwork
6. Type exit to close the Command Prompt.