Sometimes I work with frequently-dropping wifi connections.

I can either reconnect manually or wait some time (varies from few seconds to few minutes) before windows attempts to reconnect. Is there a simple way to trigger reconnect immediately after the connection was dropped?

Bonus question: In this particular case I'd blame hardware, but how can I diagnose the reason of dropping connection in general?

link|improve this question
feedback

migrated from stackoverflow.com Jan 4 '10 at 0:55

This question came from our site for professional and enthusiast programmers.

2 Answers

Turn off the Windows Wireless Zero Configuration Service. You only need this if you are going to be connecting to multiple access points. It is probably dropping because it detects another access point in range and trys to connect, but fails. You can also check your Preferred Networks and put your access point to the highest point.

link|improve this answer
1  
WCZ is also known as WLAN AutoConfig in later versions of Windows. – Molly7244 Jan 4 '10 at 1:08
thanks - did not know that – Code Monkey Jan 7 '10 at 1:06
feedback

In this particular case I'd blame hardware, but how can I diagnose the reason of dropping connection in general?

"frequently-dropping wifi connections" are often caused by the power saving facility of the WLAN adapter, change the settings to OFF or CAM (constantly awake mode).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.