Windows XP and later provides you with a one step resolution to network problems on your PCs and Servers in the form of a Repair button under the properties of the network connection. This is a simple and effective way to resolve a network problem but do you know what exactly happens when you run this command?

The Repair button does none other than running the following list of commands in a sequence that otherwise be you who runs these commands one at a time.
Clear ARP Cache
Flushes the Address Resolution Protocol (ARP) cache which is equivalent to the command:
C:\> arp -d *
Clear & Refresh NetBIOS Cache
Flushes and refreshes the NetBIOS Cache which is equivalent to the commands:
C:\> nbtstat -R
Successful purge and preload of the NBT Remote Cache Name Table.
C:\>nbtstat -RR
Successful purge and preload of the NBT Remote Cache Name Table.
Clear DNS Cache, Refresh DHCP leases & Register DNS
Flushes the DNS cache and then refreshes the DHCP leases and then re-register the DNS. This is equivalent to running the commands
C:\>ipconfig /flushdns
Windows IP Configuration
Successfully flushed the DNS Resolver Cache.
C:\> ipconfig /renew
C:\>ipconfig /registerdns
Windows IP Configuration
Registration of the DNS resource records for all adapters of this computer has been initiated. Any errors will be reported in the Event Viewer in 15 minutes..

Incoming search terms:
- windows server 2003 network repair (7)
- windows network repair (6)
- windows 2003 repair network connection (5)
- clear nbt cache (2)
- will a windows repair disrupt my network (2)
- repair network on win xp (2)
- xp repair network command (2)
- windows xp network (2)
- windows xp repair network (2)
- windows 2003 network repair (1)
netsh int ip reset