changing node types

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

HELP!!!

I need help in changing type of nodes in my computer (about 15 unit, all
WinXP Prof, SP2), from unkown to mixed nodes.

Thanks!
Richard
 
HELP!!!

I need help in changing type of nodes in my computer (about 15 unit, all
WinXP Prof, SP2), from unkown to mixed nodes.

Thanks!
Richard

Richard,

Changing the Node Type on any computer is not terribly difficult. It's one
registry edit.
<http://nitecruzr.blogspot.com/2005/05/address-resolution-on-lan.html#Changing>
http://nitecruzr.blogspot.com/2005/05/address-resolution-on-lan.html#Changing

Scripting a registry edit is not terribly hard either. Applying the change in a
logon script is probably the simplest. If you wish to push the change to your
computers, any automated update process would work. Just apply a .reg file
containing the registry edit.

This is the content of a .reg file, assuming that you're using DHCP, that will
make your change:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Parameters]
"DhcpNodeType"=dword:00000004
 
Back
Top