Created
May 18, 2023 09:59
-
-
Save ardhptr21/262f9570bd9301f0aa965418d8662df7 to your computer and use it in GitHub Desktop.
Flushing the network cache in windows using CMD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
netsh winsock reset | |
netsh int ip reset all | |
netsh winhttp reset proxy | |
ipconfig /flushdns |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment