jaywcjlove / jaywcjlove/reference
【备忘清单】 请求: <netsh>
Open
request
- Dominant language
- Dockerfile
- Stars
- 15.3k
- Forks
- 2.2k
- Avg merge
- 2h 17m
- Merged PRs (30d)
- 4
Description
### 说明项目
netsh是一个windows中经常用到,一直查一直记不住的玩意。
一个命令行脚本工具,用于查看或更改本地计算机的网络配置。它可以在命令行接口(CLI)中运行,并支持多种子命令,允许用户管理包括 IP 地址、网络接口、防火墙设置等在内的网络组件。
经常在内网(或虚拟机、wsl之间)配置端口转发netsh interface portproxy add v4tov4 balabala...
### 提供官网
https://learn.microsoft.com/zh-cn/windows-server/networking/technologies/netsh/netsh-contexts
### 参考资料 URL
https://learn.microsoft.com/zh-cn/windows-server/networking/technologies/netsh/netsh-contexts
https://blog.csdn.net/qq_14829643/article/details/135563010
https://blog.csdn.net/Hookswork/article/details/118556728
Contributor guide
Assessment
This issue has not been assessed yet.