Network

DNS and network reset commands

This template includes DNS flush and network reset commands for common connectivity problems.

Network reset commands may require Administrator permission and a restart.

Workflow commands

Review each step before running

Flush DNS cache

CMD · Safe · Admin: No

ipconfig /flushdns

Clears cached DNS records. Useful when websites do not open correctly after DNS or network changes.

This does not delete personal files or browser data.

Reset Winsock

CMD · Medium · Admin: Yes

netsh winsock reset

Resets Windows network socket settings. Useful for stubborn network issues.

Run as Administrator. Restart may be required. May affect VPN or custom network tools.

Reset TCP/IP stack

CMD · Medium · Admin: Yes

netsh int ip reset

Resets TCP/IP settings to help fix network connectivity problems.

Run as Administrator. Restart is recommended after running.