ZZ'S SERVICES
  • 📍Introduction FOLLOW THE ENTIRE GUIDE BEFORE USING ANY PRODUCTS
  • 1️⃣GETTING STARTED
    • Purchasing
    • FAQ
    • T00L LOADERS
    • Supported Windows Versions
  • 2️⃣ERRORS WHEN LOADING
    • Key Not Found
    • Windows 11 Fixes
    • Driver/Loader Errors
    • Disable Riot Vanguard Anti Cheat
    • Blue Screen
    • System Errors
    • Other errors
  • 3️⃣INDIVIDUAL GUIDES
    • Virtualization
    • Hyper-V
    • Vulnerable Driver Blocklist
    • Sync Date & Time
    • Antivirus Software
    • Memory Integrity
  • 4️⃣STEP-BY-STEP GUIDE
    • Step 1
    • Step 2
    • Step 3
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:

    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.

PreviousVirtualizationNextVulnerable Driver Blocklist

Last updated 1 year ago

3️⃣