Как поменять uuid windows

Changing the UUID (Universally Unique Identifier) on a Windows 10 machine isn’t something you do every day, but it can be essential for certain tasks. This article will guide you step-by-step on how to do it, ensuring your system remains functional throughout the process. By the end, you’ll know exactly what to do and why it’s needed.

Changing the UUID in Windows 10 is a straightforward process that involves using a few tools built into the operating system. The steps below will walk you through the process to help ensure it’s done correctly without causing any issues.

Step 1: Open Command Prompt as Administrator

First, you’ll need to open the Command Prompt with administrative privileges.

To do this, right-click the Start button and choose «Command Prompt (Admin)» or «Windows PowerShell (Admin).»

Step 2: Use Diskpart Utility

Type diskpart in the Command Prompt and hit Enter to launch the Diskpart utility.

Diskpart is a powerful command-line tool used for disk management. Running it with administrative privileges grants you the necessary permissions to make system-level changes.

Step 3: List All Disks

Once in Diskpart, type list disk and press Enter.

This command will display all the disks connected to your computer, helping you identify the one whose UUID you want to change.

Step 4: Select the Disk

Type select disk X where X is the number of the disk you want to modify and press Enter.

Selecting the correct disk is crucial. Take your time to ensure you choose the right one to avoid any unintentional data loss.

Step 5: List All Partitions

Type list partition and press Enter to see all the partitions on the selected disk.

Knowing the partitions helps you better understand the structure of the disk and ensures you’re working with the correct partition.

Step 6: Select the Partition

Type select partition Y where Y is the number of the partition you want to modify and press Enter.

Ensure you pick the right partition, especially if the disk has multiple partitions. This step is critical for the next command to work correctly.

Step 7: Assign a New UUID

Type uniqueid disk id=NEW_UUID and press Enter, replacing «NEW_UUID» with the desired UUID.

The new UUID should be unique and formatted correctly. This ensures no conflicts arise with other systems or partitions.

After completing these steps, your disk’s UUID will have changed. You can verify this by typing detail disk in Diskpart.

Tips for Changing UUID Windows 10

  • Always back up your data before making any changes to disk identifiers.
  • Double-check the disk and partition numbers to avoid mistakes.
  • Use a UUID generator tool to create a valid and unique UUID.
  • Run Command Prompt as an administrator to ensure you have the necessary permissions.
  • Be aware that changing the UUID can impact software licensing and other system-dependent functionalities.

Frequently Asked Questions

Why would I need to change the UUID?

Changing the UUID can be necessary for disk cloning, resolving conflicts, or setting up specific software environments.

Can changing the UUID cause data loss?

No, changing the UUID itself does not cause data loss, but incorrect steps can, so proceed with caution.

Is there any risk to my system?

Minimal risk if you follow the steps correctly, but always back up your data as a precaution.

Can I change the UUID on an external drive?

Yes, you can use the same steps to change the UUID on external drives as well.

Do I need admin rights to change the UUID?

Yes, administrative privileges are required to use the Diskpart utility effectively.

Summary

  1. Open Command Prompt as Administrator
  2. Use Diskpart Utility
  3. List All Disks
  4. Select the Disk
  5. List All Partitions
  6. Select the Partition
  7. Assign a New UUID

Conclusion

Changing the UUID on a Windows 10 machine is a manageable task if you follow the steps outlined. This process can be necessary for various reasons, from resolving system conflicts to preparing disks for specific uses. Always ensure you have a backup of your data and double-check each step to mitigate any risks.

If you found this guide helpful, consider sharing it with others. For more detailed tutorials on Windows 10, feel free to explore the related articles on our website. Happy computing!

Kermit Matthews is a freelance writer based in Philadelphia, Pennsylvania with more than a decade of experience writing technology guides. He has a Bachelor’s and Master’s degree in Computer Science and has spent much of his professional career in IT management.

He specializes in writing content about iPhones, Android devices, Microsoft Office, and many other popular applications and devices.

Read his full bio here.

Changing the UUID (Universally Unique Identifier) in Windows 10 can be a handy skill if you’re dealing with software licensing or virtual machines. The UUID is a 128-bit number used to uniquely identify some object or entity, and altering it requires a few tech-savvy steps. This process involves using a command prompt to create a new UUID and then assigning it to your system. Let’s dive into the specifics to help you achieve this task smoothly.

In this section, we’ll explore a step-by-step guide to changing the UUID of your Windows 10 machine. By the end of these instructions, you’ll know how to generate a new UUID and replace the current one on your system.

Step 1: Open Command Prompt as Administrator

First, press Windows Key + X and select “Command Prompt (Admin)” from the menu.

Running the Command Prompt as an administrator is crucial because it grants you the necessary permissions to make system-level changes, including altering the UUID.

Step 2: Generate a New UUID

Type uuidgen in the Command Prompt and press Enter.

This command generates a new UUID. Each time it’s executed, a different UUID is created, ensuring uniqueness.

Step 3: Note the Generated UUID

Carefully copy the newly generated UUID.

This UUID will replace your current one. Make sure to take note of it accurately to avoid any mistakes in the following steps.

Step 4: Access Registry Editor

Press Windows Key + R, type regedit, and hit Enter to open the Registry Editor.

The Registry Editor is where you’ll make the changes to your UUID. It’s a powerful tool, so proceed cautiously and only change what is necessary.

Step 5: Locate and Modify the UUID

Navigate to HKEY_LOCAL_MACHINESOFTWAREMicrosoftCryptography, then double-click on MachineGuid.

In the dialog box, replace the existing value with the new UUID you copied earlier. Hit OK to save your changes. This step changes the system’s UUID to the one you’ve just generated.

After following these steps, your Windows 10 will now have a new UUID. This change might affect certain software licenses or settings tied to the old UUID, so keep that in mind.

Tips for Changing UUID in Windows 10

  • Always back up your registry before making changes. This helps you restore your system in case something goes wrong.
  • Use a reliable UUID generator to ensure the uniqueness of your new UUID.
  • Be cautious while using the Registry Editor, as incorrect changes can lead to system instability.
  • Remember that some software might rely on the existing UUID for licensing. Check with your software providers if unsure.
  • If you’re using a virtual machine, some hypervisors allow you to change the UUID more easily within their settings.

Frequently Asked Questions

Why would I need to change the UUID?

Changing the UUID can help when cloning a machine, avoiding UUID conflicts, or resolving certain licensing issues.

Is it safe to change my UUID?

Yes, but proceed with caution. Making mistakes in the Registry Editor can lead to system problems.

Can I change the UUID back to the original?

Only if you have noted the original UUID before changing it. Otherwise, you can’t retrieve it.

Will changing the UUID affect my Windows activation?

It might. Some activations tie into the UUID, so ensure your license allows for such changes.

Can the UUID be changed using third-party software?

Yes, but using built-in tools like the Command Prompt and Registry Editor is recommended for safety.

Summary

  1. Open Command Prompt as Administrator.
  2. Generate a new UUID.
  3. Note the generated UUID.
  4. Access Registry Editor.
  5. Locate and modify the UUID.

Conclusion

Changing the UUID in Windows 10 is a process that might seem daunting at first, but with a little patience and caution, it’s entirely doable. Armed with this guide, you now have the knowledge to tackle this task with confidence. Remember, altering your system’s UUID can have repercussions, especially concerning software licensing and system configurations. Always proceed with a backup and double-check with your software providers if you’re unsure about the implications. The steps we’ve discussed not only equip you to change the UUID but also empower you with a deeper understanding of how Windows 10 manages unique identifiers. For further reading, consider exploring more about registry tweaks and other system customizations that Windows 10 offers. So, why wait? Go ahead and try changing your UUID to suit your specific needs!

Matt Jacobs has been working as an IT consultant for small businesses since receiving his Master’s degree in 2003. While he still does some consulting work, his primary focus now is on creating technology support content for SupportYourTech.com.

His work can be found on many websites and focuses on topics such as Microsoft Office, Apple devices, Android devices, Photoshop, and more.

Changing Your UUID in Windows 10: A Step-by-Step Guide

What is a UUID?

Before we dive into the process of changing your UUID in Windows 10, let’s quickly understand what a UUID is. A UUID (Universally Unique Identifier) is a 128-bit number that is used to identify a unique object or entity in a computer system. It’s like a digital fingerprint that can’t be duplicated.

Why Change Your UUID?

Changing your UUID can be useful in various scenarios, such as:

  • Security: If you’re using a UUID to identify a specific device or system, you may want to change it to prevent unauthorized access.
  • Configuration: If you’re using a UUID to configure a specific device or system, you may want to change it to ensure compatibility.
  • Troubleshooting: If you’re experiencing issues with a specific device or system, changing your UUID can help resolve the problem.

How to Change Your UUID in Windows 10

Here’s a step-by-step guide on how to change your UUID in Windows 10:

Step 1: Identify Your UUID

To change your UUID, you first need to identify it. You can do this by:

  • Checking the Device Manager: Open the Device Manager and navigate to the «System» section. Look for the device that you want to change the UUID for.
  • Using the Command Prompt: Open the Command Prompt and type wmic os get uuid to retrieve your UUID.

Step 2: Change the UUID

Once you have identified your UUID, you can change it. Here are the steps:

  • Using the Command Prompt: Open the Command Prompt and type wmic os modify uuid followed by the UUID you want to change. For example: wmic os modify uuid 12345678-1234-1234-1234-123456789012
  • Using the Registry Editor: Open the Registry Editor and navigate to the «HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlDeviceManagerDevicePath» key. Look for the device that you want to change the UUID for and right-click on it. Select «Properties» and then click on «Change» to change the UUID.

Step 3: Verify the Change

After changing your UUID, you need to verify that it has been changed successfully. Here are the steps:

  • Using the Command Prompt: Open the Command Prompt and type wmic os get uuid to retrieve your UUID.
  • Using the Registry Editor: Open the Registry Editor and navigate to the «HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlDeviceManagerDevicePath» key. Look for the device that you changed the UUID for and right-click on it. Select «Properties» and then click on «Change» to verify that the UUID has been changed.

Additional Tips and Considerations

  • Backup Your Data: Before changing your UUID, make sure to backup your data to prevent any potential issues.
  • Test Your System: After changing your UUID, test your system to ensure that everything is working as expected.
  • Consider Using a UUID Manager: If you’re changing your UUID frequently, consider using a UUID manager to simplify the process.

Conclusion

Changing your UUID in Windows 10 can be a useful tool for securing your system, configuring specific devices or systems, and troubleshooting issues. By following the steps outlined in this article, you can easily change your UUID and ensure that your system is running smoothly.

Table: UUID Management in Windows 10

UUID Management Method Description Advantages Disadvantages
Using the Command Prompt Change UUID using the wmic command Easy to use, flexible Limited to specific devices
Using the Registry Editor Change UUID using the Registry Editor Easy to use, flexible Limited to specific devices
Using a UUID Manager Simplify UUID management using a tool Easy to use, automated Requires additional software

Additional Resources

  • Microsoft Documentation: Windows 10 Documentation
  • Microsoft Support: Windows 10 Support
  • Third-Party Tools: UUID Manager Tools

Unlock the Future: Watch Our Essential Tech Videos!

СМЕНА: HWID, МАС АДРЕСА, IP, UUID ДЛЯ ЛЮБОГО ТИПА СИСТЕМЫ

Shaquille

https://funpay.com/users/1576670/
🎁 ПОДАРОК ОТ SHAQUILLE: https://telegra.ph/OCHISTKA-PRIVYAZOK-DOTA-2-01-04 (очистка от всех привязок Valve).

✅  Смена = IP адреса

✅  Смена МАС адреса

✅  Смена HWID

✅  Смена серийного № материнской платы

✅  Смена серийного № UUID

✅  Переустановка WINDOWS (по желанию)

ССЫЛКА НА ВИДЕО https://www.youtube.com/watch?v=n7PGvETmyS0

CМЕНА MAC https://www.youtube.com/watch?v=Kc7BabFYs7Q

ССЫЛКА НА ФАЙЛ https://drive.google.com/file/d/1DT4w2WW6o8o4QQWSng8fvSHFw2OOJSt_/view

СМЕНА HWID + ДОП ОБХОД https://docs.staffcop.ru/faq/hwid.html https://vc.ru/u/1202446-aim-racer/429426-obhod-hwid

ДОП ВИДЕО

ДОП МАТЕРИАЛЫ

HWID — Уникальный идентификатор диска¶

Уникальный идентификатор служит для закрепления агента в системе и данных, которые он передаёт на сервер. hwid агент берет в таком порядке:

  • Серийный номер жесткого диска.
  • Если ошибка, то MAC.
  • Если ошибка, то серийный номер тома.

Примечание

В агенте, начиная с версии 5.8.2478 и новее, генерация hwid в реестре производится автоматически.

Примечание

С версии Staffcop Enterprise 5.5 для Windows-агентов с версии 5.8.2583 возможна генерация HWID через добавление параметров HWID в командную строку или название MSI-файла установки агента.

В агенте, начиная с версии 5.8.2450 и новее, есть возможность задать hwid в реестре Windows, нужно создать значение вида REG_SZ.

[HKEY_LOCAL_MACHINE\SYSTEM\SCHWID]

«hwid»=«1111-2223»

Также корректировку HWID целесообразно делать, если в логе агента есть ошибка Wrong CN!

Редактируем значение реестра hwid, исключая оттуда пробелы.

Или создать файл с содержимым (значение HWID задайте свой по шаблону XXXX-YYYY)

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\SCHWID]

«hwid»=«1111-2223»

Автоматическая генерация HWID¶

Создает/заменяет значение hwid в реестре. Указанный ниже текст, нужно скопировать и вставить в файл, например hwid.bat.

@echo off

reg query «HKLM\SYSTEM\SCHWID» /v «hwid» > null

set I=22

set N=16

set CHAR=0 1 2 3 4 5 6 7 8 9 A B C D E F

set Hex=0

:LOOP

set /a R=1+%N%*%random%/32768

for /f «tokens=%R%» %%q in («%CHAR%») do (set Hex=%%q%Hex%)

Set /a I-=1

If %I% GTR 0 goto LOOP

echo %Hex%

reg add HKLM\SYSTEM\SCHWID /f /v hwid /t REG_SZ /d %Hex%

:end

Выполнить этот скрипт можно с помощью такой команды:

cmd.exe /c hwid.cmd

После этого уникальный идентфикатор запишется в реестр системы и никогда больше не сможет поменяться.

Уникальный HWID¶

В некоторых случаях возникает конфликт HWID и информация по агентам некорректно отображается. Пример, есть доменные компьютеры и VDI, где используется образ рабочей станции с предустановленным ПО и слои с данными профиля для пользователей. Для решения проблемы была придумана новая опция, которая работает начиная с версии агента 5.8.2539.

Для создания уникального HWID необходимо добавить в ветку реестра HKEY_LOCAL_MACHINE\SYSTEM\SCHWID ключ формата DWORD (32) с названием use_fqdn со следующими значениями:

0 или отсутствие — логика получения HWID как сейчас

1 — вместо ID диска используется полное доменное имя (FQDN) компьютера в нижнем регистре, сохраняется в реестре и в дальнейшем используется из реестра.

2 — используется полное доменное имя (FQDN), но не сохраняется в реестре (параметр hwid не используется). В случае смены имени компьютера меняется HWID.

Внимание

Если HWID сформирован, то необходимо удалить из реестра. В противном случае HWID не изменится.

Обход HWID

Для того, чтобы обойти блокировку по железу, необходимо изменить ваши MAC-адрес, серийный номер диска и MachineGuid.

Шаг 1. Изменение MAC-адреса. Шаг довольно простой, для начала нам необходимо скачать программу TMAC — Клик

Обход HWID

1.1 Устанавливаем программу.

1.2 Запускаем программу от имени администратора.

1.3 Меняем MAC-Address на каждом из подключений.

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

Шаг 2. Изменение GUID компьютера

Сгенерировать новый GUID компьютера можно на данном сайте — Клик

Далее заходим в редактор реестра при помощи сочетания клавиш Win+R (или через меню “Пуск” -> “Выполнить”), в появившемся окошке “Выполнить” набираем “regedit” и нажимаем “OK”.

Идём к следующей ветке:Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography

Забираем ранее сгенерированное значение GUID и заменяем на него текущий MachineGuid.

Шаг 3. Изменение серийного номера диска

3.1 Качаем утилиту Hard Disk Serial Number Changer — Клик

3.2 Запускаем утилиту от имени администратора.

3.3 Выбираем необходимый диск и меняем цифры в серийном номере.

НЕОБХОДИМО СМЕНИТЬ ПОСЛЕДНИЕ 4 СИМВОЛА НОМЕРА НА ЛЮБЫЕ 4 ЦИФРЫ

3.4 После проделанных операций перезагружаем компьютер.

Шаг 4. Очистка следов Steam.

4.1 Перейдите в панель управления

4.2 Далее в «Параметры проводника»

Обход HWID

4.3 Далее в раздел «Вид»

Обход HWID

4.4 Включите опцию «Показывать скрытые файлы, папки, диски»

Обход HWID

4.5 Перейдите в корневую папку Steam

4.6 Найдите папки AppCache и Userdata

Обход HWID

4.7 Удалите данные папки

4.8 Найдите файлы SSFN

Обход HWID

4.9 Удалите данные файлы

ВАЖНО! После удаления файлов и папок, не забудьте удалить их из корзины.

4.1.1 Нажмите сочетание клавиш WIN + R

4.1.2 Впишите команду «regedit»

Обход HWID

4.1.3 Нажмите комбинацию клавиш CTRL + F

4.1.4 В появившемся окне впишите «Valve», а также выставьте критерии поиска только «Имена разделов»

Обход HWID

Удаляем найденный раздел

Обход HWID

Аналогичные действия проделываем с ключевым словом «Steam»

После выполнения всех действий перезагружаем ПК

Также после выполнения 4 шага у вас появятся следующие ошибки:

1. Нажимаем на кнопку «Ignore»

Обход HWID

2. Нажимаем на «Install Service»

Обход HWID

Шаг 5. Перезагрузите систему, зайдите в новый аккаунт. Следует помнить, что с этого момента не следует логиниться в старый (забаненный) аккаунт, поскольку алгоритм Steam без труда отследит, что за аккаунтами стоит один и тот же человек.

【 ⭐ 】 — Ежедневно покупатели оставляют актуальные отзывы о качестве совершённых сделок, чтобы наш магазин мог гарантировать качество своих товаров. По всем вопросам и предложениям обращайтесь в личные сообщения,- своевременно ответим и решим ваш вопрос. Товар возврату не подлежит, поскольку выдаётся в виде гайда. Желаем удачных покупок!▪️

ZoogVPN – Trusted & Fast VPN for all Digital Needs

бесплатный впн 

можно купить прокси за 39-50р штука (платно, ищите подходящие сервисы)

Поставщик безопасности 1/66 и ни одна песочница не отметили этот файл как вредоносный.

НАСТОЯТЕЛЬНО РЕКОМЕНДУЮ ПРОВЕРЯТЬ ФАЙЛЫ НА ЭТОМ САЙТЕ:

https://www.virustotal.com/gui/home/upload

Срабатывание 1 антивируса,- скорее всего — ложно. Проверяйте файлы после каждого скачивания и перед открытием программ. За изменение файлов продавец ответственности не несет.

БАН В ДОТЕ ПО ЖЕЛЕЗУ:

Шаг №1: меняем MAC-адрес

Инструкция следующая:

  • Переходим в интернет, находим и скачиваем ПО, которое называется TMAC.
  • Естественно, устанавливаем, запускаем. Внимание – только с правами администратора!
  • В перечне подключений проходимся по каждому последовательно. Нажимаем сначала «Random Mac Address», затем на «Change Now».

Если выдает ошибку, то не паникуем – просто переходим к следующему подключению и на нем меняем адрес. Все.

Шаг №2: меняем GUID

В первую очередь генерируем новый Guid. Сделать это можно здесь.

Дальше действуем так:

  • Через кнопку «Пуск» переходим к строке «Выполнить» (можно вызвать комбинацией Win+R».
  • Вбиваем в нее «regedit». Подтверждаем команду.
  • Идем по адресу: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography
  • Меняем существующий GUID на сгенерированный выше по ссылке.

Шаг №3: смена серийника диска

Для решения этой проблемы потребуется еще одна программа: Hard Disk Serial Number Changer. Ищем в сети, скачиваем, устанавливаем и запускам. Естественно, с правами администратора. Дальше все просто:

  • Выбираем тот диск, где установлена игра.
  • Меняем последние четыре символа на любые доступные.
  • Перезапускаем ПК.

Шаг №4: чистка STEAM

Необходимо будет повторить следующие действия:

  • Через «панель управления» совершаем переход в «параметры проводника».

  • Выбираем вкладку «Вид».
  • Выставляем «показывать скрытые файлы…».
  • Совершаем переход в корневую папку STEAM.
  • Удаляем папки: AppCache, Userdata и Logs, а также два файла, названия которых начинаются с SSFN.

Обязательно удаляем папки и файлы с корзины!

Шаг №5 (финальный): подчищаем реестр

Снова повторяем вызов строки «Выполнить» и выполнение команды «regedit». Дальше действуем так:

  • Используем комбинацию «CTRL + F», чтобы вызвать меню.
  • Вбиваем в него слово «Valve». Обратить внимание на критерии поиска. Там нужно выставить «Имена разделов».

  • Запускаем поиск. Он находит папку с нужным названием. Удаляем ее.
  • Повторяем процесс поиска и удаления, только для раздела с названием «Steam».

Как только вы закончите удалять папки, то при входе в STEAM у вас начнут выпадать ошибки. В первом случае нажимаем на «Ignore», во втором на ««Install Service»».

Дальше просто перезапускаете ПК и заходите (ВНИМАНИЕ!) в новый аккаунт STEAM. Если вы по ошибке попробуете воспользоваться старым, то опять прилетит бан. И придется все описанные выше шаги делать заново.

И последний нюанс – описанный выше гайд подходит для свежих аккаунтов. Это важный момент, о котором не стоит забывать.

Recommended Posts

Posted

Enter the following command in cmd:

wmic CsProduct Get UUID

you’ll receive the system’s UUID value, usually different from:

FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF

Well, I seek a possibility to simply change my UUID to this very value (33 times F meaning «none»).

How do I do that, or is there a simple way of doing this?

(I’m on quite recent Desktop PC with a Gigabyte UEFI motherboard, just in case.)

Thanks in advance!

Posted

The UUID you mentioned derives from *something* which is *somehow* embedded on the motherboard BIOS.

If you can access the BIOS and change the *whatever* that produces the UUID, then you can change it.

As a matter of fact a number of motherboard will return all FF’s because their BIOS has not that kind of info.

So, not only «not simple», likely «not possible» and in any case «very specific» to the specific motherboard/BIOS/firmware/UEFI/whatever.

jaclaz

Posted

It is definately possible to change the UUID on your own, but it comes down to having access to the correct tools. Gigabyte would probably be more likely to give you a corrected BIOS rather than the tools to write into the UUID.

Posted

Let me doubt that Gigabyte (or any motherboard manufacturer providing a UUID for a motherboard) will EVER release to final customers a tool capable of removing it (or — if you prefer- capable of «anonymizing» the board).

I will stand by my «likely not possible» (in practice).

Of course — as said — in theory it is perfectly possible, the exact same way it is embedded in factory it can be changed.

— In theory there is no difference between theory and practice, but in practice there is. —

jaclaz

  • Author

Posted

It puzzles me a bit that with wbemtest you can set a «UUID» value like this.

However, it has no effect. Checking with wmic or a vbscript, the UUID remains the same. I would like to set mine to f only (as not set).

It seems the UUID is also named SMBIOS GUID, which leads to Gigabyte’s/AMI UEFI. Seems to be no simple way, unfortunately…

Posted

F only does not mean not set. It is just an invalid UUID. If it were truly not set, a properly structured WMI query would fail the object check, aka there is no value in that field, or in other words a null return.

And regarding changing items with WMI, you can only change operating system objects. Windows can only read enumerated hardware values. WMI is not so picky on generating an error when you try to write to an unchangeable field. It *seems* to work but as you note the value doesn’t actually change. Yes the UUID is stored in the SMBIOS of the motherboard, hence why you’d need to either use a custom BIOS or have the appropriate SMBIOS editing tools.

I am wondering if there is another way to accomplish what you are trying to do rather than editing that information on the hardware level.

Posted

I am wondering if there is another way to accomplish what you are trying to do rather than editing that information on the hardware level.

As far as I know you need to mod the BIOS and to be safe you would need an external programmer for that. You could install coreboot or something on that too that way, but…

I would not do this just for a single PC, but might be interesting for some special projects were more PCs are involved, for security reasons or what ever, in that case you could order also a batch from Gigabyte directly with the UUID set (no idea how many you need to order these days…).

Posted

  • Author

Posted

puntoMX you’re right, such an effort isn’t usually worth it.

Tripredacus, I was looking for system properties to change to their «default» state.

In case I’ve got a run-of-the-mill PC, using

wmic CsProduct Get /all /format:table

I get a few properties which are set to «To be filled by O.E.M.» (except for [the Mainboard] «Vendor») that might be customized accordingly.

And there’s the UUID. Which I expected to be changeable, too, and with the additional tool AMIDEWIN[x64].exe

AMIDEWINx64.exe /su 00000000000000000000000000000000

I changed it. But it seems the assigned UUID isn’t permanent (not «reboot proof»)…

Posted

AFAIK the UUID field can only be written to if the field is empty or is all FF.

  • Author

Posted

(edited)

AFAIK the UUID field can only be written to if the field is empty or is all FF.

Unfortunately, I doesn’t work any more, I don’t know why.

I ran it with all F and, in a second step, tried to apply a random value.

Using all F, it’s something like

FF1BFF70-FF24-FF22-5FFF-6CFFFFFFFFFF

what I get.

Maybe AMIDEWINx64 isn’t appropriate for UEFI…?


Edited by Mikka

Please sign in to comment

You will be able to leave a comment after signing in

Sign In Now

Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Eclipse ide download for windows
  • Windows 11 не может быть установлен на этом компьютере
  • Wayback machine downloader windows
  • Настройка звука наушников на windows 10
  • Как закинуть драйвера на загрузочную флешку windows 10