Skip to content

sahikk67/Hyper-V-control-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

Windows Hyper-V Manager

This repository provides scripts to safely enable or disable Hyper-V and related Windows features, and to check their status.

Quick Notes

  • Run all scripts as Administrator.
  • A restart is required for many changes to take effect.
  • Scripts use DISM and bcdedit commands.

Enable Hyper-V

follow:

  1. Go to Turn Windows features on or off.
  2. Enable all Hyper-V sections.
  3. bcdedit /set hypervisorlaunchtype off
    DISM /Online /Disable-Feature /FeatureName:VirtualMachinePlatform
    DISM /Online /Disable-Feature /FeatureName:HypervisorPlatform
    DISM /Online /Disable-Feature /FeatureName:Containers-DisposableClientVM
  4. Restart your PC.
  5. Install VirtualBox from this link: VirtualBox 7.2.4
  6. After installation, set up your OS in VirtualBox.

Disable Hyper-V

follow:

bcdedit /set hypervisorlaunchtype off
DISM /Online /Disable-Feature /FeatureName:VirtualMachinePlatform
DISM /Online /Disable-Feature /FeatureName:HypervisorPlatform
DISM /Online /Disable-Feature /FeatureName:Containers-DisposableClientVM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published