Skip to content

Instantly share code, notes, and snippets.

@wagura-maurice
Last active December 11, 2018 07:39
Show Gist options
  • Save wagura-maurice/c486ff5c554eccb16557f9a8c4730b49 to your computer and use it in GitHub Desktop.
Save wagura-maurice/c486ff5c554eccb16557f9a8c4730b49 to your computer and use it in GitHub Desktop.
How to resolve “cannot connect to network error” on windows via CMD.
First Run CMD as Admin..then.. enter the following commands.
ipconfig /flushdns
ipconfig /registerdns
ipconfig /release
ipconfig /renew
netsh winsock reset
netsh wlan show profiles
netsh wlan delete profile name={ENTER PROFILE NAME}
shutdown /r
By @ericpinchez And @montanabay39 on Twitter
Copyright 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment