Sometimes, I want to reset the network stack on Windows. I found that Intel has a good documentation for it. I copy the steps below:
Resetting the network stack
ipconfig /release
ipconfig /flushdns
ipconfig /renew
netsh int ip reset
netsh winsock reset
No comments:
Post a Comment