04 2013 档案
摘要:以下批处理脚本可以实现更改计算机名字的作用,具体作用是修改电脑属性中显示的名字更改DNS对应的记录,以便在网络上可以通过新的机器名进行访问@echo offset /p newName=Please input the new computer name:echo Modifying registry keys...::通过注册表修改本地机器名reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ComputerName\ActiveComputerName /v ComputerName /d %newName% -freg
阅读全文

浙公网安备 33010602011771号