|
试试:
reg add "HKLM\SYSTEM\ControlSet001\Control\ComputerName\ComputerName" /f /ve /t REG_SZ /d "mnmsrvc"
reg add "HKLM\SYSTEM\ControlSet001\Control\ComputerName\ComputerName" /f /v "ComputerName" /t REG_SZ /d "计算机名"
reg add "HKLM\SYSTEM\ControlSet001\Control\ComputerName\ActiveComputerName" /f /v "ComputerName" /t REG_SZ /d "计算机名" |
|