netsh.exe no Windows 2008 Server

0

Por alguns motivos, usei o comando

netsh interfaces ip reset nul

No Windows 2003 Server, tudo foi limpo. Mas no Windows 2008 Server, ele apagou apenas IP, máscara e GW, mas não DNS, WINS. O que estou fazendo de errado? Como eu poderia esclarecer tudo em 2008?

    
por eremelis 26.02.2014 / 19:38

1 resposta

0

Bem, você tentou executar esses comandos:

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

?

    
por 12.06.2014 / 14:58