Kronix Solutions Guide
  • SETUP
    • Download loader
  • Disable Windows Defender
  • Disable Windows Updates
  • Turn Secure Boot Off
  • How To Turn CPU Virtualization On
  • INDIVIDUAL GUIDES
    • Vulnerable Driver
    • Hyper-V
    • DirectX Error
    • Memory Integrity
    • C++ Redistributables
    • Sync Date & Time
    • Antivirus Software
    • Memory Integrity
  • BO6 COD Products
    • 🪑BO6 Zenith Internal
    • 🪑BO6 Titan External Chair
    • 🪑BO6 Unlocker + Spoofer
    • 🪑BO6 Constant UAV Tool
  • FORTNITE
    • 🪑Fortnite External
  • MW3 COD Products
    • 🪑MW3 Silent Chair
    • 🏹All In One MW3
    • 🔨MW3/WZ Lite Chair
Powered by GitBook
On this page
  1. INDIVIDUAL GUIDES

Hyper-V

This page will help you turn off Hyper-V in Windows.

You can skip this section by downloading disable_hyperV.bat script and running it as administrator

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

  • Open Windows PowerShell as Administrator:

    • Type "powershell" into the Windows search bar.

    • Right-click on "Windows PowerShell" and select "Run as administrator."

  • Enter the Following Commands: Copy and paste the following lines of code separately into the PowerShell window, pressing "Enter" after each line:

    Copy

    bcdedit /set hypervisorlaunchtype off
    Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All
  • Ignore "Unknown Feature" Error: If you encounter an error message stating "Disable-WindowsOptionalFeature: Feature name Microsoft-Hyper-V-All is unknown," don't worry. This is normal and can be ignored.

  • Restart Your PC: After executing the commands, restart your computer for the changes to take effect.

By following these steps, you should successfully turn off Hyper-V in Windows. If you encounter any issues or have further questions, feel free to ask additional help.

PreviousVulnerable DriverNextDirectX Error

Last updated 4 months ago