You can disable Hyper-V without deinstalling it. Start a command prompt with administrator rights and execute the following command: bcdedit
Category: PowerShell
Simple way to manage Automatic Start for multiple VMs at once
A simple command to see all Automatic Start actions is to run: [sourcecode language=”powershell”] get-vm -ComputerName HypervHost | select name,auto* [/sourcecode]