Как изменить uuid диска windows

I am trying to create a new virtual machine with Oracle VirtualBox, using an already-existing hard disk. When I try to select the existing hard disk file, a .vhd file, it displays an error saying the

I am trying to create a new virtual machine with Oracle VirtualBox, using an already-existing hard disk. When I try to select the existing hard disk file, a .vhd file, it displays an error saying the virtual hard disk cannot be used because the UUID already exists.

So I tried the following command to change its UUID.

VBoxManage internalcommands sethduuid /home/user/VirtualBox VMs/drupal/drupal.vhd

I get this error.

Syntax error: Invalid UUID parameter

How can I resolve this?

apaderno's user avatar

apaderno

27.9k16 gold badges76 silver badges87 bronze badges

asked Jul 23, 2013 at 6:55

CJAY's user avatar

1

The correct command is the following one.

VBoxManage internalcommands sethduuid "/home/user/VirtualBox VMs/drupal/drupal.vhd"

The path for the virtual disk contains a space, so it must be enclosed in double quotes to avoid it is parsed as two parameters.

apaderno's user avatar

apaderno

27.9k16 gold badges76 silver badges87 bronze badges

answered Jul 23, 2013 at 7:21

CJAY's user avatar

CJAYCJAY

6,71717 gold badges61 silver badges103 bronze badges

4

The following worked for me:

  1. run VBoxManage internalcommands sethduuid «VDI/VMDK file» twice (the first time is just to conveniently generate an UUID, you could use any other UUID generation method instead)

  2. open the .vbox file in a text editor

  3. replace the UUID found in Machine uuid=»{…}» with the UUID you got when you ran sethduuid the first time

  4. replace the UUID found in HardDisk uuid=»{…}» and in Image uuid=»{}» (towards the end) with the UUID you got when you ran sethduuid the second time

answered Mar 31, 2016 at 8:24

borchvm's user avatar

borchvmborchvm

3,3547 gold badges43 silver badges42 bronze badges

7

If you’ve copied a disk (vmdk file) from one machine to another and need to change a disk’s UUID in the copy, you don’t need to change the Machine UUID as has been suggested by another answer.

All you need to do is to assign a new UUID to the disk image:

VBoxManage internalcommands sethduuid your-box-disk2.vmdk
UUID changed to: 5d34479f-5597-4b78-a1fa-94e200d16bbb

and then replace the old UUID with the newly generated one in two places in your *.vbox file

<MediaRegistry>
  <HardDisks>
    <HardDisk uuid="{5d34479f-5597-4b78-a1fa-94e200d16bbb}" location="box-disk2.vmdk" format="VMDK" type="Normal"/>
  </HardDisks>

and in

    <AttachedDevice type="HardDisk" hotpluggable="false" port="0" device="0">
      <Image uuid="{5d34479f-5597-4b78-a1fa-94e200d16bbb}"/>
    </AttachedDevice>

It worked for me for VirtualBox ver. 5.1.8 running on Mac OS X El Capitan.

answered Dec 15, 2016 at 23:09

Oleg Gryb's user avatar

Oleg GrybOleg Gryb

5,0741 gold badge27 silver badges40 bronze badges

4

I have searched the web for an answer regarding MAC OS, so .. the solution is

cd /Applications/VirtualBox.app/Contents/Resources/VirtualBoxVM.app/Contents/MacOS/

VBoxManage internalcommands sethduuid "full/path/to/vdi"

answered Apr 14, 2017 at 17:40

al3x2ndru's user avatar

al3x2ndrual3x2ndru

5885 silver badges8 bronze badges

0

Though you have solved the problem, I just post the reason here for some others with the similar problem.

The reason is there’s an space in your path(directory name VirtualBox VMs) which will separate the command. So the error appears.

answered Aug 27, 2013 at 1:36

JavaNoScript's user avatar

JavaNoScriptJavaNoScript

2,32521 silver badges27 bronze badges

The command fails because it has space in one of the folder name,
i.e. ‘VirtualBox VMs.

VBoxManage internalcommands sethduuid /home/user/VirtualBox VMs/drupal/drupal.vhd

If there is no space at folder name or file name, then the command will work even without quoting it,
e.g. after changing ‘VirtualBox VMs’ into ‘VBoxVMs’

VBoxManage internalcommands sethduuid /home/user/VBoxVMs/drupal/drupal.vhd

answered Feb 20, 2014 at 11:56

januarvs's user avatar

januarvsjanuarvs

3983 silver badges7 bronze badges

Same solution as @Al3x for Windows x64, in cmd.exe:

cd %programfiles%OracleVirtualBox

VBoxManage internalcommands sethduuid "full/path/to/.vdi"

This randomizes the UUID of the disk. Pro tip: Right click the .vdi file while holding shift and select «Copy as path» to obtain "full/path/to/.vdi" and enable quick edit in cmd.exe, then right click to paste.

answered Nov 14, 2018 at 9:03

masterxilo's user avatar

masterxilomasterxilo

2,3741 gold badge29 silver badges34 bronze badges

Even though this question asked is old, note that changing a UUID on a virtual HDD in a windows system will make windows treat it as a not activated machine (as it notices the disk change) and will ask for reactivation !

answered Jul 2, 2015 at 10:28

aniston's user avatar

anistonaniston

2,9872 gold badges10 silver badges3 bronze badges

Another alternative to your original solution would be to use the escape character before the space:

VBoxManage internalcommands sethduuid /home/user/VirtualBox VMs/drupal/drupal.vhd

answered Sep 9, 2015 at 0:21

Whitaker's user avatar

Перейти к контенту

Каждый компьютер в сети должен иметь уникальный идентификатор UUID или GUID (в терминологии Microsoft). Он позволяет на базе этого ID аутентифицировать и активировать (при необходимости активации лицензий) компьютер.

Чтобы узнать GUID Windows компьютера, выполните команду Powershell на локальном компьютере:

get-wmiobject Win32_ComputerSystemProduct  | Select-Object -ExpandProperty UUID

или удаленно:

get-wmiobject Win32_ComputerSystemProduct -computername PC_NAME | Select-Object -ExpandProperty UUID

Это же значение содержится в реестре в ветке HKLMSOFTWAREMicrosoftCryptographyMachineGuid.

Однако, если речь идет о виртуальных машинах, Vmware технически позволяет создать (или клонировать) машины, сохраняя идентичный UUID, что конечно плохо. UUID основан на пути к конфигурационному файлу VM и он генерируется, когда вы первый раз включаете машину или ресетите (сбрасываете до изначального состояния) её. Эта информация записывается в SMBIOS файл конфигурации виртуальной машины — *.vmx. Файл текстовый, его можно редактировать в текстовом редакторе.

Нужная вам строка будет выглядеть примерно так: uuid.bios = «00 11 22 33 44 55 66 77-88 99 aa bb cc dd ee ff»

Соответственно, вы можете поменять значение на уникальное. Все действия необходимо производить на выключенной виртуальной машине.

Больше информации в статье Vmware.

Альтернативно, вы можете изменить UUID группы виртуальных машин, если они расположены на ESXi, через PowerCLI, используя скрипт на Powershell.

Для запуска скрипта вам нужно указать IP адрес ESX хоста в качестве аргумента, где находится виртуалка. Например, changeUUID.ps1 192.168.0.10.

if ($args[0].length -gt 0) { 
    connect-viserver $args[0]
    $VMs = get-vm
    foreach ($vm in $VMs){
        $date = get-date -format “dd hh mm ss”
        $newUuid =56 4d 50 2e 9e df e5 e4-a7 f4 21 3b ” + $date
        echo “VM: ” $VM.name “New UUID: ” $newuuid
        $spec = New-Object VMware.Vim.VirtualMachineConfigSpec
        $spec.uuid = $newUuid
        $vm.Extensiondata.ReconfigVM_Task($spec)
        start-sleep -s 2
    }
}
else {Echo “Must supply IP address of ESX host. e.g. .changeUUID.ps1 192.168.0.10”}

[Посещений: 12 992, из них сегодня: 3]

0 / 0 / 0

Регистрация: 21.04.2006

Сообщений: 27

1

16.09.2006, 14:41. Показов 10172. Ответов 5


подскажите как поменять GUID у жёского диска, я в курсе что винда после этого работать не будет но это не важно и новую поставлю, самое главное чтобы GUID поменялся, я слушал что можно при помощи каких-то прог редактировать MBR в котором он и записан, но какой прогой не знаю и где его там искать и в каком диапазоне менять значения можно?

__________________
Помощь в написании контрольных, курсовых и дипломных работ, диссертаций здесь



0



0 / 0 / 1

Регистрация: 10.11.2018

Сообщений: 7

02.12.2018, 00:01

3

Если ошибка связанна с клонированием диска в туже систему

На узле Cluster найдены два диска с повторяющимися подписями или GUID: это физические диски 11 и 13

в Windows достаточно поменять имя диска проблема совпадения GUID исчезла



0



Модератор

Эксперт HardwareЭксперт Windows

15154 / 7742 / 726

Регистрация: 03.01.2012

Сообщений: 31,812

02.12.2018, 12:44

4

matyk, Это не о том? http://www.thevista.ru/page155… sey_diskov
Если кратко — просто в дискпарте uniqueid disk id=e9eb3aa5, где e9eb3aa5 — предполагаемый GUID для диска MBR.



1



0 / 0 / 1

Регистрация: 10.11.2018

Сообщений: 7

06.12.2018, 00:51

5

Спасибо то что нужно, я правда нашел другой выход

Я монтирую полные копии (снепшеты) по iSCSI со всеми вытекающими последствиями, но выход следующий, я заганяю их непосредственно в VM через гипервизор, минуя OS. не переживаю



0



0 / 0 / 0

Регистрация: 31.10.2022

Сообщений: 2

01.11.2022, 18:41

6

Разве при форматировании GUID не меняется?



0



On this page, you’re going to learn how to change or set a Partition Type ID in Windows 10/8/7 computer and laptop using the DiskPart command. To be able to change the Partition Type ID on a dynamic disk, you must convert a dynamic disk to basic to proceed. In this case, EaseUS Partition Master is your top choice. Read through the page so you can get everything about a partition type ID you want to know.

What’s A Partition Type ID?

Is the term «Partition Type» familiar to you? What is the «Partition Type ID» then? First of all, there are altogether five types of partitions: [1] primary, [2] extensible firmware interface (EFI), [3] extended, [4] logical, and [5] Microsoft Reserved (MSR). And, Partition type ID is a byte value intended to specify the file system a partition contains and/or to flag the special access method used to access the partition. To put it simply, Partition Type ID is usually applied to mark that which operating system can identify and use the partition, and a part of it records attributes of file system types. 

Will you be interested in related articles of these →

If you’re interested, the following are some frequently used Partition Type IDs for both MBR and GPT partitions. To know the value for the type field will help you set the Partition Type ID with a clear mind.

For MBR based partitions, the value for the type field is in hexadecimal form like these:

  • 0x01 FAT12
  • 0x04 FAT16, less than 32 MB
  • 0x06 FAT16, greater than 32 MB
  • 0x07 NTFS
  • 0x0B FAT32, used by DOS & Win95
  • 0x0C FAT32 using LBA mode to access to FAT32 partition
  • 0x0E FAT16 using LBA mode to access to FAT16 partition

While for GPT based partitions, the value for the type field is a long string like these:

  • EFI system partition: c12a7328-f81f-11d2-ba4b-00a0c93ec93b
  • Basic data partition: ebd0a0a2-b9e5-4433-87c0-68b6b72699c7

How to Change Partition Type ID in Windows 10/8/7?

Windows DiskPart command is the universally applied method to manage a Partition Type ID. You must be careful with the commands because risks are there, wrong operation on a disk drive will cause your computer to fail or be unable to boot.

* The command doesn’t work on dynamic disks or on Microsoft Reserved partitions. You must use the final method to convert dynamic to basic to be able to use DiskPart here.

Step 1. Press Windows + R keys to open the Run dialogue. Type diskpart and hit Enter to run Diskpart.

Step 2. Type list volume and press Enter.

Step 3. Type select volume # (ex: volume 8) and press Enter to select the volume/partition of which you want to change partition type ID.

Step 4. Type set id=# (ex: id=0B) and press Enter to set a new partition type ID.

(Tips: The leading «0x» of the ID is omitted when specifying the hexadecimal partition type.)

Step 5. Type exit and press Enter to exit Diskpart.

set partion type id

How to Change Dynamic to Basic to Be Able to Change Partition Type ID?

EaseUS Partition Master is for Windows users. It’s a comprehensive disk & partition management tool that everyone should have on a PC. If your hard drive is currently running as a dynamic disk, you cannot use the DiskPart way to set a new partition id. But you can simply change the partition type from dynamic disk to basic disk with ease using EaseUS partition magic software like this:

Step 1. Install and open EaseUS Partition Master and go to Disk Converter.

Step 2. Select the disk conversion mode that suits your need:

  • Convert Basic to Dynamic: change a Basic disk to Dynamic.
  • Convert Dynamic to Basic: change a Dynamic disk to Basic.

Step 3. Select the target disk — Basic or Dynamic, confirm you’ve select the correct disk and click «Convert» to start.

0:00 — 0:18 Convert Basic to Dynamic Disk; 0:19- 0:36 Convert Dynamic to Basic Disk.

On this page, you’re going to learn how to change or set a Partition Type ID in Windows 10/8/7 computer and laptop using the DiskPart command. To be able to change the Partition Type ID on a dynamic disk, you must convert a dynamic disk to basic to proceed. In this case, EaseUS Partition Master is your top choice. Read through the page so you can get everything about a partition type ID you want to know.

What’s A Partition Type ID?

Is the term «Partition Type» familiar to you? What is the «Partition Type ID» then? First of all, there are altogether five types of partitions: [1] primary, [2] extensible firmware interface (EFI), [3] extended, [4] logical, and [5] Microsoft Reserved (MSR). And, Partition type ID is a byte value intended to specify the file system a partition contains and/or to flag the special access method used to access the partition. To put it simply, Partition Type ID is usually applied to mark that which operating system can identify and use the partition, and a part of it records attributes of file system types. 

Will you be interested in related articles of these →

If you’re interested, the following are some frequently used Partition Type IDs for both MBR and GPT partitions. To know the value for the type field will help you set the Partition Type ID with a clear mind.

For MBR based partitions, the value for the type field is in hexadecimal form like these:

  • 0x01 FAT12
  • 0x04 FAT16, less than 32 MB
  • 0x06 FAT16, greater than 32 MB
  • 0x07 NTFS
  • 0x0B FAT32, used by DOS & Win95
  • 0x0C FAT32 using LBA mode to access to FAT32 partition
  • 0x0E FAT16 using LBA mode to access to FAT16 partition

While for GPT based partitions, the value for the type field is a long string like these:

  • EFI system partition: c12a7328-f81f-11d2-ba4b-00a0c93ec93b
  • Basic data partition: ebd0a0a2-b9e5-4433-87c0-68b6b72699c7

How to Change Partition Type ID in Windows 10/8/7?

Windows DiskPart command is the universally applied method to manage a Partition Type ID. You must be careful with the commands because risks are there, wrong operation on a disk drive will cause your computer to fail or be unable to boot.

* The command doesn’t work on dynamic disks or on Microsoft Reserved partitions. You must use the final method to convert dynamic to basic to be able to use DiskPart here.

Step 1. Press Windows + R keys to open the Run dialogue. Type diskpart and hit Enter to run Diskpart.

Step 2. Type list volume and press Enter.

Step 3. Type select volume # (ex: volume 8) and press Enter to select the volume/partition of which you want to change partition type ID.

Step 4. Type set id=# (ex: id=0B) and press Enter to set a new partition type ID.

(Tips: The leading «0x» of the ID is omitted when specifying the hexadecimal partition type.)

Step 5. Type exit and press Enter to exit Diskpart.

set partion type id

How to Change Dynamic to Basic to Be Able to Change Partition Type ID?

EaseUS Partition Master is for Windows users. It’s a comprehensive disk & partition management tool that everyone should have on a PC. If your hard drive is currently running as a dynamic disk, you cannot use the DiskPart way to set a new partition id. But you can simply change the partition type from dynamic disk to basic disk with ease using EaseUS partition magic software like this:

Step 1. Install and open EaseUS Partition Master and go to Disk Converter.

Step 2. Select the disk conversion mode that suits your need:

  • Convert Basic to Dynamic: change a Basic disk to Dynamic.
  • Convert Dynamic to Basic: change a Dynamic disk to Basic.

Step 3. Select the target disk — Basic or Dynamic, confirm you’ve select the correct disk and click «Convert» to start.

0:00 — 0:18 Convert Basic to Dynamic Disk; 0:19- 0:36 Convert Dynamic to Basic Disk.

Содержание

  1. Как изменить guid windows
  2. Изменение схемы разделов диска с GPT на MBR Convert a GPT disk into an MBR disk
  3. Преобразование при помощи интерфейса Windows Converting using the Windows interface
  4. Преобразование при помощи командной строки Converting using a command line
  5. Изменение схемы разделов диска с MBR на GPT Convert an MBR disk into a GPT disk
  6. Преобразование при помощи интерфейса Windows Converting using the Windows interface
  7. Преобразование при помощи командной строки Converting using a command line
  8. Как узнать и изменить UUID/GUID компьютера?
  9. Как изменить guid windows
  10. Вопрос
  11. Ответы

Как изменить guid windows

Добрый день! Возникла такая проблема, не могу понять в чем дело. Клиент (Win 7 pro) не может подключить по RDP к серверу (Windows Server 2008 r2 на виртуальной машине). Ранее все работало, конфигурация сервера не менялась. Ошибка — удаленному рабочему столу не удается подключится к удаленному компьютеру. и т.д. Машины находятся в разных подсетях — IP клиента 192.168.123.11, IP сервера 10.15.15.52. Пинг от клиента к серверу есть. К другому серверу (IP 10.15.15.51) в этой же подсети клиент подключается без проблем. От сервера 10.15.15.51 по RDP есть подключение с серверу 10.15.15.52. Сервер, к которому не может подключится клиент проверен антивирусов на наличие вирусов, поставлены последние обновления ОС.
Помогите разобраться, в чем может быть проблема.

Добавлено через 2 часа 14 минут
К этому моменту накопал следующее:
На двух серверах (IP 10.15.15.52, 10.15.15.53) в этой подсети одинаковый GUID сетевой карты в реестре по ветке

[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesTcpipP arameters]
HKEY_LOCAL_MACHINE
SYSTEM
CurrentControlSet
Services
Tcpip
Interfaces

Соответственно подключение по RDP не работает к обоим серверам. Пока предполагаю, что возможная проблема в этом, но не знаю как это исправить. Обе машины виртуальные. Сетевой адаптер удалял, снова настраивал в диспетчере управления виртуальными машинами.

Изменение схемы разделов диска с GPT на MBR Convert a GPT disk into an MBR disk

Относится к: Windows 10, Windows 8.1, Windows Server (Semi-Annual Channel), Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012 Applies To: Windows 10, Windows 8.1, Windows Server (Semi-Annual Channel), Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012

На дисках с основной загрузочной записью (MBR) используется стандартная таблица разделов BIOS. Master Boot Record (MBR) disks use the standard BIOS partition table. На дисках с таблицей разделов GUID (GPT) используется единый расширяемый микропрограммный интерфейс (UEFI). GUID Partition Table (GPT) disks use Unified Extensible Firmware Interface (UEFI). Диск MBR можно разделить не более чем на четыре раздела. MBR disks do not support more than four partitions on each disk. Метод разделения на разделы MBR не рекомендуется использовать для дисков объемом более двух терабайт (ТБ). The MBR partition method is not recommended for disks larger than two terabytes (TB).

Если диск пуст и не содержит томов, можно сменить его стиль раздела с GPT на MBR. You can change a disk from a GPT to an MBR partition style as long as the disk is empty and contains no volumes.

Перед началом преобразования диска проведите резервное копирование всех данных на нем и закройте все программы, которые обращаются к диску. Before you convert a disk, backup any data on it and close any programs that are accessing the disk.

Для выполнения следующих шагов необходимо как минимум состоять в группе Операторы архива или Администраторы. You must be a member of the Backup Operators or Administrators group, at minimum, to complete these steps.

Преобразование при помощи интерфейса Windows Converting using the Windows interface

Создайте резервные копии всех томов на базовом диске GPT, который требуется преобразовать в диск MBR, или переместите их. Back up or move all volumes on the basic GPT disk you want to convert into an MBR disk.

Если диск содержит разделы или тома, щелкните правой кнопкой мыши каждый из них и нажмите Удалить том. If the disk contains any partitions or volumes, right-click each and then click Delete Volume.

Щелкните правой кнопкой мыши диск GPT, стиль раздела которого требуется изменить на MBR, и нажмите Преобразовать в диск MBR. Right-click the GPT disk that you want to change into an MBR disk, and then click Convert to MBR disk.

Преобразование при помощи командной строки Converting using a command line

Создайте резервные копии всех томов на базовом диске GPT, который требуется преобразовать в диск MBR, или переместите их. Back up or move all volumes on the basic GPT disk you want to convert into an MBR disk.

Откройте командную строку с повышенными привилегиями. Для этого щелкните правой кнопкой мыши пункт Командная строка и выберите Запуск от имени администратора. Open an elevated command prompt by right-clicking Command Prompt and then choosing Run as Administrator.

Выполните команду clean, чтобы удалить все разделы и тома на диске. Running the clean command will delete all partitions or volumes on the disk.

Изменение схемы разделов диска с MBR на GPT Convert an MBR disk into a GPT disk

Относится к: Windows 10, Windows 8.1, Windows Server (Semi-Annual Channel), Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012 Applies To: Windows 10, Windows 8.1, Windows Server (Semi-Annual Channel), Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012

На дисках с основной загрузочной записью (MBR) используется стандартная таблица разделов BIOS. Master Boot Record (MBR) disks use the standard BIOS partition table. На дисках с таблицей разделов GUID (GPT) используется единый расширяемый микропрограммный интерфейс (UEFI). GUID Partition Table (GPT) disks use Unified Extensible Firmware Interface (UEFI). Одним из преимуществ дисков GPT является то, что на каждом из них может быть более четырех разделов. One advantage of GPT disks is that you can have more than four partitions on each disk. Кроме того, стиль раздела GPT необходимо использовать для дисков объемом более двух терабайт (ТБ). GPT is also required for disks larger than two terabytes (TB).

Если диск не содержит разделов и томов, можно сменить его стиль раздела с MBR на GPT. You can change a disk from MBR to GPT partition style as long as the disk contains no partitions or volumes.

Перед началом преобразования диска проведите резервное копирование всех данных на нем и закройте все программы, которые обращаются к диску. Before you convert a disk, backup any data on it and close any programs that are accessing the disk.

Для выполнения следующих шагов необходимо как минимум состоять в группе Операторы архива или Администраторы. You must be a member of the Backup Operators or Administrators group, at minimum, to complete these steps.

Преобразование при помощи интерфейса Windows Converting using the Windows interface

Создайте резервную копию всех данных на базовом диске MBR, который требуется преобразовать в диск GPT, или переместите их. Back up or move the data on the basic MBR disk you want to convert into a GPT disk.

Если диск содержит разделы или тома, щелкните правой кнопкой мыши каждый из них и нажмите Удалить раздел или Удалить том. If the disk contains any partitions or volumes, right-click each and then click Delete Partition or Delete Volume.

Щелкните правой кнопкой мыши диск MBR, стиль раздела которого требуется изменить на GPT, и нажмите Преобразовать в диск GPT. Right-click the MBR disk that you want to change into a GPT disk, and then click Convert to GPT Disk.

Преобразование при помощи командной строки Converting using a command line

Следуйте инструкциям ниже, чтобы преобразовать в диск GPT пустой диск MBR. Use the following steps to convert an empty MBR disk to a GPT disk. Имеется также средство MBR2GPT.EXE, которое можно использовать, но оно сложное; дополнительные сведения см. в разделе Преобразование раздела MBR в GPT. There’s also a MBR2GPT.EXE tool that you can use, but it’s a little complicated — see Convert MBR partition to GPT for more details.

Создайте резервную копию всех данных на базовом диске MBR, который требуется преобразовать в диск GPT, или переместите их. Back up or move the data on the basic MBR disk you want to convert into a GPT disk.

Откройте командную строку с повышенными привилегиями. Для этого щелкните правой кнопкой мыши пункт Командная строка и выберите Запуск от имени администратора. Open an elevated command prompt by right-clicking Command Prompt and then choosing Run as Administrator.

Выполните команду clean, чтобы удалить все разделы и тома на диске. Running the clean command will delete all partitions or volumes on the disk.

Как узнать и изменить UUID/GUID компьютера?

Каждый компьютер в сети должен иметь уникальный идентификатор UUID или GUID (в терминологии Microsoft). Он позволяет на базе этого ID аутентифицировать и активировать (при необходимости активации лицензий) компьютер.

Чтобы узнать GUID Windows компьютера, выполните команду Powershell на локальном компьютере:

Это же значение содержится в реестре в ветке HKLMSOFTWAREMicrosoftCryptographyMachineGuid.

Однако, если речь идет о виртуальных машинах, Vmware технически позволяет создать (или клонировать) машины, сохраняя идентичный UUID, что конечно плохо. UUID основан на пути к конфигурационному файлу VM и он генерируется, когда вы первый раз включаете машину или ресетите (сбрасываете до изначального состояния) её. Эта информация записывается в SMBIOS файл конфигурации виртуальной машины — *.vmx. Файл текстовый, его можно редактировать в текстовом редакторе.

Нужная вам строка будет выглядеть примерно так: uuid.bios = «00 11 22 33 44 55 66 77-88 99 aa bb cc dd ee ff»

Соответственно, вы можете поменять значение на уникальное. Все действия необходимо производить на выключенной виртуальной машине.

Альтернативно, вы можете изменить UUID группы виртуальных машин, если они расположены на ESXi, через PowerCLI, используя скрипт на Powershell.

Как изменить guid windows

trans

Вопрос

trans

trans

Доброе время суток, Уважаемые!

Понимаю, что поддержка Windows XP уже не осуществляется, но надеюсь на помощь.

Имеются несколько одинаковых (по железу) компьютеров. Для облегчения развертывания ОС, было предпринято создание образа на одном из них и клонирование на другие. Но потом, я столкнулся со следующей проблемой — сервер WSUS видит их как один компьютер. Стал разбираться — увидел, то у них одинаковый UUID не SID, под UUID понимаю http://en.wikipedia.org/wiki/Universally_unique_identifier.

Пробовал через sysprep закрывать образ — тоже к результатам не привело.

Раньше не занимался клонированием в таком объеме, может быть не правильно применил sysprep.

Подскажите как можно изменить данный идентификатор, как я понял он выдается аппаратной частью ПК.

Ответы

trans

trans

Понимаю, что поддержка Windows XP уже не осуществляется, но надеюсь на помощь.

Имеются несколько одинаковых (по железу) компьютеров. Для облегчения развертывания ОС, было предпринято создание образа на одном из них и клонирование на другие. Но потом, я столкнулся со следующей проблемой — сервер WSUS видит их как один компьютер. Стал разбираться — увидел, то у них одинаковый UUID не SID, под UUID понимаю http://en.wikipedia.org/wiki/Universally_unique_identifier.

Пробовал через sysprep закрывать образ — тоже к результатам не привело.

Раньше не занимался клонированием в таком объеме, может быть не правильно применил sysprep.

Подскажите как можно изменить данный идентификатор, как я понял он выдается аппаратной частью ПК.

WSUS идентифицирует клиента по значению SusClientID в реестре (в ключеHKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdate) Как сбросить этот идентификатор — см. статью MS Knowledge base 903262

Советы по настройке компьютера © 2021
Внимание! Информация, опубликованная на сайте, носит исключительно ознакомительный характер и не является рекомендацией к применению.

Источник

Понравилась статья? Поделить с друзьями:
  • Как изменить uuid виртуальной машины
  • Как изменить uuid virtualbox
  • Как изменить userprofile windows 10
  • Как изменить username twitter
  • Как изменить username spotify