CT GUIDES
  • Getting started
    • Purchasing
    • Loaders
  • 📚 Guides
  • 1. Virtualization
  • 2. Secure Boot
  • 3. Hyper-V
  • 4. Antivirus
  • 5. Anti-Cheat
  • 6. Memory Integrity
  • 7. Driver Blocklist
  • 8. C++ Redistributables
  • 9. Overlays
  • 10. Firewalls
  • 11. System Language
  • 12. Sync Date & Time
  • Common Issues
    • Driver Error
    • BSOD
    • Key Not Found
    • Corrupted Message (3)
    • Server Error
    • Loader Crash
    • Dev Error (6456, 6067, 6068)
    • Common Issues
  • **MUST READ**
  • Page
    • Page 2
  • Page 1
Powered by GitBook
On this page

3. Hyper-V

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

Previous2. Secure BootNext4. Antivirus

Last updated 2 years 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, however, getting a success message is also normal. Once this is done, restart your PC for the changes to take affect.

109KB
ezgif.com-webp-to-jpg (6).jpg
image