0x80072f8f 0x20000 при запуске media creation tool windows 7

Ошибка 0x80072f8f 0x20000 появляется при двух распространенных ситуациях. Первая из них – при обновлении с Windows 7 до более свежей версии или просто при установке Windows 10. Вторая частая ситуация заключается в появлении ошибки при запуске Media Creation Tool. Причины появления, как и особенности проявления в каждой них, будут разными. Но есть и хорошая новость, она заключается в том, что есть довольно четкое представление об ошибке и эффективное решение к каждой вариации проблемы.

0x80072f8f 0x20000

Почему появляется ошибка 0x80072f8f 0x20000?

Нам придется разделять две ситуации появления ошибки. Хотя они и имеют идентичный код, но во всем остальном сильно отличаются. Основная причина сбой с кодом 0x80072f8f 0x20000 при установке Windows 10 – отсутствие поддержки протоколов безопасности TLS. В Windows 7 Service Pack 1 по умолчанию включена поддержка только TLS 1.0. Сейчас же сервера Microsoft более не поддерживают столь устаревший стандарт. Требуется версия TLS 1.1 и TLS 1.2, которые по умолчанию отключены в старой операционной системе Windows 7. Их включение должно исправить проблему.

Если ошибка появляется при обновлении Windows, в основном через официальную утилиту Media Creation Tool, то проблема в некорректных файлах обновления. Видимо, система пыталась загрузить файлы для апдейта, но они оказались поврежденными. Нужно принудительно удалить их.

Как исправить ошибку 0x80072f8f 0x20000 при установке Windows 10?

Как мы и писали, нам нужно заставить Windows 7 работать с TLS 1.1 и TLS 1.2. Это вполне реально сделать, если подкорректировать реестр операционной системы. Можно запустить Windows в безопасном режиме и сделать необходимые изменения. Это можно сделать вручную, но есть и более быстрый способ – запустить файл. Нам нужен один из файлов Microsoft, вот ссылка. Скачиваем его, запускаем и через пару секунд исправления должны быть внесены. Можно перезагружать ПК и снова пытаться установить Windows 10.

Что нужно сделать вручную:

  1. Нажимаем комбинацию Win + R, вводим regedit и нажимаем Enter.
  2. Идем по пути HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Client.
  3. Изменяем значение параметра DisabledByDefault на 0 (если его нет, то просто создаем его).
  4. Переходим в ветку HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client.
  5. Тоже создаем или изменяем существующий параметр DisabledByDefault в значение 0.

0x80072f8f 0x20000

Важно! Есть еще один интересный способ – запустить установку через ISO. Для этого нужно войти на сайт Microsoft с клиентом Windows и скачать его. Обязательно следует использовать для этого телефон. Затем передаем файл на ПК и запускаем его. У многих такое решение сработало.

Как исправить ошибку при обновлении через Media Creation Tool?

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

Пошаговая инструкция:

  1. Переходим по пути C:\Windows\SoftwareDistribution\Download.
  2. Удаляем все файлы, которые хранятся в этой папке.
  3. Кликаем правой кнопкой мыши по Пуску и выбираем «Командная строка (администратор).
  4. Вводим команду wuauclt.exe /updatenow.

0x80072f8f 0x20000

Теперь вы знаете, что делать, если появляется ошибка 0x80072f8f 0x20000 при разных обстоятельствах. Включение поддержки TLS 1.1 и новее поможет успешно завершить установку операционной системы, а очистка файлов и обновление через консоль избавит от неполадки при апдейте Windows.

Будем рады увидеть ваши комментарии в отношении данной ошибки. Давайте вместе сделаем статью максимально полной.

When you attempt to upgrade to Windows 10 from a Windows 7/8 computer using Microsoft’s Media Creation Tool, the error 0x80072F8F - 0x20000 may appear. The full error message verbatim is below:

There was a problem running this tool

We're not sure what happened, but we're unable to run this tool on your PC. If you continue experiencing problems, reference the error code when contacting customer support. Error code: 0x80072F8F - 0x20000

media creation tool error 0x80072F8F

Let’s see how to fix this error on Windows 7 and Windows 8.

Important: Information in this article (and the registry fix) is for Windows 7 SP1 and Windows 8 systems only. They don’t apply to Windows 8.1 and higher!

Cause

The error 0x80072F8F - 0x20000 happens because the Media Creation Tool uses the TLS 1.2 Protocol, but the protocol is disabled by default on Windows 7 and Windows 8 computers. By default, only SSL3 and TLS1 are enabled in Windows 7 and Windows 8. On Windows 8.1 and Windows 10, SSL3, TLS1.0, TLS1.1, and TLS1.2 are enabled by default.

To resolve the Media Creation Tool Error 0x80072F8F – 0x20000 error on Windows 7 and Windows 8 computers, enable the TLS 1.1 and TLS 1.2 protocols. Follow these steps to do so:

Method 1: Enable TLS 1.1 and TLS 1.2 via the registry (Windows 7 & 8)

  1. Make sure your system is fully updated.
  2. Open Notepad.
  3. Copy the following lines into Notepad.
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp]
    "DefaultSecureProtocols"=dword:00000a00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp]
    "DefaultSecureProtocols"=dword:00000a00
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Client]
    "DisabledByDefault"=dword:00000000
    "Enabled"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client]
    "DisabledByDefault"=dword:00000000
    "Enabled"=dword:00000001
  4. Save the file with a .reg extension — e.g., enable_tls.reg
  5. Double-click the enable_tls.reg file to apply the settings into the registry. Click Yes when asked for confirmation.
  6. Download the KB3140245 package (TLS 1.1/1.2 enablement update) from Microsoft and install it.
  7. Restart Windows.
  • Download registry files: If you wish to download premade registry file(s), download enable-tls.zip. Unzip and run the enclosed file enable_tls.reg. To reverse/undo the setting to Windows 7/8 defaults, run the undo.reg registry file.

(Credits to Markus for the fix.)


Method 2: Easy Fix (for Windows 7)

The above registry fix was created incorporating the suggestions in the Microsoft article titled Update to enable TLS 1.1 and TLS 1.2 as default secure protocols in WinHTTP

The article talks about the Microsoft Update with will enable TLS 1.1 and TLS 1.2 support via KB3140245 package. Here are the instructions:

  1. Download the KB3140245 package. Don’t run it yet.
  2. Download the “Easy Fix” executable via the above link (direct download) and run it. The fix will create the DefaultSecureProtocols registry value which is a prerequisite for the Microsoft update.
  3. Now run the KB3140245 .msi package you downloaded in Step 1.

This automatically enables TLS 1.1 and TLS 1.2 on the computer.

media creation tool error 0x80072F8F - easyfix

Easy fix 51044 v2.1.4.0 — KB3140245

Re-run the Media Creation Tool now. It should work now!

media creation tool error 0x80072F8F

Editor’s note

Note that the Easy Fix sets the “DefaultSecureProtocols” registry value only; it doesn’t write to the SCHANNEL registry location. But the manual registry fix in “Method 1” above does both! So, if you’ve explicitly disabled the TLS 1.1 and TLS 1.2 protocols via the SCHANNEL registry modification (e.g., by using the nisudf.reg registry fix to resolve a game/server connectivity issue), then the “Easy Fix” tool won’t help. You need to use “Method 1” in that case.


One small request: If you liked this post, please share this?

One «tiny» share from you would seriously help a lot with the growth of this blog.
Some great suggestions:

  • Pin it!
  • Share it to your favorite blog + Facebook, Reddit
  • Tweet it!

So thank you so much for your support. It won’t take more than 10 seconds of your time. The share buttons are right below. :)


Ramesh Srinivasan is passionate about Microsoft technologies and he has been a consecutive ten-time recipient of the Microsoft Most Valuable Professional award in the Windows Shell/Desktop Experience category, from 2003 to 2012. He loves to troubleshoot and write about Windows.
Ramesh founded Winhelponline.com in 2005.

If you are facing the 0x80072f8f — 0x20000 error, I have shared a few quick ways to get rid of it below. So here we go:

Workable Solutions Step-by-step Troubleshooting
Fix 1. Verify PC’s Compatibility Before you go ahead and upgrade your Windows, make sure your PC meets the requirements…Full steps
Fix 2. Stable Internet Environment You should also make sure that your internet is working fine. If your internet isn’t working, then…Full steps
Fix 3. Run Media Creation Tool If you haven’t run the Microsoft Creation tool as an admin yet, you should try it. There is a good chance…Full steps
Fix 4. Apply Windows Registry You can also make changes to your Windows Registry to bypass the error. However, before you…Full steps
More Fixes Next, You can try performing a clean boot on Windows 10 or 11. A clean boot is a state where…Full steps

How to Fix Error Code 0x80072f8f — 0x20000 on Windows

Windows makes it super easy to upgrade or reset Windows using its media creation tool. The media creation tool is easy to use and doesn’t face any issues often. However, some users have reported a media creation tool error code 0x80072f8f — 0x20000.

In several ways, one can get rid of the Windows update media creation tool error code 0x80072f8f — 0x20000. For instance, you can try modifying your registry settings, removing the software distribution folder, etc. However, these are 8 methods we are going to discuss in this article below.

For additional help, you can also refer to the following video:

  1. 00: 45 Unblock Media Creation Tool
  2. 01: 16 Delete Software Distribution Folder
  3. 02: 25 Enable Enable TLS 1.1 and TLS 1.2

1. Verify Your PC’s Compatibility with the Windows Upgrade Requirements

Before you go ahead and upgrade your Windows, make sure your PC meets the requirements. You can download and launch the PC Health Check App to find this out. To get started, follow these steps:

Step 1. First, download the PC Health Check App.

Step 2. Double-click on the installer to install it, and then follow the onscreen steps.

Step 3. After installation, run the PC Health Check App and click the «Check Now» button. Then it will list the requirements marked as yellow that your PC doesn’t have.

Check PC Health for an upgrade

Step 4. Finally, check if you can meet the requirements, fix the issues, and rerun Windows Media Installer.

2. Make Sure You Are in a Stable Internet Environment

You should also make sure that your internet is working fine. If your internet isn’t working, then Media Creation Tool won’t be able to download the necessary updates, and it will lead to Windows 10 upgrade error.

So do check if your internet is working fine. If not, then try restarting your router or troubleshooting your network.

3. Run Microsoft Media Creation Tool as an Administrator

If you haven’t run the Microsoft Creation tool as an admin yet, you should try it. There is a good chance that it lacks admin privileges. As a result, you are encountering an error.

So right-click on the Media Creation Tool, select Run as administrator, and then try to run the tool and see if it works.

4. Apply Modifications to the Windows Registry

You can also make changes to your Windows Registry to bypass the error. However, before you modify your registry settings, take a backup. So in case anything goes wrong, you can fix it quickly.

Once you are ready, follow the below steps:

Step 1. Press Windows Key + R to launch Run.

Step 2. Type regedit and press Enter.

Step 3. Go to the following path: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update

Step 4. Now right-click the blank area, go for New > DWORD (32-bit) Value, and name it AllowOSUpgrade.

Step 5. Double-click on the AllowOSUpgrade and change the Value data to 1.

Change Registry Valut to Allow OS Upgrade

Step 6. Next, click on and close Registry Editor.

Step 7. Finally, restart your PC, launch Media Creation Tool, and see if it works.

5. Perform a Clean Boot on Windows 11/10

Next, You can try performing a clean boot on Windows 10 or 11. A clean boot is a state where Windows starts with a minimum set of drivers and startup programs. This is quite similar to starting Windows in safe mode. But you get more control over which services and programs you want to run at the startup.

To get started, follow these steps:

Step 1. Go to Windows search.

Step 2. Type msconfig and launch System Configuration.

Step 3. Go to the services tab and check to Hide all Microsoft services.

Step 4. Then click the «Disable All» button.

Hide All Microsoft Services

Step 5. Go to the Startup tab and click «Open Task Manager».

Step 6. Then right-click on all the items individually and select Disable.

Step 7. Once done, close Task Manager and return to System Configuration Windows.

Step 8. Select Apple > OK to save the changes.

Step 9. Finally, restart your PC.

After the clean boot, try running the Media Creation tool and see if you get the Windows update media creation tool error code 0x80072f8f — 0x20000 error. If you don’t see the error, consider removing recently installed apps and running the media creation tool normally.

6. Enable TLS 1.1 and TLS 1.2 to Fix Error Code 0x80072f8f — 0x20000

One of the main reasons behind the Windows update media creation tool error code 0x80072f8f — 0x20000 is that your TLS is not enabled. If that’s the case with you, then do follow the below steps:

Step 1. First, make sure to back up Windows registry.

Step 2. Next, open Notepad and paste the below code:

Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp]»DefaultSecureProtocols»=dword:00000a00 [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp]»DefaultSecureProtocols»=dword:00000a00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client]»DisabledByDefault»=dword:00000000″Enabled»=dword:00000001[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client]»DisabledByDefault»=dword:00000000″Enabled»=dword:00000001

Step 3. Save the file with the .reg extension.

Registry File

Step 4. Once done, double-click on the file to apply the settings in the Registry.

Step 5. After that, reboot your computer, try rerunning the Media creation tool, and see if it works.

7. Remove the Software Distribution Folder’s Content

Software distribution folder stores temporary files that might be required for installing Windows updates. However, sometimes Windows cannot access the Update files, which leads to a different error. Hence, cleaning up the software distribution folder for smoother Windows update installation is recommended. To do so, follow the below steps:

Step 1. Press Windows Key + R to launch Run.

Step 2. Type the following path and press Enter: C:\Windows\SoftwareDistribution\Download

Step 3. Now select all the files by pressing CTRL + A, right-click on the selected files, and click «Delete».

Delete Software Distribution

Step 4. Once done, press Windows + X to launch the quick menu and select Windows Terminal (Admin).

Step 5. In the Windows terminal, run the following command: wuauclt.exe /updatenow

Step 6. Once done, reboot your computer and check if the issue is resolved.

8. Reset Windows 11/10 to Fix Media Creation Tool Error

If none of the abovementioned methods works out for you, resetting your Windows would be the only solution. By resetting your PC, you will ensure no corrupted file or recently installed application conflicts with the Media Creation tool. However, before you reset your PC, please back up your important files to avoid data loss.

Once you are ready, follow these steps:

Step 1. Press Windows Key + I to launch Settings.

Step 2. Navigate to Windows Update > Advanced Options > Recovery.

Step 3. Click «Reset PC».

Reset Windows Recovery Options

Step 4. Select Remove Everything and follow the onscreen steps.

Note: You can also perform a factory reset from BIOS on your computer if your computer cannot boot successfully.

Retrieve Lost Data After Fixing Error Code 0x80072f8f — 0x20000

After trying the above methods, the error may still exist. Or in some instances, your PC might get into an unrecoverable state, and resetting your PC would be the only solution.

After a factory reset, the computer will remove all applications, games or personal documents, pictures, music, or movies from the computer. As a result, some data will be overwritten, and the file system of the original lost file will be corrupted. But this doesn’t mean you can not recover wanted files after a factory reset. In such a case, you can use data recovery solutions like EaseUS Data Recovery Wizard to regain your data.

EaseUS Data Recovery Wizard

  • Recover deleted files or lost files, documents, photos, audio, music, and emails effectively.
  • Recover files from formatted hard drives, memory cards, flash drives, digital cameras, etc.
  • Support data recovery for sudden deletion, formatting, virus attack, and system crash under different situations.

EaseUS Data Recovery Wizard is a professional software in data recovery and has helped millions of customers successfully and efficiently recover lost data, and easy to use. Here are all the steps:

Note: To guarantee a high data recovery chance, install EaseUS data recovery software on another disk instead of the original disk where you lost files. 

Step 1. Launch EaseUS Data Recovery Wizard on your Windows 11, Windows 10, Windows 8, or Windows 7 computer. Select the disk partition or storage location where you lost data and click «Scan».

select the disk on Windows  to scan

Step 2. This recovery software will start scanning the disk to find all lost and deleted files. When the scan process completes, click «Filter» > «Type» to specify lost file types.

choose the recovered data type

Step 3. Preview and restore lost Windows files. You can double-click to preview the scanned files. Then, select the target data and click the «Recover» button to save them to another safe spot in the PC or an external storage device.

recover windows 10 lost data

Summary

So those were a few quick ways to fix the Media Creation Tool Error Code 0x80072f8f — 0x20000 error. You might want to reset your Windows if none of the methods works for you. In such a case, data loss is a serious concern. But you can always use EaseUS Data Recovery Wizard to recover your data quickly.

Error Code 0x80072f8f — 0x20000 FAQs

Now let’s look at some of the commonly asked questions around media creation tool errors:

1. How to fix Windows 10 update not working?

You can run the Windows update troubleshooter to fix the Windows update not working. Alternatively, you can use a media creation tool to download and install the latest Windows version.

2. How do I fix Windows error code 0x80072F8F 0x20000?

There are several ways to fix error code 0x80072F8F 0x20000. You can try running the Media creation tool as administrator, delete the software distribution folder, modify registry settings, etc.

3. Why I can’t run Media Creation Tool in Windows 7?

You can re-download the Media creation tool and run it as an administrator. As the media creation tool is compatible with Windows 7, you shouldn’t have any problem running it.

4. How to retrieve lost data after fixing the Media Creation Tool error?

One can use data recovery applications like EaseUS Data Recovery Wizard to recover lost data quickly and in easy steps, as it can recover data from a formatted drive.

Если вы столкнулись с ошибкой 0x80072f8f 0x20000 при создании загрузочной флешки Windows 10 через официальную утилиту Media Creation Tool, то вероятнее всего у вас установлена Windows 7 либо Windows 8.
Она возникает из-за того что данные версии Windows уже не поддерживаются и необходимо создать загрузочную флешку другим способом.
В данной инструкции мы подробно распишем что необходимо делать в таком случае.

Для создания загрузочной флешки необходимо будет скачать дистрибутив Windows 10:
Версия x32 – https://cdn.keyslab.ru/windows/10/ProAndHome/Win10_22H2_Russian_x32.iso
Версия x64 – https://cdn.keyslab.ru/windows/10/ProAndHome/Win10_22H2_Russian_x64.iso

А так-же программа для того чтобы записать этот образ на флешку мы сделаем это на примере одной из самых популярных программ Rufus – https://github.com/pbatard/rufus/releases/download/v3.22/rufus-3.22.exe

После того как скачается образ запускаем программу, в пункте «Устройство» необходимо выбрать флешку размером от 8ГБ (рекомендуем 16). Обратите внимание что она будет форматироваться, поэтому сохраните все важные файлы. Так-же не рекомендуем использовать внешний жесткий диск, так как часто возникают ошибки при установке с них.

0x80072f8f_1.png

Далее в разделе «Метод загрузки» нажимаем «Выбрать» и находим скачанный образ. Все остальные пункты оставляем по умолчанию.

9.png

На данном этапе вы можете выбрать дополнительные параметры установки системы, которые упростят процесс установки, выбирайте их на ваше усмотрение.

0x80072f8f_3.png

Здесь программа сообщает нам о том, что флешка будет форматирована. 

0x80072f8f_4.png

Теперь дожидаемся окончания создания, в конце статус изменится на «ГОТОВ». После этого можно закрывать программу.

0x80072f8f_5.png

Теперь вы можете приступить к установке новой системы, мы подробно расписали весь процесс в нашей другой инструкции, вам необходимо будет пропустить пункт про создание загрузочного накопителя, он у вас уже есть — https://keyslab.ru/articles/kak-ustanovit-windows-10-s-fleshki/

Make sure you have admin rights or try other quick solutions ✅

by Kazim Ali Alvi

Kazim has always been fond of technology, be it scrolling through the settings on his iPhone, Android device, or Windows. And at times, unscrewing the device to take… read more


Updated on

  • Error code 0x80072f8f — 0x20000 tends to pop up while upgrading your OS.
  • By all means, conflicting applications or the absence of admin privileges can trigger it.
  • Try to run the Media Creation Tool with administrative rights and see how it goes.

Fix Media Creation Tool error code error code 0x80072f8f 0x20000

XINSTALL BY CLICKING THE DOWNLOAD
FILE

Upgrading your Windows computer should be a straightforward process, but sometimes an error code like “0x80072f8f – 0x20000” can pop up and make things confusing. This error might happen because of simple things like your computer’s clock being set to the wrong time, or more complex issues like conflicts with other programs on your computer.

Don’t worry, though! This guide is here to help you understand what’s causing the error and how to fix it. Whether you’re using Windows 10 or Windows 7, the solutions provided here are easy to follow and will get you back on track with your Windows upgrade.

🔵What causes error code 0x80072f8f – 0x20000?

There are multiple causes for this error, with these being the most common ones:

  • TLS 1.2 turned off – It happens because the Media Creation Tool uses a specific security protocol called TLS 1.2, but this protocol is turned off by default on Windows 7,8 and Windows 10 computers. In simpler terms, the tool is trying to use a security feature that’s not enabled on your computer, causing the error.
  • Lack of privileges – Certain tools require administrative privileges, and to use them you need to make apps run as admin.
  • App conflicts – Third-party applications can sometimes come into conflict with Media Creation Tool and cause this problem. If that’s the case, you need to find and uninstall those programs.
  • Corrupted cache files – Sometimes installation cache can get corrupted. If that happens, deleting the SoftwareDistribution directory might help.

If you have these problems and you’re getting an error message when trying to run Media Creation Tool stating that There was a problem running this tool, check the tested fixes below.

How do I fix error code 0x80072f8f – 0x20000?

In this article

  • 🔵What causes error code 0x80072f8f — 0x20000?
  • How do I fix error code 0x80072f8f — 0x20000?
  • 1. Run the Media Creation tool as an administrator ✅
  • 2. Enable TLS 1.2 using the Registry
  • Step 1: Open the Registry Editor
  • Step 2: Navigate to the TLS 1.2 Key
  • Step 3: Create Client and Server Keys
  • Step 4: Configure Client and Server Keys
  • Step 5: Close the Registry Editor and Restart
  • 3. Perform a Clean Boot
  • 4. Check your date and time
  • 5. Clear the software distribution folder
  • 6. Modify the registry
  • 7. Uninstall antivirus or other conflicting apps

1. Run the Media Creation tool as an administrator ✅

1. Locate and navigate to the folder where the Media Creation Tool is stored.

2. Right-click on it to open the context menu.

3. Select Run as administrator from the context menu.

How we test, review and rate?

We have worked for the past 6 months on building a new review system on how we produce content. Using it, we have subsequently redone most of our articles to provide actual hands-on expertise on the guides we made.

For more details you can read how we test, review, and rate at WindowsReport.

Run as administrator to fix error code 0x80072f8f 0x20000

4. Click Yes in the UAC (User Account Control) prompt.

5. Check if the issue persists.

If you are not running the Media Creation tool with administrative privileges, there’s a chance that you are encountering the error code 0x80072f8f – 0x20000 because of that.

Therefore, manually running it as an admin is likely to fix the issue.

If this method doesn’t work in Windows 10, head to the next one.

2. Enable TLS 1.2 using the Registry

Enabling Transport Layer Security (TLS) 1.2 in Windows 7,8 and 10 is essential for secure network communication. This guide, requiring administrative access, will lead you through the process using the Windows Registry Editor. Care must be taken, as incorrect changes to the registry can cause system issues.

Note icon
NOTE

The steps provided for enabling TLS 1.2 using the Registry Editor are generally applicable to Windows 7 and 8 as well. The process of navigating the registry and creating the necessary keys and values is consistent across different versions of Windows, including Windows 7.

Step 1: Open the Registry Editor

  • Press the Windows Key + R on your keyboard to open the Run dialog box.
  • Type regedit and press Enter.
  • If prompted by User Account Control, click Yes to allow the Registry Editor to make changes to your device.

Step 2: Navigate to the TLS 1.2 Key

  • In the Registry Editor, navigate to the following path: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols
  • Right-click on the Protocols folder, select New, and then Key.
  • Name the new key TLS 1.2.

Step 3: Create Client and Server Keys

  • Right-click on the TLS 1.2 key, select New, and then Key.
  • Name this new key Client.
  • Repeat the process to create another key under TLS 1.2 and name it Server.

Step 4: Configure Client and Server Keys

  • Select the Client key, right-click in the right pane, select New, and then DWORD (32-bit) Value.
  • Name the new DWORD DisabledByDefault.
  • Double-click DisabledByDefault and set its value to 0.
  • Right-click in the right pane again, select New, and then DWORD (32-bit) Value.
  • Name this new DWORD Enabled.
  • Double-click Enabled and set its value to 1.
  • Repeat these steps for the Server key.

Step 5: Close the Registry Editor and Restart

  • Close the Registry Editor.
  • Restart your computer to apply the changes.

Enabling TLS 1.2 in Windows 10 through the Registry Editor is a straightforward process that will help you get rid of 0x80072f8f – 0x20000 Media Creation Tool Error. If this does not solve your issue, please continue with the following fixing method.

3. Perform a Clean Boot

  1. Type MSConfig in the Start search and select System Configuration.
  2. In the General tab, select Selective Startup.
  3. Check Load System Services.
  4. Click the Services tab and choose to Hide All Microsoft Services.
  5. Select Disable All
  6. Click Apply and OK and restart the computer.

If the problem does not appear with a clean boot, you may now try to locate the culprit program or service.

The simplest method to handle this is using a third-party specialized removal application to remove stubborn apps while in Clean Boot mode.

Otherwise, you could also utilize an automatic PC repair method that is capable of cleaning the Windows OS and thus restoring your system files.

Fortect is the ideal software designed to detect various system issues and repair them quickly with its patented technology. This way, you can get rid of such Media Creation errors.

Fortect

Stay away from Windows OS errors using this full repairing tool capable of fixing media creation issues.

4. Check your date and time

  1. Right-click the clock in the bottom right. Choose Adjust date/time.
  2. Disable Set time automatically.
  3. Wait for a few moments and then enable it again.
Read more about this topic

  • Media Creation Tool: Access denied on Windows 10/11 ISO to USB
  • Windows Media Creation Tool Not enough space error [SOLVED]
  • Fix: Monitor is Stuck at 60Hz on Windows 11

5. Clear the software distribution folder

  1. Press Windows + R to launch the Run command.
  2. Paste the following path in the text field, and either click OK or hit Enter to launch the Software Distribution folder. C:\Windows\SoftwareDistribution\DownloadSoftware Distribution folder
  3. Press Ctrl + A to select all the files.
  4. Then, right-click on them, and select Delete from the context menu. Alternatively, you can pick them up and hit the Delete key.Delete files to fix error code 0x80072f8f 0x20000
  5. Once done, press Windows + S to launch the Search menu, enter Command Prompt in the text field, and then click on Run as administrator at the right.Command prompt
  6. Click Yes in the UAC prompt that appears.Click Yes
  7. Paste the following command and hit Enter: wuauclt.exe /updatenowExecute command to fix error code 0x80072f8f 0x20000

After following these steps, restart the computer for the changes to effect, and check if the error code 0x80072f8f – 0x20000 is fixed.

Nite than cleaning up the software distribution folder can also help with Media Creation Tool’s refusal to update your PC.

6. Modify the registry

  1. Press Windows + R to launch the Run command dialog box, type Regedit in the text field, and click on OK to launch the Registry Editor.regedit to fix error code 0x80072f8f 0x20000
  2. Click Yes in the UAC prompt that pops up.Yes
  3. Paste the following path in the address bar at the top, and hit Enter: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto UpdatePaste path
  4. Now, right-click on the empty portion on the right, hover the cursor over New, select DWORD (32-bit) Value from the context menu, and name it AllowOSUpgrade.Create entry
  5. Double-click on the key you just created to change its value.Modify to fix error code 0x80072f8f 0x20000
  6. Finally, enter 1 under Value data and click on OK at the bottom to save the changes.Value data

This registry fix has helped many users eliminate the error code 0x80072f8f – 0x20000, so try it in Windows 10. In all likelihood, the error should be fixed after this.

7. Uninstall antivirus or other conflicting apps

  1. Press the Windows key + X and select Apps and Features from the menu.
    Apps and Features - pale moon not playing videos
  2. Then, select your antivirus software and click on Uninstall.
  3. Follow the instructions on the screen to remove it.
  4. After removing the software, try to perform the upgrade again.

If you remove your antivirus, you can take a look at these best and most reliable antiviruses for Windows.

Error code 0x80072f8f – 0x20000 is a common issue and it can lead to Windows installation fails, so it’s important that you fix it.

Please tell us which fix worked and the iteration of Windows on which you were facing the problem in the comments section below.

newsletter icon

  • 0x80240017 windows 10 при обновлении
  • 0xc0000021a windows 10 при загрузке
  • 0x80072f8f 0x20000 media creation tool что делать windows 7
  • 0x803fa067 windows 10 pro как исправить
  • 0x800705b4 как исправить ошибку windows 10 при обновлении