Hyper-V PowerShell
PowerShell .
:
PowerShell
Copy
Enable-WindowsOptionalFeature -Online -FeatureName:Microsoft-Hyper-V -All
, , PowerShell .
, .
Enable Hyper-V with CMD and DISM Deployment Image Maintenance and Management Tool (DISM) helps you customize your Windows and Windows images. Among numerous applications, DISM may include Windows features while the operating system is running.
To enable the Hyper-V role using DISM:
Open a PowerShell or CMD session as an administrator.
Enter the following command:
Powerhell
Copy
DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V
When the installation is complete, you need to restart the computer.
source
share