Monday, August 06, 2012

How to Fix Limited Or No Connectivity

After installing Windows XP Service Pack 2, you may
receive the following error message in the System Tray.

"This connection has limited or no connectivity. You
might not be able to access the Internet or some network
resources. " .

When attempting to set up or make network connections on a Windows computer, you may
encounter a Limited Or No Connectivity error message.

This message can result from any of several different
technical glitches or configuration problem.

Just copy this code and paste it in notepad.

Then save it as fix.bat

echo ipconfig/flushdns
ipconfig/flushdns
echo ipconfig/release
ipconfig/release
echo ipconfig/renew
ipconfig/renew
exit

It will fix the error automatically. Then go to Local
Area Connection Properties and uncheck Notify me when
this connection has limited or no connectivity.

However if your broadband connection is working properly but
still it displays the error then no need to worry about
it, then simple uncheck the Notify me when this
connection has limited or no connectivity.

No comments:

Post a Comment