 |
Wireless Zero
Configuration Service Stopper - FREE |
|
Does Windows
constantly reconnect your wireless connection? This is because of
the Windows Service called "Wireless Zero Configuration", it tries
to tweak the connection.
There is a
very simple fix. Just stop the service. My first attempt at this was
successful, yet when I rebooted my machine, it was running again and
viola, I had my problem again. So I decided to just stop the
service. All was good till I rebooted again and I freaked because my
wireless connection; well, didn't connect. Then I remembered that I
disabled that service so when I started it, XP reconnected to my
wireless network.
So the
solution... I created a simple application that I placed in my
startup that will wait 1 minute, then stops the service. I keep the
configuration that this service boots every time I boot my machine,
it just stops it after 1 minute so now I get the best of both
worlds.
.net in C# is
included. It just enumerates the services till it finds the
Wireless Zero Configuration service, then stops it.

|