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.
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.