rename computer

  1. Andy

    Rename Windows computer name from the command line

    For any reason, if you need to rename Windows computer name from the command line, here's the command: WMIC computersystem where name="%computername%" call rename name="NewComputerName" Example output:C:\WINDOWS\system32>WMIC computersystem where name="OldComputerName" call rename...
Back
Top