Comments on: How to Reset TCP/IP Stack in Windows 10 https://www.itechtics.com/reset-tcp-ip-stack/ Making Technology Accessible Wed, 31 Aug 2022 11:05:36 +0000 hourly 1 https://wordpress.org/?v=6.4.1 By: Usman Khurshid https://www.itechtics.com/reset-tcp-ip-stack/#comment-198430 Mon, 28 Sep 2020 13:42:39 +0000 https://www.itechtics.com/?p=47019#comment-198430 In reply to lgdoc.

Create a .bat file and put the following in it:

ipconfig /release
ipconfig /flushdns
netsh winsock reset
netsh int ip reset
ipconfig /renew

When you run the batch file, these commands will be executed in sequence.

]]>
By: lgdoc https://www.itechtics.com/reset-tcp-ip-stack/#comment-198429 Mon, 28 Sep 2020 13:34:26 +0000 https://www.itechtics.com/?p=47019#comment-198429 wich command should we exactly copy/paste to automate the process?
Thanks in advance
Yours

]]>