skip to content
Alvin Lucillo

Rename windows VM hostname

/ 1 min read

Renaming hostname comes in handy if you’re using multiple VMs. To do so, open powershell, and use this command: Rename-Computer -NewName "newnamehere" -Force -Restart

Confirm that the hostname changed by using the hostname command.