Windows 2008 Server 上的 netsh.exe

Windows 2008 Server 上的 netsh.exe

由于某些原因,我使用了命令

netsh interfaces ip reset nul

在 Windows 2003 Server 上,它清除了所有内容。但在 Windows 2008 Server 上,它只清除了 IP、掩码和 GW,但没有清除 DNS、WINS。我做错了什么?我怎么才能在 2008 上清除所有内容?

答案1

那么,您是否尝试过运行以下命令:

netsh winsock reset all
netsh int 6to4 reset all
netsh int ipv4 reset all
netsh int ipv6 reset all
netsh int httpstunnel reset all
netsh int isatap reset all
netsh int portproxy reset all
netsh int tcp reset all
netsh int teredo reset all

相关内容