Escriu per cercar…

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:

ps
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:

ps
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

Estàs llegint una vista prèvia.

Inicia sessió amb Google per llegir la pàgina completa.

Inicia sessió amb Google

Amb qualsevol compte de Google. Només et demanarem que acceptis les condicions del servei.