User Tools

Site Tools


computing:windows:rename_pc

This is an old revision of the document!


Change Windows Hostname

  • 'netdom' is for machines on an AD domain
  • Use quotes around 'newname'
  • Reboot afterwards

CLI

wmic computersystem where caption='currentname' rename 'newname'

shutdown -r -t 0
computing/windows/rename_pc.1504276677.txt.gz · Last modified: 2017/09/01 08:37 by gcooper