Windows machine host name

SCS Computing Facilities

help В /В Help and Support В /В How to determine your computer’s hostname and hardware (MAC) address

Find a Computer’s Hostname

How to determine your computer’s hostname and hardware (MAC) address

In a network environment, nodes (network enabled equipment or objects on the network) have unique identifiers. The MAC address is the physical address of a network interface. It is unique at the hardware manufacturer level and SCS Computing Facilities utilizes these hardware addresses to uniquely allow access to our network.

Physical Address: Refers to the physical address of the Ethernet connection to your computer or server. This may also be referred to as your MAC (Media Access Control) Address , Host ID or Server ID . It is twelve characters long and is a combination of numbers (0–9) and letters (A–F, a–f). Your physical address is often presented in this format: XX-XX-XX-XX-XX-XX.

Each computer that has an IP address assigned on our network must also posses a hostname (also known as a Computer Name). There must not be to identical computer names within the same network.

Note: Windows does not permit computer names that exceed 15 characters, and you cannot specify a DNS host name that differs from the NETBIOS host name

Host Name: The unique identifier that serves as name of your computer or server can be as long as 255 characters and consists of numbers and letters.

Below you will find the steps to identifying the hostname of your SCS computer.

Finding the hostname in Windows

Step 1: Click Start, search for cmd. Right click and select run as administrator. If prompted, confirm yes.

Смена имени компьютера [Hostname] в Windows [GUI/CMD/PowerShell]

В этой статье мы рассмотрим три способа изменения имени компьютера в Windows. Через графический интерфейс[GUI], через командную строку[CMD] и через командную строку[PowerShell].

В новых версиях Windows, зачастую, имя компьютера автоматически генерируется при установке и имеет неудобный вид, для работы в сети. Примерно такой — DESKTOP-12U0F7U или WIN-OPRPPF4CR5Q.

Лично я считаю, что от такого имени компьютера нужно сразу избавляться. Два раза запустите ping, ещё разок пропишете в подключении к удалённому рабочему столу и сойдёте с ума. Конечно, вместо имени можно везде использовать IP-адрес, но это не всегда удобно.

Читайте также:  Установил оперативную память windows не запускается

Представленные в статье способы подойдут для смены имени ПК в Windows 7, 8, 8.1, 10, Server 2008, 2012, 2016.

Смена имени компьютера через графический интерфейс Windows [GUI]

И так заходим в «Панель управления«(Рис.1) -> «Система«.(Рис.2)

Рис.1 — Панель управления.

В окне «Система» находим раздел «Имя компьютера, имя домена и параметры рабочей группы«, справа нажимаем на надпись — «Изменить параметры«.(Рис.2)

Рис.2 — Система.

Откроется окно — «Свойства системы«.(Рис.3) [Кстати сразу же открыть это окно можно через «Выполнить«, вписав туда — sysdm.cpl]

На первой вкладке — «Имя компьютера» нажимаем кнопку — «Изменить«.

Рис.3 — Свойства системы.

Откроется еще одно окно — «Изменение имени компьютера или домена«.(Рис.4)

Рис.4 — Изменения имени компьютера или домена.

В строке — «Имя компьютера» вписываем, удобное для нас, имя компьютера. В моем случае я поменял на — «CONTROLLER«, и жмём — «ОК«.(Рис.5)

Рис.5 — Изменяем имя компьютера.

Получаем сообщение — «Чтобы изменения вступили в силу нужно перезагрузить компьютер» -> жмём — «ОК«.(Рис.6)

Рис.6 — Сообщение о необходимости перезагрузки ПК.

Закрываем окно — «Свойства системы«.(Рис.7)

Рис.7 — Закрываем окно «Свойства системы».

Получаем предложение — «Перезагрузить ПК сейчас» или «Перезагрузить ПК позже«.(Рис.8)

У меня ничего стороннего не запущено, и в сохранении ничего не нуждается. Короче перезагружаемся.

Рис.8 — Предложение перезагрузки ПК.

После перезагрузки проверяйте «Панель управления«(Рис.1) -> «Система«(Рис.2) Имя компьютера должно поменяться.

Смена имени компьютера через командную строку [CMD]

Для начала нам необходимо запустить командную строку с правами администратора, для этого выполните действия -> Заходим в «Выполнить«[Win+R] -> Вписываем — cmd -> Нажимаем на клавиатуре сочетание клавиш «CTRL«+»SHIFT«+»ENTER«. Всё! Приступаем.

Для начала, наверное, нужно посмотреть имя ПК, командой — hostname, а после, сделав выводы о том, что оно вас не устраивает, приступать к его изменению 😀 :

Для смены имени компьютера воспользуйтесь командой:

Так же покажу на своём примере. Я решил переименовать ПК в — «DC«.(Рис.9)

После ввода команды, ПК нужно перезагрузить. Раз уж начали в CMD, то и продолжим в CMD. Перезагружаемся командой — shutdown -r:

Рис.9 — Смена имени ПК через командную строку и перезагрузка.

После перезагрузки опять открываем командную строку и проверяем поменялось ли имя ПК, командой — hostname:(Рис.10)

Рис.10 — Проверяем поменялось ли имя ПК, командой Hostname.

Как видим в выводе команды написано — «DC«, а это значит, что смена имени ПК через командную строку прошла успешно. 🙂

Смена имени компьютера через командную строку [PowerShell]

Для начала нам необходимо запустить PowerShell c правами администратора, для этого выполните действия -> Заходим в «Выполнить«[Win+R] -> Вписываем — powershell -> Нажимаем на клавиатуре сочетание клавиш «CTRL«+»SHIFT«+»ENTER«. Всё! Приступаем.

Читайте также:  Get more windows games

Для начала посмотрим имя ПК[Оно хранится в переменной — $env:COMPUTERNAME](Рис.11):

Как видим: Имя моего ПКDESKTOP-AREI4D1

Рис.11 — Просмотр имени ПК.

Для смены имени компьютера воспользуйтесь командой:

Как вы уже знаете — Для того чтобы cмена имени ПК завершилась, требуется перезагрузка.

Обратите внимание что в команде присутствует опция -Restart, а это значит, что ПК после ввода команды, сразу же перезагрузится. Можно конечно, удалить -Restart, взять паузу и перезагрузить ПК тогда, когда вам это будет необходимо, командой — Restart-Computer.

После перезагрузки проверьте имя ПК:

How can I display host name on windows desktop

I do a lot of work on Windows Server 2008 remote desktops and often lose track of which host I am currently logged on to.

Is there a way of displaying (without installing any non-standard apps) the host name or IP address of the host I am connected to in either the wallpaper or the notification area?

I tried creating files in the desktop with the name of the machine — but my roaming profile shows the same set of desktop files on every machine, so that was scuppered. Duh!

In shell windows this is easy: just set the prompt to display the host name. Surely there is a simple way of doing the same for the graphical desktop.

6 Answers 6

You are looking for Microsoft’s Sysinternals BgInfo. It is very customizable. Not to mention it comes straight from Microsoft for free.

How many times have you walked up to a system in your office and needed to click through several diagnostic windows to remind yourself of important aspects of its configuration, such as its name, IP address, or operating system version? If you manage multiple computers you probably need BGInfo. It automatically displays relevant information about a Windows computer on the desktop’s background, such as the computer name, IP address, service pack version, and more. You can edit any field as well as the font and background colors, and can place it in your startup folder so that it runs every boot, or even configure it to display as the background for the logon screen.

Indiana University Indiana University Indiana University

ARCHIVED: In Windows, how do I find my computer’s hostname?

To find your computer’s hostname:

In Windows 7, Vista, or XP

  1. In Windows 7, from the Start menu, right-click Computer . In Vista and XP, on the desktop, right-click Computer (Vista) or My Computer (XP).
  2. Select Properties . In Windows XP, then click the Computer Name tab.

Note: If this doesn’t match what you see, refer to Get around in Windows.

Читайте также:  Требовать введения пароля при пробуждении windows 10

Windows XP default desktop view and Start menu are different from the Windows Classic View (e.g., in Windows 2000 ). Therefore, navigating to certain items can be different. In the interest of broad applicability, most Knowledge Base instructions assume you are using Classic View. For details about switching views, see

—>

  • In the window that appears, your computer name will be displayed under «Computer name, domain, and workgroup settings» (Windows 7 and Vista) or next to «Full computer name:» (XP).
  • Using the command prompt

    1. From the Start menu, select All Programs or Programs , then Accessories , and then Command Prompt .
    2. In the window that opens, at the prompt, enter hostname . The result on the next line of the command prompt window will display the hostname of the machine without the domain.

    Note: Applications running on Unix systems are case sensitive, and recognize bl-uits-xxxxx and BL-UITS-XXXXX as two different computers. If you are providing your computer’s hostname to be used on one of these systems, be careful to indicate the correct character case.

    Change windows hostname from command line [closed]

    Want to improve this question? Update the question so it’s on-topic for Stack Overflow.

    Closed 2 years ago .

    Is it possible to change the hostname in Windows 2003 from the command line with out-of-the-box tools?

    8 Answers 8

    The netdom.exe command line program can be used. This is available from the Windows XP Support Tools or Server 2003 Support Tools (both on the installation CD).

    The previously mentioned wmic command is the way to go, as it is installed by default in recent versions of Windows.

    Here is my small improvement to generalize it, by retrieving the current name from the environment:

    NOTE: The command must be given in one line, but I’ve broken it into two to make scrolling unnecessary. As @rbeede mentions you’ll have to reboot to complete the update.

    powershell (windows 2008/2012):

    after that, you need to reboot your computer.

    I don’t know of a command to do this, but you could do it in VBScript or something similar. Somthing like:

    Here’s another way of doing it with a WHS script:

    Use below command to change computer hostname remotely , Require system reboot after change..

    psexec.exe -h -e \\\IPADDRESS -u USERNAME -p PASSWORD netdom renamecomputer CurrentComputerName /newname:NewComputerName /force

    Why be easy when it can be complicated? Why use third-party applications like netdom.exe when correct interogations is the way? Try 2 interogations:

    wmic computersystem where caption=’%computername%’ get caption, UserName, Domain /format:value

    wmic computersystem where «caption like ‘%%%computername%%%'» get caption, UserName, Domain /format:value

    or in a batch file use loop

    for /f «tokens=2 delims==» %%i in (‘wmic computersystem where «Caption like ‘%%%currentname%%%'» get UserName /format:value’) do (echo. UserName- %%i)

    Оцените статью