Script Builder

Build a safe Windows repair script

Choose a safe workflow, review each command, then generate a PowerShell or CMD script. WinRepairTools does not run anything on your PC.

Review first

Commands in this workflow

Unchecked commands will be skipped when generating the script.

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.
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.
netsh int ip reset

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

Run as Administrator. Restart is recommended after running.

Generated script

Generated by the WinRepairTools API. Review every command before running it.