Difference between revisions of "Microsoft Hyper-V"
Jump to navigation
Jump to search
(→Errors) |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
* <code>[[Get-VM]]</code> | * <code>[[Get-VM]]</code> | ||
* <code>[[Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All]]</code> | * <code>[[Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All]]</code> | ||
+ | * <code>[[Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All]]</code> | ||
* <code>[[Get-WindowsOptionalFeature]] -Online -FeatureName Microsoft-Hyper-V</code> | * <code>[[Get-WindowsOptionalFeature]] -Online -FeatureName Microsoft-Hyper-V</code> | ||
* [[DISM]] /Online /Enable-Feature /All /FeatureName:[[Microsoft-Hyper-V]] | * [[DISM]] /Online /Enable-Feature /All /FeatureName:[[Microsoft-Hyper-V]] | ||
Line 18: | Line 19: | ||
* Enable nested virtualization: <code>[[Set-VMProcessor]] -VMName YOUR_VM_NAME -ExposeVirtualizationExtensions $true</code> | * Enable nested virtualization: <code>[[Set-VMProcessor]] -VMName YOUR_VM_NAME -ExposeVirtualizationExtensions $true</code> | ||
* <code>[[vmconnect]]</code> | * <code>[[vmconnect]]</code> | ||
+ | |||
+ | == Errors == | ||
+ | * [[Verify that the Virtual Machine Management service on the computer is running]] | ||
+ | * [[Check that the Virtual Machine Management service is running and that you are authorized to connect to the server]] | ||
== Activities == | == Activities == | ||
Line 34: | Line 39: | ||
== See also == | == See also == | ||
* {{Hyper-V}} | * {{Hyper-V}} | ||
− | |||
[[Category:Computing]] | [[Category:Computing]] | ||
[[Category:Hyper-V]] | [[Category:Hyper-V]] |
Latest revision as of 13:15, 21 November 2023
- Windows 10 Enterprise, Pro, or Education
Commands[edit]
Start-VM
Get-VM
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
Get-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V
- DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V
Releases[edit]
Related commands[edit]
Enter-PSSession -VMName YOUR_VM_NAME
- Enable nested virtualization:
Set-VMProcessor -VMName YOUR_VM_NAME -ExposeVirtualizationExtensions $true
vmconnect
Errors[edit]
Activities[edit]
- Install
open-vm-tools
in your Ubuntu virtual machine to enable enhanced sessions and copy and paste with host.
Related terms[edit]
- Vagrant
sc start vmms
- net start vmcompute
- Hyper-V manager
- WSL
C:\Users\Public\Documents\Hyper-V\Virtual Hard Disks\
- Preboot Execution Environment (PXE)
- Quick create includes image for Ubuntu
See also[edit]
Advertising: