Jump to content

Call of Duty: Black Ops 7 / Warzone

Buy     Read more

ARC Raiders

Buy     Read more

Arena Breakout Infinite

Buy     Read more

Battlefield 6 | Redsec

Buy     Read more

Recommended Posts

Posted

Инструкция на двух языках (русская и английская) | Instructions in two languages (Russian and English)

This error means that you need to disable Hyper-V on your PC

Screenshot_1.png

[Русская инструкция]

Спойлер

Данная ошибка означает, что на вашем ПК включён Hyper-V. Его нужно отключить.

Сделайте следующие шаги:

Отключите Hyper-V и перезагрузите компьютер.
(Вы можете использовать прилагаемый файл disable_hyper-v.ps1 или отключить вручную.)

Скачайте файл disable_hyper-v.ps1 на компьютер.
Нажмите Правой кнопкой по файлу Пуск → выберите запустить Windows PowerShell (Администратор).
Перезагрузите компьютер.
Готово — Hyper-V будет отключён.


Откройте Компоненты Windows:

Win + R → optionalfeatures

Снимите ВСЕ галочки с:

  • Hyper-V

  • Платформа виртуальной машины

  • Подсистема Windows для Linux (WSL)

  • Песочница Windows

  • Microsoft Defender Application Guard

  • Virtual Machine Platform

  • Windows Hypervisor Platform

Перезагрузите компьютер.


Отключите “Изоляцию ядра” (Core Isolation / Memory Integrity):

  • Пуск → Параметры → Обновление и безопасность → Безопасность Windows
    → Безопасность устройства → Изоляция ядра → Выключить


1️⃣ Запустите PowerShell от имени администратора и выполните следующую команду:

2️⃣ Выполните команды по очереди:
👉 Нажимайте Enter после каждой команды (или вставьте всё сразу)

bcdedit /set hypervisorlaunchtype off

далее введите введите команду:
reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard" /v EnableVirtualizationBasedSecurity /t REG_DWORD /d 0 /f
reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\SystemGuard" /v Enabled /t REG_DWORD /d 0 /f
reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity" /v Enabled /t REG_DWORD /d 0 /f


далее введите введите команду:
dism.exe /online /disable-feature /featurename:Microsoft-Windows-Subsystem-Linux
dism.exe /online /disable-feature /featurename:VirtualMachinePlatform
dism.exe /online /disable-feature /featurename:Microsoft-Hyper-V-All

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

Проверка (если ошибка остаётся)

  1. После перезагрузки откройте окно PowerShell от имени администратора .
  2. Выполните следующую команду, чтобы убедиться, что Hyper-V полностью отключен:
  3. bcdedit /set hypervisorlaunchtype off
  4. Перезагрузите компьютер.

⚠ Дополнительные шаги (если всё ещё не работает)

  1. После перезагрузки откройте окно PowerShell от имени администратора .
  2. Выполните следующую команду, чтобы убедиться, что Hyper-V полностью отключен:
  3. Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Hypervisor
  4. Перезагрузите компьютер.

Удалите антивирусы и защитники
* после удаления антивируса перезагрузите компьютер (проверьте наличие следов антивируса и удалите их)

Если после выполнения шагов ошибка сохраняется, проверьте:

  • Использование сторонних софтов — возможна несовместимость.

Соответствие сборки Windows — проблема возникает при не поддерживаемой сборки Windows.
Остатки защитников, антивирусов и прочих программ безопасности — даже после удален🧩ия могут оставаться их следы в системе.


Примечание
Вы также можете посмотреть в интернете варианты решений или спросить GPT, если проблема сохраняется.

🚨 Обязательный шаг для Windows 11 24H2–25H2

Спойлер

1️⃣ Запустите PowerShell от имени администратора и выполните следующую команду:

2️⃣ Выполните команды по очереди:
👉 Нажимайте Enter после каждой команды (или вставьте всё сразу)
bcdedit /set hypervisorlaunchtype off


reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard" /v EnableVirtualizationBasedSecurity /t REG_DWORD /d 0 /f
reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\SystemGuard" /v Enabled /t REG_DWORD /d 0 /f
reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity" /v Enabled /t REG_DWORD /d 0 /f


dism.exe /online /disable-feature /featurename:Microsoft-Windows-Subsystem-Linux
dism.exe /online /disable-feature /featurename:VirtualMachinePlatform
dism.exe /online /disable-feature /featurename:Microsoft-Hyper-V-All

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


⚠️ Обязательный шаг для Windows 11 24H2-25H2, который необходимо выполнить.
Для вашего удобства этот шаг можно посмотреть в видео и повторить:

🎥Смотреть видео


1️⃣ Скачайте инструмент от Microsoft

👉 Перейдите по ссылке: https://www.microsoft.com/en-us/download/details.aspx?id=53337

👉 Скачайте и распакуйте ZIP-файл в любую папку


2️⃣ Откройте PowerShell (Администратор)


3️⃣ Перейдите в папку с инструментом

Введите команду cd, указав путь к папке:
cd C:\Users\ИмяПользователя\Downloads\DG_Readiness_Tool_v3.6

👉 У вас путь может отличаться — укажите свой

4️⃣ Разрешите выполнение скрипта

Set-ExecutionPolicy Unrestricted -Scope Process

5️⃣ Запустите инструмент

        .\DG_Readiness_Tool_v3.6.ps1 -Disable

👉 Важно:

  • используйте точное имя файла
  • обязательно указывайте .\ в начале
  • если версия отличается (например v3.7) — замените в команде

🔄 6️⃣ Перезагрузка

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

👉 При загрузке Windows может запросить подтверждение (например, нажать F3) — просто следуйте инструкции на экране


Проверка 

  1. После перезагрузки откройте окно PowerShell от имени администратора .
  2. Выполните следующую команду, чтобы убедиться, что Hyper-V полностью отключен:
  3. bcdedit /set hypervisorlaunchtype off
  4. Перезагрузите компьютер.

⚠ Дополнительные шаги (если всё ещё ошибка сохраняется)

  1. После перезагрузки откройте окно PowerShell от имени администратора .
  2. Выполните следующую команду, чтобы убедиться, что Hyper-V полностью отключен:
  3. Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Hypervisor
  4. Перезагрузите компьютер.

Удалите антивирусы и защитники
* после удаления антивируса перезагрузите компьютер (проверьте наличие следов антивируса и удалите их)

Если после выполнения шагов ошибка сохраняется, проверьте:

  • Использование сторонних софтов — возможна несовместимость.

Соответствие сборки Windows — проблема возникает при не поддерживаемой сборки Windows.
Остатки защитников, антивирусов и прочих программ безопасности — даже после удален🧩ия могут оставаться их следы в системе.


Примечание
Вы также можете посмотреть в интернете варианты решений или спросить GPT, если проблема сохраняется.

[English Instruction]

Спойлер

This error means that Hyper-V is enabled on your PC. You need to disable it.

Follow these steps:

Disable Hyper-V and restart your PC.
(You can use the provided disable_hyper-v.ps1 file or disable it manually.)

Download the file disable_hyper-v.ps1  to your PC.
Right-click on the Start button → select Windows PowerShell (Administrator).
Restart your computer.
Done — Hyper-V will be disabled.


Disable "Core Isolation" / “Memory Integrity”:

  • Start → Settings → Windows Security → Device Security
    → Core Isolation → Turn Off

Uninstall any antivirus and security software.
After uninstalling, restart your computer (make sure to remove any remaining files or leftovers from the antivirus).


1️⃣ Open PowerShell as Administrator

2️⃣ Run the following commands one by one:
👉 Press Enter after each command (or paste them all at once)

bcdedit /set hypervisorlaunchtype off


reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard" /v EnableVirtualizationBasedSecurity /t REG_DWORD /d 0 /f
reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\SystemGuard" /v Enabled /t REG_DWORD /d 0 /f
reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity" /v Enabled /t REG_DWORD /d 0 /f

dism.exe /online /disable-feature /featurename:Microsoft-Windows-Subsystem-Linux
dism.exe /online /disable-feature /featurename:VirtualMachinePlatform
dism.exe /online /disable-feature /featurename:Microsoft-Hyper-V-All

After completing all these steps, it is recommended to restart your computer so the changes can take effect.



⚠️ Mandatory step for Windows 11 (24H2–25H2) that must be completed.
 

Спойлер

For your convenience, you can watch and follow this step in the video:
🎥 Watch the video


In Windows 11 version 24H2 or 25H2, there is a known issue where Hyper-V may continue to affect the system even after completing the previous steps. To fully eliminate this behavior, you need to temporarily disable Device Guard and Credential Guard using the official Microsoft tool.

Use the Microsoft Device Guard Readiness Tool 

This tool disables Device Guard and Credential Guard, which are often the root cause in recent builds.

Download the official tool from Microsoft: Device Guard and Credential Guard hardware readiness tool.
https://www.microsoft.com/en-us/download/details.aspx?id=53337

  • Open PowerShell window as an administrator.
  • Navigate to the folder where you extracted the tool.
  • Firs run this command to get Execution Policy:
  • Set-ExecutionPolicy Unrestricted -Scope Process
  • Now run the script with the -disable parameter to disable Device and Credential Guard
  • .\DG_Readiness_Tool_v3.6.ps1 -Disable

During boot, Windows may ask for confirmation (e.g., press F3 to proceed)—follow the on-screen instructions.

After completing all steps, confirm once again that Hyper-V is fully disabled.

  1. After rebooting, open a PowerShell window as an administrator.
  2. Run the following command to ensure Hyper-V is fully disabled:
  3. bcdedit /set hypervisorlaunchtype off
  4. Reboot your computer again.

If the error persists after completing the steps:

  1. After restarting, open a PowerShell window as Administrator.
  2. Run the following command to make sure that Hyper-V is completely disabled:
  3. Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Hypervisor
  4. Restart your computer.
     

If the error still persists after completing the steps, check the following:

  • Use of third-party software — incompatibility may cause the issue.

Windows build compatibility — the problem may occur on unsupported Windows builds.Remnants of security tools, antivirus software, or system defenders — traces may remain in the system even after uninstallation.


🌐 Use a VPN
⚠️ Sometimes, the software launch may be blocked by Discord bypass tools, YouTube, streaming software, or other background applications. 🔌 We recommend temporarily disabling them before launch.


Note

You can also search online for additional solutions or ask GPT if the problem persists.

🚨Fix: Disable Hyper-V on Windows 11 24H2–25H2

Спойлер

Disabling Hyper-V, Windows 11 24h2 and 25h2

1️⃣ Run PowerShell as Administrator and enter the following command:

  • bcdedit /set hypervisorlaunchtype off

Press enter Enter

the following command:

reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard" /v EnableVirtualizationBasedSecurity /t REG_DWORD /d 0 /f
reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\SystemGuard" /v Enabled /t REG_DWORD /d 0 /f
reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity" /v Enabled /t REG_DWORD /d 0 /f
 

Press enter
Enter the following command:

dism.exe /online /disable-feature /featurename:Microsoft-Windows-Subsystem-Linux
dism.exe /online /disable-feature /featurename:VirtualMachinePlatform
dism.exe /online /disable-feature /featurename:Microsoft-Hyper-V-All

Press enter


2️⃣ Now follow these steps:

🔽 Download the official tool from Microsoft: Device Guard and Credential Guard hardware readiness tool: Download
📂 Extract the folder to your desktop, and copy the file path (simply open the folder and copy the entire path from the file explorer).
⚙️ Open PowerShell as Administrator. Navigate to the folder where you extracted the tool.

  • Use the command:
  • cd (PASTE THE PATH YOU COPIED)

Use the following command to allow execution:

  • Set-ExecutionPolicy Unrestricted -Scope Process

✅ Allow all execution.
Now use the command:

  •  ./DG_Readiness_Tool_v3.6.ps1 -Disable

💻 Restart your PC.
⏳ During boot, Windows may ask for confirmation (e.g., press F3 to proceed)—follow the on-screen instructions. 


After rebooting, open a PowerShell window as an administrator again.
Run the following command to ensure Hyper-V is fully disabled:

  • bcdedit /set hypervisorlaunchtype off

Reboot your computer again.


If the error persists after completing the steps:

  1. After restarting, open a PowerShell window as Administrator.
  2. Run the following command to make sure that Hyper-V is completely disabled:
  3. Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Hypervisor
  4. Restart your computer.


 Check if it worked! 👍


  ⚠️For your convenience, you can watch and follow this step in the video:
🎥 Watch the video

 

 

  • Lisi4ka changed the title to Restart your system and try again Hyper-V
  • Lisi4ka locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...