netsh
{{Short description|Command-line utility}}
{{lowercase}}
{{Infobox Software
| name = netsh
| logo =
| screenshot =
| screenshot size =
| caption =
| developer = Microsoft
| released = {{Start date and age|2000|02|17}}
| latest release version =
| latest release date =
| operating system = Microsoft Windows
| genre = Command
| license = Proprietary commercial software
| website =
}}
In computing, netsh
, or network shell, is a command-line utility included in Microsoft's Windows NT line of operating systems beginning with Windows 2000.{{Cite web|url=https://www.computerhope.com/netsh.htm|title = MS-DOS and Windows command line netsh command}} It allows local or remote configuration of network devices such as the interface.{{Cite web|url=https://docs.microsoft.com/en-us/previous-versions/tn-archive/bb490939(v=technet.10)|title=Using Netsh}}
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
{{Reflist}}
Further reading
- {{Cite book|first=Æleen|last=Frisch|year=2001|title=Windows 2000 Commands Pocket Reference|publisher=O'Reilly|isbn=978-0-596-00148-3}}
- {{Cite book|first=William R.|last=Stanek|year=2008|title=Windows Command-Line Administrator's Pocket Consultant, 2nd Edition|publisher=Microsoft Press|isbn=978-0735622623}}
External links
{{Wikibooks|Guide to Windows Commands}}
- [https://technet.microsoft.com/en-us/library/bb490939.aspx Using Netsh] from Microsoft TechNet
- [https://technet.microsoft.com/en-us/library/dd744890(v=ws.10).aspx Netsh Commands for Wireless Local Area Network (WLAN) in Windows Server 2008 R2 (includes Windows 7), from Microsoft TechNet. Topic not covered in "Using netsh".]
- [https://web.archive.org/web/20080219233637/http://platformlabs.com/bag/net.htm online tool to build address bind commands]
- [http://colorconsole.de/cmd/en/Windows_7/netsh.htm netsh commands supported by Windows Vista, 7 and Server 2008 (output of "netsh ?")]
- [http://www.microsoft.com/en-us/download/details.aspx?id=23880 Windows Server 2008 R2 and Windows Server 2008 Netsh Technical Reference] (chm)
- [https://www.colorconsole.de/?cmd/en/windows-10/netsh.htm The new netsh commands overview - colorconsole.de]
{{Windows commands}}
{{Windows Components}}
Category:Windows communication and services
Category:Windows administration
{{Windows-stub}}