Guides
  • ✅Introduction
  • 💻Overview
    • Defender Control
    • Disabling Anticheats
    • Loaders
  • 💡Product Guides
    • MWIII/B06 Unlocker
    • MWIII/B06 Helper
  • 🛠️Errors & Fixes
    • MWIII/B06 RUT Unlocker Errors/Blue Screening
    • Closing Instantly Issue
    • Dev Error (6456, 6067, 6068)
    • Disabling Hyper-V
  • ⛔Bans & Prevention
    • What To Do After a Ban
    • Bans & Prevention
Powered by GitBook
On this page
  1. Errors & Fixes

Disabling Hyper-V

PreviousDev Error (6456, 6067, 6068)NextWhat To Do After a Ban

Last updated 6 months ago

To disable Hyper-V in Windows, follow these steps:

  1. Open Windows PowerShell as an administrator. You can do this by typing "PowerShell" into the Windows search bar and selecting "Run as administrator" next to it.

  2. Once PowerShell is open, enter the following command and press Enter:

vbnetCopy codebcdedit /set hypervisorlaunchtype off

  1. Next, enter the following command and press Enter:

cssCopy codeDisable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All

You may receive an error message stating "Disable-WindowsOptionalFeature: Feature name Microsoft-Hyper-V-All is unknown." This is normal and can be ignored. However, if you receive a success message, that is also normal.

🛠️