CMD:
netstat -ano | findstr :80
PID → найти процесс:
tasklist | findstr 1234
Или через GUI: TCPView (Sysinternals)
CMD:
netstat -ano | findstr :80
PID → найти процесс:
tasklist | findstr 1234
Или через GUI: TCPView (Sysinternals)
ping 8.8.8.8 — есть ли интернетtracert google.com — где теряется маршрутnslookup google.com — проверка DNSnetstat -ano — какие порты занятыipconfig /flushdns — очистка DNS-кеша