Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rc-chuah/hyper-v-switch
This Program Enables And Disables Hyper-V Hypervisor So You Can Use Other Virtualisation Tools Such As (VMware, VirtualBox) Simultaneously.
https://github.com/rc-chuah/hyper-v-switch
c hyper-v hypervisor virtual-machine virtualbox virtualization vm vmware windows windows-10 windows-11 wsl wsl2
Last synced: 3 days ago
JSON representation
This Program Enables And Disables Hyper-V Hypervisor So You Can Use Other Virtualisation Tools Such As (VMware, VirtualBox) Simultaneously.
- Host: GitHub
- URL: https://github.com/rc-chuah/hyper-v-switch
- Owner: rc-chuah
- License: gpl-3.0
- Created: 2021-08-20T12:12:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-02T14:53:41.000Z (13 days ago)
- Last Synced: 2025-02-02T15:32:33.681Z (13 days ago)
- Topics: c, hyper-v, hypervisor, virtual-machine, virtualbox, virtualization, vm, vmware, windows, windows-10, windows-11, wsl, wsl2
- Language: C
- Homepage: https://rc-chuah.github.io/Hyper-V-Switch
- Size: 167 KB
- Stars: 9
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hyper-V-Switch
This Program Enables And Disables Hyper-V Hypervisor So You Can Use Other Virtualisation Tools Such As (VMware, VirtualBox) Simultaneously.## Download
[![GitHub All Releases](https://img.shields.io/github/downloads/rc-chuah/Hyper-V-Switch/total?label=MIRROR%201%20DOWNLOADS&style=for-the-badge&color=brightgreen)](https://github.com/rc-chuah/Hyper-V-Switch/releases/latest)
[![GitHub All Releases](https://img.shields.io/github/downloads/RaynerSec/Hyper-V-Switch/total?label=MIRROR%202%20DOWNLOADS&style=for-the-badge&color=brightgreen)](https://github.com/RaynerSec/Hyper-V-Switch/releases/latest)## Building
### Building Perquisites
#### Visual Studio
- Visual Studio 2022 Or Later
### Building Hyper-V-Switch
#### Get The Source Code
- Get The Source Code Either By Downloading Zip From Mirror 1 [Download Zip](https://github.com/rc-chuah/Hyper-V-Switch/archive/main.zip) Or Do `git clone https://github.com/rc-chuah/Hyper-V-Switch`
- Get The Source Code Either By Downloading Zip From Mirror 2 [Download Zip](https://github.com/RaynerSec/Hyper-V-Switch/archive/main.zip) Or Do `git clone https://github.com/RaynerSec/Hyper-V-Switch`
#### Compile The Source Code
- Compile It In Visual Studio## Features
### This Tool Was Made For:
- Allow Usage Of Virtualization Software Such As (VMware, VirtualBox) While Hyper-V Is Installed (By Disabling It).
- Disable Hyper-V Without Uninstalling Features Or Changing The Installation In Windows.
- Do All Of The Above Quickly And Automatically.## Usage
### How To Use Hyper-V-Switch
#### How To Use Hyper-V-Switch Using WinGet (Windows Package Manager)
#### Install Hyper-V-Switch
```powershell
winget install --id RaynerSec.Hyper-V-Switch -e
```
#### Update Hyper-V-Switch
```powershell
winget upgrade --id RaynerSec.Hyper-V-Switch -e
```
#### How To Use Hyper-V-Switch 32 Bit (x86) Installer
- Download Hyper-V-Switch 32 Bit (x86) Installer
- [Download Mirror 1](https://github.com/rc-chuah/Hyper-V-Switch/releases/latest) | [Download Mirror 2](https://github.com/RaynerSec/Hyper-V-Switch/releases/latest)
- Run Hyper-V-Switch 32 Bit (x86) Installer
- Accept The UAC Prompt
- Follow On Screen Instructions And You're Done
#### How To Use Hyper-V-Switch 64 Bit (x64) Installer
- Download Hyper-V-Switch 64 Bit (x64) Installer
- [Download Mirror 1](https://github.com/rc-chuah/Hyper-V-Switch/releases/latest) | [Download Mirror 2](https://github.com/RaynerSec/Hyper-V-Switch/releases/latest)
- Run Hyper-V-Switch 64 Bit (x64) Installer
- Accept The UAC Prompt
- Follow On Screen Instructions And You're Done
#### How To Use Hyper-V-Switch Portable Version
- Download And Install The Latest Microsoft Visual C/C++ Redistributable 2015-2022 (x86/x64) (Required)
- [Download 32 Bit (x86)](https://aka.ms/vs/17/release/vc_redist.x86.exe) | [Download 64 Bit (x64)](https://aka.ms/vs/17/release/vc_redist.x64.exe)
- Download Hyper-V-Switch Portable Zip File
- [Download Mirror 1](https://github.com/rc-chuah/Hyper-V-Switch/releases/latest) | [Download Mirror 2](https://github.com/RaynerSec/Hyper-V-Switch/releases/latest)
- Unzip Hyper-V-Switch Portable Zip File
- If Your Machine Architecture Is 32 Bit (x86) Then Run Hyper-V-Switch-x86.exe
- If Your Machine Architecture Is 64 Bit (x64) Then Run Hyper-V-Switch-x64.exe
- If Your Machine Architecture Is 32 Bit (Arm32) Then Run Hyper-V-Switch-Arm32.exe (Coming Soon)
- If Your Machine Architecture Is 64 Bit (Arm64) Then Run Hyper-V-Switch-Arm64.exe (Coming Soon)
- If Your Machine Architecture Is 64 Bit (Arm64) That Supports (Arm64EC) Then Run Hyper-V-Switch-Arm64EC.exe (Coming Soon)
- Accept The UAC Prompt
- Follow On Screen Usage And You're Done## Special Thanks
Thanks To [AdvancedInstaller](https://www.advancedinstaller.com) For Providing A Professional License For Free For This Project.