其实目的很简单,让加入域的计算机3389到另外一台的时候不要显示计算机名称。
直接记录下方法吧。
显示的主机名(改了以后,马上在我的电脑属性里显示
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"NV Hostname"="test"
"Hostname"="test"
NETBIOS名称
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ComputerName\ComputerName]
"ComputerName"="test"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ComputerName\ActiveComputerName]
"ComputerName"="test"
xp sp2下测试通过
