![]() |
|
|
#3 (permalink) |
|
Did you do the math?
Join Date: Apr 2002
Location: Villa Straylight
Posts: 10,099
|
Disable the "Wireless Zero Configuration" (WZC). Look it up in the Windows Help for the exact details, or search these forums. It has been covered here a lot. Depending on what you are doing, you may also want to disable TCP/IP. Again, look it up in the Windows Help, or search these forums.
A couple of things to remember when posting: Capitalization and proper punctuation help readability, and www.dictionary.com.
__________________
Thorn "I'm The Doctor. I'm a Time Lord. I am from the planet Gallifrey in the constellation Kasterborous. I'm 903 years old and I am the man who is going to save your lives and all 6 billion people on the planet below... You got a problem with that?" |
|
|
|
|
|
#5 (permalink) |
|
Net Lurker - phjear
Join Date: Apr 2002
Location: Tallahassee, FL
Posts: 371
|
Simply doing a "net stop ..." will only stop the service durning your current windows session. When you reboot, the service will be started back up again.
You would really want to disable the WZC service either by going into services or if you feel really good, you can do it by command line w/ something 'like' "sc config wzcsvc start= disabled" .... I forgot the exact syntax of the command off the top of my head. The point is, disable the service if you don't want to use it, simply stopping it will become annoying if you restart (which you're using windows, you're going to restart frequently). edit: sc (service control) syntax is now listed correctly "sc config wzcsvc start= disabled" without the quotes of course.
__________________
I was at this place one time & I was like...Wow. Last edited by sykojester : 07-02-2004 at 01:28 PM. |
|
|
|
|
|
#6 (permalink) |
|
Registered Member
Join Date: Jul 2004
Posts: 1
|
There are 2 ways to stop XP from sniffing for other APs:
Manually type in after connecting to the net : NET STOP WZCSVC or create a .BAT file that you place on your STARTUP folder: :LOOP ping www.yahoo.com if not errorlevel 0 goto LOOP NET STOP WZCSVC Your PC might loop a couple of times before establishing connectivity. If there is a better way, please let me know. |
|
|
|
|
|
#7 (permalink) | |
|
I amuse you?
Join Date: Dec 2003
Posts: 9,127
|
Quote:
|
|
|
|
|