typora/note/工具集/hyper-v/嵌套虚拟化.md

9 lines
300 B
Markdown
Raw Permalink Normal View History

2024-12-11 21:48:55 -05:00
### 查询是否支持嵌套虚拟化
- ` Get-VMProcessor -VMName KVM主机 | fl `
![image-20240422174723851](https://blog-heysq-1255479807.cos.ap-beijing.myqcloud.com/halo2/202404221747000.png)
### 开启嵌套虚拟化
- `Set-VMProcessor -ExposeVirtualizationExtensions $true -VMName KVM主机`