Netsh

Last updated
netsh
Developer(s) Microsoft
Initial releaseOctober 25, 2001;23 years ago (2001-10-25)
Operating system Microsoft Windows
Type Command
License Proprietary commercial software
Website docs.microsoft.com/en-us/windows-server/networking/technologies/netsh/netsh   OOjs UI icon edit-ltr-progressive.svg

In computing, netsh, or network shell, is a command-line utility included in Microsoft's Windows NT line of operating systems. [1] This command was officially launched with the release of Windows XP in 2001, although netsh did first appear on Windows 2000 in 1999. It allows local or remote configuration of network devices such as the interface. [2]

Contents

Overview

A common use of netsh is to reset the TCP/IP stack to default, known-good parameters, a task that in Windows 98 required reinstallation of the TCP/IP adapter.

netsh, among many other things, also allows the user to change the IP address on their machine.

Starting from Windows Vista, one can also edit wireless settings (for example, SSID) using netsh.

netsh can also be used to read information from the IPv6 stack.

The command netsh winsock reset can be used to reset TCP/IP problems when communicating with a networked device.

References

  1. "MS-DOS and Windows command line netsh command".
  2. "Using Netsh".

Further reading