Tag Archives: 计算机名

不重启修改Windows计算机名的注册表

一般我们都是在“我的电脑”-“属性”-“计算机名”进行修改,需要重启才能生效,其实也可以通过注册表的方式实现,且不用重启 有几个地方需要修改: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ComputerName\ActiveComputerName HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ComputerName\ComputerName 在这两项右侧栏修改ComputerName的值为任意需要的字符 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters 在该项右侧栏修改NV Hostname和Hostname的值。 修改完后在“我的电脑”-“属性”中查看“计算机名称”已经修改成功。

Posted in Technology | Tagged , , , | Leave a comment