Содержание
- 1 0xc0000225 Error Code on Windows 10 [Fixed]
- 2 How to Fix Error Code 0xC0000225 in Windows 10
- 3 Отсутствует или содержит ошибки файл \windows\system32\ winload.efi в Windows 10 / 8
- 3.1 Включите режим совместимости CSM и отключите Secure Boot
- 3.2 Автоматическое восстановление системы
- 3.3 Отключите функцию защиты ELAM
- 3.4 Выполните проверку дисков на ошибки и целостность системных файлов
- 3.5 Пересоздание загрузочных записей с помощью bootrec и bcdedit
- 3.6 Восстановление загрузчика для UEFI системы
- 4 0xc0000225 при загрузке или установке Windows 7, 8, 10 с флешки или диска, как исправить ошибку windows failed to start
0xc0000225 Error Code on Windows 10 [Fixed]
Fix Error code: 0xc0000225 when booting in Windows 10 in no time!
If you’re on Windows 10, and you see the Error code: 0xc0000225 when you’re about to start your PC, you’re not alone. Many Windows 10 users are reporting this problem as well. But no worries, this is not at all a hard problem to fix.
Why would I see error code: 0xc0000225 on my computer?
First off, error code: 0xc0000225 means Windows cannot find the System Files used for booting, aka, BCD (Boot Configuration Data). In other words, if your system files are corrupted, disk file system has bad configuration, or if you have faulty hardware, the 0xc0000225 error would occur.
How do I fix the error code 0xc0000225 problem?
With all the possible causes laid out, the solutions should be easy to locate. Here we recommend you to try the following 4 methods. You may not have to try them all; just work your way down until you find the one works for you.
Method 1: Run automatic repair
Method 2: Run a disk check and system file check
Method 3: Rebuild BCD
Method 4: Mark partition as active
Method 5: Check hardware failure
IMPORTANT: You need to use installation media, such as a USB flash drive, or a disc, to proceed some of the following methods. If you don’t have one, here is how you can make one by yourself easily.
Method 1: Run automatic repair
One of the first things, and the most handy thing, you can do is to run the automatic repair whenever you see problems this when booting up.
1) Power off your computer, and insert your installation media, be it a USB flash drive, or a DVD. Then restart your computer.
2) If you’re using a USB flash drive, press the appropriate functional key to boot from it. If you’re using a CD or DVD disc, you should be able to see “Press any key to boot from CD or DVD“. Follow the instruction, and boot.
If you need, here are more tips to boot from installation media.
3) Choose your language preference, and move on.
4) Click Repair your computer.
5) Click Troubleshoot.
6) Click Advanced options.
7) Click Automatic Repair.
Wait for the process to kick in.
9) Restart your computer when the repair process finishes. See if the error code 0xc0000225 is gone.
Method 2: Run a disk check and system file check
As mentioned, one of the reasons for the error code: 0xc0000225 is corrupted system files and/or disk files. Luckily, this is not at all hard to solve. Here is what you can do:
1) Repeat the above steps in Method 1 to boot into the Advanced option page (step 1 to step 6). Click Command Prompt.
2) In the command window, type in the following commands and press the Enter key on your keyboard after each command:
sfc /scannow chkdsk c: /f /r
The letter C here stands for the drive where you place your Windows installation files. Most of you might place it in C drive, some might place it in D, E, or some other drives. Change the letter accordingly.
Method 3: Rebuild BCD
It’s also mentioned that faulty BCD, i.e. Boot Configuration Data, could also be the cause. Luckily, you can easily get it fixed by rebuilding a new one. Here is how:
1) Repeat step 1 to step 6 as instructed in Method 1. Click Command Prompt.
2) In the command prompt window, type in the following commands. Press the Enter key on your keyboard after each command:
3) When the commands finish running, restart your computer and see if the error code: 0xc0000225 happens again.
Method 4: Mark partition as active
1) Repeat step 1 to step 6 in Method 1. Click Command Prompt.
2) In the command prompt window, type in the following command. Press the Enter key on your keyboard after each command.
disk partlist disk
3) Identify the disk you want to reformat, usually the C drive. Select it and then reformat it by typing the commands below:
select disk (your disk number) list partition
4) Then type in the following commands:
select partition (your disk number) activate
Press Enter after each of the command. These commands will help you activate the partition on the disk.
5) Check if the error code: 0xc0000225 is gone now.
Method 5: Check hardware failure
As mentioned, hardware failure is one of the causes of this problem. But we do not suggest you do the checking by yourself. You should contact your PC or laptop manufacturer about the error, and have them get the hardware devices in your PC checked.
Источник: https://www.drivereasy.com/knowledge/0xc0000225-error-code-on-windows-10-fixed/
How to Fix Error Code 0xC0000225 in Windows 10
Advertisement
Seeing the 0xc0000225 error on Microsoft Windows 10 when you try to boot your PC? This common error is a huge pain because it prevents your PC from booting at all.
Thankfully, you can usually fix this error with a bit of work. We’ll show you how to fix error code 0xc0000225 on Windows 10.
What Is Error Code 0xC0000225?
You’ll see this error code when you try to boot your PC. Windows displays it with a message saying Your PC needs to be repaired and the vague An unexpected error has occurred. Sometimes it also says A required device isn’t connected or can’t be accessed.
Microsoft Windows throws this error when it can’t find the correct system files for booting. This vital information is known as Boot Configuration Data, or BCD. When you turn on your PC, it tells Windows how to boot properly.
This error is more common on disks that use the newer UEFI specification with the GPT partition scheme than older setups.
Windows’ message about it is a little vague, so we’ll need to put on our Windows troubleshooting caps Windows Troubleshooting for Dummies Windows Troubleshooting for Dummies Windows takes a lot of crap for problems outside of its control. Learn about the biggest issues people incorrectly pin on Windows and how to actually troubleshoot them. Read More to solve it.
Since this error deals with corrupted system files How to Fix a Corrupted Windows 10 Installation How to Fix a Corrupted Windows 10 Installation System corruption is the worst that could happen to your Windows installation. We show you how to get Windows 10 back on track when suffering from BSODs, driver errors, or other unexplained issues. Read More , it often pops up after an OS upgrade (such as upgrading from Windows 7 to Windows 10).
It can also occur if your PC shuts down during an important update, from malware attacking system files or even from faulty hardware.
Follow the below steps to hopefully fix your issue, no matter the cause.
Step 0: Create a Windows 10 Install Disk
other boot errors, you can’t troubleshoot this from inside Windows. Thus, you’ll need to have a Windows 10 install disk handy so you can run repair tools from there.
Follow our guide to creating Windows 10 installation media How to Create Windows 10 Installation Media How to Create Windows 10 Installation Media Regardless of how you arrived at Windows 10, there's a way to create your own installation media.
Sooner or later you might need it. Let us show you how to be prepared. Read More to obtain the needed disk.
You’ll need a flash drive with at least 8GB of space, or a DVD. Note that creating the Windows 10 disk will erase everything present on the drive, so we recommend using a blank flash drive or DVD.
Once you’ve created your install media, insert it into your computer.
Press the appropriate key to open the boot menu How to Change the Boot Order on Your PC (So You Can Boot From USB) How to Change the Boot Order on Your PC (So You Can Boot From USB) Learn how to change the boot order of your computer.
It's important for troubleshooting issues and tweaking settings, and it's a lot easier than you think. Read More , and load the Windows 10 disk from your external device.
Step 1: Windows Automatic Repair
First, you’ll want to try Windows 10’s built-in troubleshooter 13 Troubleshooting Tools to Fix Windows 10 13 Troubleshooting Tools to Fix Windows 10 For every Windows issue, there's a tool you can use to fix it.
Find your problem in this list and pick one of the 13 troubleshooting and repair tools for Windows 10. Read More . This has the system automatically check for issues and attempt to fix them on its own.
Hopefully, it will repair your corrupted BCD so you can get back to work.
After booting from your Windows 10 install disk, wait until you see the Windows Setup screen. Confirm your language options, then click Next. When you see the Install now screen, click the Repair your computer link in the bottom-left instead.
You’ll see a menu of options; select Troubleshoot then Advanced options. From the Advanced options menu here, select Automatic Repair. Let the process go through, then restart your computer when it’s done.
Try to boot normally again. If error code 0xc0000225 doesn’t pop up, you’ve fixed the issue!
If Windows’s automatic repair didn’t work, you can try a few important system scans yourself. To do so, repeat the above process to open the Advanced options menu, but don’t select Automatic Repair. Instead, choose Command Prompt to open a command line interface.
First, run the System File Checker (SFC) command, which checks for corrupt or missing Windows system files and tries to repair them:
sfc /scannow
After this completes, run the Disk Check scan to check for errors on your hard disk. Use the following command, replacing c: with the letter of your main partition if you’ve changed it:
Once you’ve run both of these scans, reboot and try to load up your PC normally again. Hopefully, the error won’t pop up anymore.
Step 3: Rebuild the BCD
If you’re still having problems, the next step you can try is a command to rebuild the BCD. Since this is often what causes the error, this might be the trick for you.
Again, boot from your Windows 10 installation media and open the Advanced options menu. Select Command Prompt this time, too. Run the following commands one at a time:
bootrec /scanos bootrec /fixmbr bootrec /fixboot bootrec /rebuildbcd
The first command scans your disk(s) for compatible installations, which can help it find your “missing” Windows installation. Commands two and three write a new MBR and boot sector to your disk. The final command scans again for Windows installations after the fixes.
Reboot your computer once more and hopefully, this will clear up the error 0xc0000225 message.
Step 4: Set Your Active Partition
Windows allows you to change the active partition so you can tell the system where to boot from. If this somehow becomes incorrect, you can change it to point Windows to the correct partition.
Go through the above to open a Command Prompt from your Windows repair disk. Type the following commands one at a time to open the Disk Partition tool and list your available disks:
diskpart list disk
You’ll see a series of entries labeled Disk 0, Disk 1, and so on. Your internal hard drive is most ly Disk 0—you can tell by the Size which is which. Type the following one at a time, replacing the X with or whatever the number of your HDD is:
select disk X list partition
That second command will show all partitions on your internal drive. Your main partition may be ; it was 4 (marked as Primary) for me.
Then enter these commands, replacing the X with your partition number:
select partition X active
Exit the Command Prompt, reboot, and see if your issue is fixed.
This marks the partition you have Windows installed on as the one Windows uses to boot. If this somehow changed and resulted in the 0xc0000225 error, this can put everything back the way it was.
Step 5: Check for Faulty Hardware
At this point, you’ve done a good amount of the software troubleshooting to fix this error. If you still can’t boot, you should consider checking your hard disk for physical issues.
Check to make sure the drive cable isn’t damaged, and reseat it if possible. Depending on your computer manufacturer, you also may have some built-in diagnostic tests that can check for drive issues.
Follow our guide to diagnosing a bad hard drive How to Repair a Dead Hard Disk Drive to Recover Data How to Repair a Dead Hard Disk Drive to Recover Data If your hard disk drive has failed, this guide will help you with the hard disk drive's repair and data recovery. Read More for some tips. Once you’ve confirmed that your hard drive is healthy, you’ll have to resort to…
Step 6: Try System Restore or Reinstall Windows
If this problem started recently, you can try a System Restore from the recovery disk to go back in time. Boot from your install media again, navigate to the Advanced options menu, and select System Restore. Pick a recent restore point and Windows will return to that point without affecting your personal files.
If you don’t have any restore points or the restore doesn’t fix the issue, it’s best to reinstall Windows to replace the broken system files and get everything else fresh. This is time-consuming but it’s your best bet if you’ve gotten this far.
You’ll find a Reset this PC option under Advanced options > System Restore on your recovery disk.
Follow our guide to resetting Windows 10 4 Ways to Reset Windows 10 and Reinstall From Scratch 4 Ways to Reset Windows 10 and Reinstall From Scratch Windows 10 is still Windows, meaning it will need a fresh start every once in a while.
We show you how you can get a fresh Windows 10 installation with as little effort as possible. Read More for more information.
Error Code 0xC0000225 Fixed!
Hopefully, one of these methods will clear up error 0xc0000225 on Windows 10 for you. Whether this was caused by a botched upgrade or hardware error, you thankfully have options to combat it.
If the errors are related specifically to a Windows update, Microsoft’s free tool SetupDiag can help you troubleshoot How to Fix Your Windows 10 Update Errors With SetupDiag How to Fix Your Windows 10 Update Errors With SetupDiag Microsoft gives you a free tool to analyze why an upgrade or update failed to complete. Here's how you can use it to fix problems. Read More them. For more troubleshooting, check out how to fix error code 0x8000ffff How to Fix Error Code 0x8000FFFF in Windows 10 How to Fix Error Code 0x8000FFFF in Windows 10 The Windows 10 error code 0x8000FFFF affects the Microsoft Store. Let's troubleshoot this problem with some quick fixes. Read More .
Explore more about: Boot Errors, Computer Maintenance, Troubleshooting, Windows 10.
Источник: https://www.makeuseof.com/tag/fix-error-code-0xc0000225-windows-10/
Отсутствует или содержит ошибки файл \windows\system32\ winload.efi в Windows 10 / 8
Рассмотрим еще одну распространенную ошибку загрузки Windows 10 / 8, вызванную повреждением или отсутствием файла winload.efi. Проблема проявляется следующим образом: перестает загружаться Windows 10 (Windows 8.1), как правило с BSOD, с такой ошибкой в консоли восстановления:
RecoveryYour PC needs to be repaired
The application or operating system couldn’t be loaded because a required file is missing or contains errors.
File: \Windows\system32\winload.efiError code: 0xc000000fYou’ll need to use the recovery tools on your installation media. If you don’t have any installation media ( a disc or USB device), contact your system administrator or PC manufacturer.Press Enter to try againPress F8 for Startup SettingsPress ESC for UEFI Firmware Settings
В русской версии Windows ошибка выглядит так:
Ваш компьютер необходимо восстановитьНе удалось загрузить приложение или операционную системы, так как необходимый файл отсутствует или содержит ошибкиФайл \Windows\system32\winload.
efiКод ошибки 0xc0000225Вам потребуется средства восстановления на установочном носителе.
Если установочный носитель (например, диск или USB-устройство) отсутствует, обратиться к администратору или производителю компьютера.
Появление подобной ошибка связано с отсутствием или повреждением структуры файла загрузки системы — \windows\system32\winload.efi.
Как правило, проблема может возникнуть после выполнении некорректного обновления системы, при повреждении диска или файловой системы, при переразбивке диска сторонними утилитами, обновлении антивируса, после переноса образа ОС на другой диск, замене материнской платы компьютера и прочими вмешательствами.
Файл Winload.efi – это исполняемый файл среды EFI с загрузчиком, который инициализирует окружение и запускает загрузку Windows. В том случае, если этот файл поврежден, отсутствует или в конфигурации загрузки указан путь к несуществующему тому с файлом winload.efi, Windows не может загрузиться.
Решение проблемы зависит от того, использовался ли у вас режим загрузки UEFI или Legacy до возникновения проблемы. Далее рассмотрим основные шаги, которые помогут исправить данную ошибку и корректно загрузить Windows 10 / Windows 8.1.
Включите режим совместимости CSM и отключите Secure Boot
Большинство компьютеров с поддержкой UEFI могут загружаться с UEFI дисков, так и с MBR дисков старого формата в режиме совместимости (Legacy).
Перезагрузите систему и войдите в меню настройки UEFI. Клавиша входа в меню UEFI зависит от производителя компьютера, как правило, это клавиши F2, F8, Del или Esc. Либо на нажмите кнопку ESC прямо на экране с ошибкой.
- Попробуйте в настройках UEFI включить режим совместимости CSM Boot (в некоторых версиях прошивок UEFI он может называться Legacy Boot).
- В настройках UEFI найдите и отключите режим Secure Boot. Местоположение данной настройки также зависит от производителя прошивки UEFI. Как правило, ее стоит поискать в разделах Security, Authentication или Boot. На ноутбуке HP, например, пункт Secure Boot находится в разделе Security. Измените режим Secure Boot на Disabled или Off.
- Убедитесь, что в качестве первичного устройства загрузки выбран ваш жесткий диск.
- Не забудьте сохранить изменения и попробуйте перезагрузить компьютер.
Автоматическое восстановление системы
Попробуйте исправить ошибку с помощью средства автоматического восстановления системы. Для этого:
-
- Загрузитесь с установочного /DVD диска (загрузочной UEFI флешки) с Windows 10 или Windows 8.
- Нажмите кнопку Repair your computer (Восстановить ваш компьютер) или клавишу R.
- Перейдите в раздел Troubleshoot-> Advanced options->Automatic repair (Диагностика -> Дополнительные параметры -> Восстановление системы).
- Запустится мастер восстановления. Далее следуйте его инструкциям.
Если установочного диска с Windows под рукой нет, следует три раза перезагрузить компьютер нажатием на кнопку питания (Power) до тех пор, пока не появится экран консоли восстановления WinRe. Выберите пункт See advanced repair options (Дополнительные варианты восстановления). Далее все аналогично.
Отключите функцию защиты ELAM
В том случае, если первый и второй метод не помогли решить проблему—попробуйте отключить технологию ранней защиты от вредоносного ПО — ELAM (Early-launch Anti-Malware ), которая по умолчанию активна.
Для этого:
- Выполните шаги 1-2 из 2 способа.
- Перейдите в раздел Troubleshoot->Advanced options -> Startup settings (Диагностика -> Дополнительные параметры -> Восстановление системы).
- И перезагрузите компьютер, нажав кнопку Restart.
- После следующей загрузки, система автоматически откроет меню настройки параметров загрузки — Startup Setting / Параметры загрузки (кстати, именно отсюда можно загрузить Windows 8 или Windows 10 в безопасном режиме).
- Нажмите F8 чтобы выбрать пункт
Disable early launch anti-malware protection / Отключить автоматическую перезагрузки при сбое системы.
Выполните проверку дисков на ошибки и целостность системных файлов
Проверьте свои диски на наличие ошибок, возможно имеются ошибки диск или файловой системы на разделе с файлом winload.efi. Чтобы проверить все диски на наличие ошибок и исправить их выполните команду:
chkdsk /f /r
После этого желательно также проверить целостность системных файлов с помощью утилиты sfc. Для использования утилиты sfc в офлайн режиме, нужно указать путь к системному диску и папке Windows. Предположим, в вашем случае это диск D:, команда проверки системных файлов будет выглядеть так:
sfc /scannow /ofoot=d:\ /offwindir=d:\windows
Пересоздание загрузочных записей с помощью bootrec и bcdedit
Если у вас система установлена не в режиме UEFI, тогда вы можете восстановить пересоздать загрузочные записи и сам MBR загрузчик Windows с помощью утилиты bootrec.
- Выполните шаги 1-2 из 2 способа.
- Перейдите в раздел Troubleshoot > Command Prompt (Диагностика – Командная строка).
- В открывшемся окне командной строки выполните последовательно команды:bootrec /FixMbr
(запись основной загрузочной записи в системный раздел)
bootrec /FixBoot
(перезапись нового загрузочного сектора в системном разделе)
bootrec /ScanOs
(сканирование дисков на предмет наличия установленных ОС)
bootrec /RebuildBcd
(пересоздание конфигурации загрузчика)
- Закройте командную строку командой:exit
- Перезагрузите компьютер.
Если предбудущий способ не помог, нужно пересоздать файл конфигурации загрузки для MBR в командной строке консоли восстановления или загрузочного диска:
bcdedit /set {bootmgr} device bootbcdedit /set {default} device bootbcdedit /set {default} osdevice bootbcdedit /set {default} device partition=c:bcdedit /set {default} osdevice partition=c:
bcdedit /set {default} path \windows\system32\winload.efi
Перезагрузите компьютер и проверьте, исправлена ли проблема.
Восстановление загрузчика для UEFI системы
Возможно, ваша Windows была установлена в нативном UEFI режиме на GPT диске. Рекомендуем, воспользуетесь инструкцией по пересозданию загрузчика Windows 10 / 8 на UEFI системах.
Загрузитесь с загрузочного диска и запустите командную строку:
- Выполните команду: diskpart
- Выведите список разделов на дисках: list volume
- Найдите раздел с меткой ESP или EFI размером 100 мб. Запомните его номер. Если EFI раздел был случайно удален, его можно восстановить так.
- Выберите этот раздел: select volume 2
- Назначьте разделу букву диска: assign letter=Z
- Выйдите из diskpart: exit
- Теперь нужно пересоздать загрузчик, скопировать загрузочный файлы из каталога Windows: bcdboot c:\Windows /s Z: /f ALL (замените c:\ на букву диска, на котором у вас находится ОС)
- Перезагрузите компьютер и проверьте, исправлена ли проблема.
Источник: http://winitpro.ru/index.php/2015/02/17/winload-efi-missing-corrupt-windows-8/
0xc0000225 при загрузке или установке Windows 7, 8, 10 с флешки или диска, как исправить ошибку windows failed to start
Достаточно часто пользователи сталкиваются с ошибкой 0xc0000225 при загрузке Виндовс. Ошибка не критическая и легко поддается исправлению различными методами.
Что за ошибка и почему возникает
Данная проблема возникает из-за наличия повреждений в загрузочном секторе. Иногда появлению способствует вредоносное программное обеспечение на компьютере. Также подобная проблема появляется в результате неправильного завершения работы операционной системы.
Помимо этого, в некоторых случаях ошибка 0xc0000225 при загрузке Windows 7, 8, 10 появляется после того, как компьютер получил механические повреждения. Это может случиться в результате падения или удара.
Последняя удачная конфигурация
Вероятно, что операционная система просто неправильно завершила свою работу. Именно поэтому в первую очередь рекомендуется совершить загрузку последней удачной конфигурации. Сделать это можно следующим образом:
- Перезагрузить компьютер.
- Нажать клавишу F8 до загрузки ОС.
- Появится меню загрузки, где высветится список из нескольких способов включения ОС.
- В меню выбрать строчку – «Последняя удачная конфигурация».
- Подождать, когда ОС запуститься и проверить ее работоспособность.
Если ошибка все равно появляется, то нужно перейти к следующим способам исправления ситуации.
Проверка жесткого диска
Если ошибка error code 0xc0000225 появляется при установке Windows 7, 8, 10 с флешки или диска, то для начала необходимо проверить состояние жесткого диска, в частности надежность соединения HDD с материнской платой.
Рекомендуется отсоединить кабель и заново подключить. После чего попробовать снова запустить компьютер. В случае если ошибка осталась необходимо проверить жесткий диск с помощью специальной программы. Например, Victoria HDD, ее требуется загрузить на флешку и запустить.
Восстанавливаем загрузчик Windows
В Виндовс есть встроенная утилита, которая позволяет в автоматическом режиме восстановить загрузчик ОС и исправить ошибку с надписью «windows failed to start 0xc0000225». Чтобы использовать ее возможности, необходимо сделать следующее:
- Перезагрузить компьютер и нажать клавишу F8 до запуска ОС.
- В представленном меню выбрать «Устранение неполадок компьютера».
- После этого откроется окно специальной среды для восстановления. Требуется выбрать «Восстановление запуска» и нажать кнопку Enter.
- Далее откроется средство восстановление. Нужно просто следовать командам утилиты и все произойдет в автоматическом режиме.
Почему компьютер не видит видеокарту
Проверка разделов и файловой системы
Достаточно часто данная ошибка возникает после того, как пользователь некорректно разбивает жесткий диск на разделы. Самый простой способ это исправить, просто слить разделы в один.
Чтобы проверить исправность файловой системы, нужно подключить жесткий диск к другому ПК. Если она неисправна, то локальные диски будут отображаться, как RAW. Восстановление возможно при помощи специальных программ (например, HDD Low Level format), которые рекомендуется скачивать с официальных сайтов.
Смена режима IDE на SATA
Ошибка возникает также при неправильном выборе режиме в настройках SATA. Чтобы его изменить, необходимо войти в БИОС. После чего перейти в раздел конфигураций и сменить необходимое на ACHI.
Проверяем порядок загрузки
Возможно, что в BIOS установлен не тот диск для загрузки ОС. Такое часто встречается, когда пользователь использует несколько HDD или недавно загружался с флешки. Чтобы исправить такую ситуацию, требуется войти в BIOS после чего перейти в раздел BOOT.
Здесь необходимо переместить диск с ОС на первое место. Затем зайти во вкладку Выход.
Выбрать «Save change and Exit» и сохранить изменения.
Изменение драйверов контроллера HDD
В некоторых случаях проблема возникает, когда пользователь устанавливает или заменяет материнскую плату. И неисправность случается из-за того, что программное обеспечение не соответствует установленному оборудованию. В таком случае лучше восстановить драйвера на стандартные. Для этого необходимо сделать следующее:
- Зайти в среду восстановления и запустить командную строку.
- Выполнить команду regedit.
- Выделить папку HKEY_LOCAL_MACHINE.
- В меню файла выбрать «загрузить куст».
- Найти файл System в папке D:\Windows\System32\Config\ и задать имя.
- Открыть ветку и выбрать параметр с адресом HKEY_LOCAL_MACHINE\TempSystem\CurrentControlSet\services\msahci. Установить значение 0.
- После этих действий через меню ФайлВыгрузить куст.
Ошибка «Класс не зарегистрирован» в Windows 10 – способы исправления
Восстановление системы
Самый крайний способ — это восстановить ОС. Для этого нужно создать загрузочную флешку или найти диск с той же версией Виндовс что установлена на компьютер, после чего:
- Выполнить загрузку с носителя. Появится следующее окно, где нужно выбрать восстановление системы.
- Выбрать версию ОС для восстановления и дождаться завершения процесса.
Источник: http://composs.ru/sposoby-ustraneniya-oshibki-0xc0000225/