Created
January 17, 2024 08:28
-
-
Save swarupmtb/b96970f4d9e8cdc1bf5ea79a0dbec5ba to your computer and use it in GitHub Desktop.
Windows Reset
This file contains hidden or 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
Reset IP Stack: | |
netsh int ip reset | |
netsh winsock reset | |
Flush DNS Cache: | |
ipconfig /flushdns | |
Reset Firewall Rules: | |
netsh advfirewall reset |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment