Appletax
Well-Known Member
- Reaction score
- 396
- Location
- Northern Michigan
ipconfig /release
ipconfig /renew
ipconfig /flushdns
ipconfig /registerdns
^ copy and paste into notepad. Save as Reset Network.bat
the .bat extension will save the file as a batch file to automatically
run the commands show above.
This releases the IP address and gets a new one
Flushes out the DNS cache, which maps IP addresses to web site addresses (resolves names to addresses)
(will flush out bad DNS entries if present)
ipconfig /registerdns
ipconfig /displaydns shows the DNS resolver cache
ipconfig /renew
ipconfig /flushdns
ipconfig /registerdns
^ copy and paste into notepad. Save as Reset Network.bat
the .bat extension will save the file as a batch file to automatically
run the commands show above.
This releases the IP address and gets a new one
Flushes out the DNS cache, which maps IP addresses to web site addresses (resolves names to addresses)
(will flush out bad DNS entries if present)
ipconfig /registerdns
ipconfig /displaydns shows the DNS resolver cache
Last edited: