I run up 'netsh' on my Windows XP box, and type

help

One of the options is wins (to change to the 'netsh wins' context).

From the netsh context I can type "wins" and I get into the wins context just fine.

Problem is, from another machine on the same domain, I can list netsh options, but wins is missing.

Why would this be?

link|improve this question

feedback

3 Answers

No idea, why this Windows XP is missing the WINS tool. Windows Vista's netsh doesn't include it, but it should be available on Windows XP.

As a workaround you could use Microsoft's

NBLookup.exe command-line tool

NBLookup is a command line diagnostic tool that uses the User Datagram Protocol (UDP) to send NetBIOS name queries to Microsoft Windows Internet Naming Service (WINS) servers. NBLookup requires TCP/IP version 4 to run. WINS servers accept name resolution requests on UDP port 137.

link|improve this answer
This is great! Thanks for the link. It perfectly solves my problem - and is better than using netsh. I've since figured out the answer to my original question though, so I'll put that down as the accepted answer. – christianlinnell Jun 16 '09 at 1:20
feedback
up vote 1 down vote accepted

Turns out the Windows 2003 Administration Tools Pack installs the WINS component into netsh.

http://www.microsoft.com/downloads/details.aspx?FamilyID=c16ae515-c8f4-47ef-a1e4-a8dcbacff8e3&displaylang=en

link|improve this answer
feedback

What service pack of XP are you running?

I just fired up an XP SP1 vm, had a look at the command list and the winsock ("wins") is missing. So that machine looks like it needs to be upgraded to SP2 at least.

link|improve this answer
1  
wins != winsock – splattne Jun 15 '09 at 7:40
feedback

Your Answer

 
or
required, but never shown

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