How to Install Hyper-v #Techshare



How to install Hyper-V on Windows 10 / 11 and Windows server with UI or powershell command line.

+ Before installing, you should check the hardware to see if the computer supports virtualization or not.

+ if install with powershell fail, you need install Powershell Module
Install-Module -Name PowerShellGet

+ Install Hyper-v
– Powershell check feature:
Get-WindowsOptionalFeature -Online -FeatureName *hyper*

– Windows 10/11 enable feature
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V

– Windows server enable feature
Install-WindowsFeature –Name Hyper-V -ComputerName “computer_name” -IncludeManagementTools -Restart

#Hyperv #Techshare

[ad_2]

source

Exit mobile version