👋
TenK services
  • 👋Introduction
    • 🟢Welcome
    • 🌐Website
    • 📩socials
    • 🖥️Supported Versions
  • 🖥️COD Set up
    • 🪑MW3 Venom Features
    • 🪑MW3 Elite Features
    • 🪑MW3 Densho Features
    • Venom Set up
      • Set up
      • pc security
      • Windows 11
      • Download
      • Inject
    • Elite Set up
      • Pc Security
      • Virtualization
      • Secure Boot
      • Hyper-V
      • Download
      • install fix's
      • Memory Integrity
    • Densho Set up
      • Pc Security
      • Download
  • 🖥️CS2 Set up
    • 🪑CS2 Predator Features
    • Predator Set up
  • 🖥️APEX SET UP
    • 🪑Apex External Features
    • Apex Set up
Powered by GitBook
On this page
  1. COD Set up
  2. Elite Set up

Hyper-V

Here you will find a guide on how turn off Hyper-V in Windows.

PreviousSecure BootNextDownload

Last updated 10 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.

🖥️