Appliest to all versions of Microsoft Windows.
Tired of SharePoint Clients complaining connectivity when problem is their ISP dns errors thats slows browsing.
Copy paste to notepad then rename this to fixme.bat
Echo off
cls
ipconfig /flushdns
pause
ipconfig /registerdns
pause
ipconfig /release
pause
ipconfig /renew
pause
netsh int ip reset reset.log
pause
netsh winsock reset catalog
shutdown -r
——–
Nothing else follows
A WAN miniport is generally created when you create a VPN(Virtual Private Network) on your computer to connect to some network(say, the network at your workplace). If you do not use a VPN or do not run any applications “remotely”, it’s not important, and it doesn’t have anything to do with your internet connection problem.
Try these steps, first…
Turn off computer. Disconnect router, and modem from power source for 30 seconds.
Power them back on.
Restart computer.
If that doesn’t work, bypass router, and connect computer straight to the modem.
If that doesn’t work…
Go Start>Run (Start search in Vista), type in:
cmd
Click OK.
In Command Prompt window, type in following commands, and hit Enter after each one:
ipconfig /flushdns
ipconfig /registerdns
ipconfig /release
ipconfig /renew
Restart computer.
If that doesn’t work…
Go Start>Run (Start search in Vista), type in:
cmd
Click OK.
At Command Prompt, type in:
netsh int ip reset reset.log
Hit Enter.
Type in:
netsh winsock reset catalog
Hit Enter.
Restart computer.
Comments are closed