Eth's Rebrands Guide
  • ❗INTRODUCTION
  • 🚩INDIVIDUAL GUIDES
    • Virtualization
    • Hyper-V
    • Memory Integrity
    • Error 202
    • Antivirus Software
    • Disable Anti-Cheat
    • Visual C++ Redistributables
  • 🚩COMMON ISSUES
    • DIRECT X CRASH FIX
    • BSOD Fix
    • Internal Errors
    • Key Not Found
    • Server Error
    • Loader Crash
    • Dev Error (6456, 6067, 6068)
Powered by GitBook
On this page
  1. INDIVIDUAL GUIDES

Hyper-V

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

PreviousVirtualizationNextMemory Integrity

Last updated 11 months ago

  • In order to turn off Hyper-V in Windows, we are going to start by opening a Windows Powershell as Admin. This can be done by typing powershell into your windows search, and pressing "Run as administrator" beside it.

  • Now that we have Powershell open, copy and paste the following lines of code separately, then press enter: bcdedit /set hypervisorlaunchtype off Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All

  • Getting an error that says "Disable-WindowsOptionalFeature : Feature name Microsoft-Hyper-V-All is unknown." on the above is completely normal. Once this is done, restart your PC for the changes to take affect.

🚩