Articles: New Command prompt syntax to show Computer Name By Patricbensen
Full Link : New Command prompt syntax to show Computer Name By Patricbensen
New Command prompt syntax to show Computer Name By Patricbensen
Computers on a network have a unique names so they can be recognize, identify and communicate with each other. It is a label given to a device connected to a computer network and that is used to name a device in various forms of electronic communication.
Here’s how to determine and find the computer name using the command prompt:
echo %computername%
Microsoft Windows [Version 6.1.7601] C:\Windows\system32>echo %computername% C:\Windows\system32> |
ipconfig /all
The command displays full configuration information.
Microsoft Windows [Version 6.1.7601] C:\Windows\system32>ipconfig /all Windows IP Configuration Host Name . . . . . . . . . . . . : hp-PC |
hostname
The command directly prints the name of the current host
Microsoft Windows [Version 6.1.7601] C:\Windows\system32>hostname C:\Windows\system32> |
For easy recognizable names, it’s best to keep the computer name fifteen character or less. It is also recommend to use only internet standard characters.
That’s it! Thanks for reading the quick tip!
Information New Command prompt syntax to show Computer Name By Patricbensen has finished we discussed
Information on New Command prompt syntax to show Computer Name By Patricbensen has finished you read this article and have the link https://patricbensen.blogspot.com/2012/09/new-command-prompt-syntax-to-show.html Hopefully the info we deliver is able to address the information needs of the present.
0 Response to "New Command prompt syntax to show Computer Name By Patricbensen"
Post a Comment