V2 MODDING
  • Discord
  • Purchasing
  • FAQ
  • Apex Neostrafe
  • Step 1
  • Step 2
  • Step 3
  • Supported Windows Versions
  • Virtualization
  • Hyper-V
  • Disabling UAC
  • Memory Integrity
  • Vulnerable Driver Blocklist
  • Antivirus Software
  • ERROR = PC Blue Screening
  • ERROR = C035001E
  • ERROR = Failed To Load Driver
  • Driver Error
  • BSOD Fix 1
  • BSOD Fix 2
  • Internal Errors
  • Key Not Found
  • System error d3dx9_43.dll
  • Corrupted Message (3)
  • Server Error
Powered by GitBook
On this page

Hyper-V

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

PreviousVirtualizationNextDisabling UAC

Last updated 2 years ago