In Windows 10, When I try to use netsh
command to reset winsock and TCP/IP for the fixing problem, I got a note:
In future versions of Windows, Microsoft might remove the Netsh functionalityfor TCP/IP.Microsoft recommends that you transition to Windows PowerShell if you currentlyuse netsh to configure and manage TCP/IP.Type Get-Command -Module NetTCPIP at the Windows PowerShell prompt to viewa list of commands to manage TCP/IP.Visit http://go.microsoft.com/fwlink/?LinkId=217627 for additional informationabout PowerShell commands for TCP/IP.
After searching Microsoft Docs, I'm unable to find any command or module that can accomplish these same results, with these netsh
commands:
netsh interface ipv4 resetnetsh interface ipv6 resetnetsh interface tcp resetnetsh winsock reset
Is there any PowerShell commands or modules which can do?