その他

Changing the host name of the Windows with the command prompt.

[Issue]
Want to change the host name of the Windows with the command prompt.

 

[Solution]
example) Changing host name from PC-1 to PC-2.
Open up the command prompt and type the below.

winmic computersystem where caption=’PC-1′ rename ‘PC-2’

And then, restart your PC.

 

[Note]
You must run the command prompt as administrator privilege.
Don’t forget restarting your PC.