How can I enable netbios via the netsh command on windows XP?
|
feedback
|
migrated from stackoverflow.com Feb 6 at 15:28
This question came from our site for professional and enthusiast programmers.
|
While not explicitly using netsh, there are ways to do this using wmic:
Then use the index for your interface in the following command:
I was unable to get the first command to work on Windows 7 but executing the following and then counting (from 0) gives you the index:
| |||
|
feedback
|