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 -AllEnter 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 ExternalSwitchDownload Windows 11 ISO: Download
Pending
Estàs llegint una vista prèvia.
Inicia sessió amb Google per llegir la pàgina completa.
Inicia sessió amb GoogleAmb qualsevol compte de Google. Només et demanarem que acceptis les condicions del servei.