1.

Solve : Batch file that solves lan problems??

Answer»

Hey!

I'm just wondering if it is possible to make a .bat file that solves lan problems?hey,

what sort of problems are u trying to slove?There are some generic THINGS that can be done, but you don't really want to make a batch file that tries to fix things that aren't broken. A better way WOULD be to TEST for network problems, and then once you know what is broken, you know what to fix.

Some generic things you can do would be:
ipconfig /release
ipconfig /renew
ipconfig /flushdns
ipconfig /registerdns

And to repair WinSock issues, you can try:
CODE: [Select]netsh int ip reset results.txt
And there is a bunch of STUFF you can do with the NETSH command. For some GUI BASED tests, try:
Code: [Select]netsh diag guiI do understand now that the question I asked, was a really stupid question! But thanks for the help!



Discussion

No Comment Found