Windows - Hyper-V

Hyper-V és una tecnologia de virtualització de Microsoft que permet crear i gestionar màquines virtuals en sistemes Windows.

Install on Windows 10/11

Hyper-V is built into Windows as an optional feature — there’s no Hyper-V download.

You must run PowerShell as an Administrator:

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All

Enter Y to have the computer restart to complete the installation.

Create a Virtual Machine

To create a virtual machine with Windows PowerShell using New-VM, follow these steps:

New-VM -Name TestVM -MemoryStartupBytes 4GB -BootDevice VHD -VHDPath .\VMs\Test.vhdx -Path .\VMData -Generation 2 -Switch ExternalSwitch

Download Windows 11 ISO: Download

Pending

Learn - Hyper-V