Parakeets Modding
Parakeets Home PageDiscord Server
  • πŸ‡ΊπŸ‡ΈEnglish
    • πŸ“Getting Started
      • Purchasing
      • FAQ
      • Loaders
      • Supported Windows Versions
    • πŸ› οΈGuide
      • 1. Secure Boot
      • 2. Antivirus
      • 3. Anti-Cheat
      • 4. Memory Integrity
      • 5. Driver Blocklist
      • 6. C++ Redistributables
      • 7. Overlays
      • 8. Firewalls
      • 9. System Language
      • 10. Sync Date & Time
      • 11. Game Boosters
    • ❓Common Issues/Errors
      • Error Codes
      • BSOD Fix
      • Key Not Found
      • Connection Error
      • Loader Crash
      • Dev Error (6456, 6067, 6068)
      • Other
    • πŸ›‘Ban Prevention
    • βš™οΈTool-Specific Guides
      • [MW19] Chair + AIO
      • [MW19] Unlock All
Powered by GitBook
On this page
  1. English
  2. Guide

3. Hyper-V

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

Last updated 2 years ago

  1. 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.

  2. 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

  3. 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.

πŸ‡ΊπŸ‡Έ
πŸ› οΈ