add /all to dism command

This commit is contained in:
Brian Lich
2016-04-18 09:44:11 -07:00
parent c3012e7097
commit 6c4c455833

View File

@ -180,7 +180,7 @@ First, you must add the virtualization-based security features. You can do this
2. Add the Hyper-V Hypervisor by running the following command:
``` syntax
dism /image:<WIM file name> /Enable-Feature /FeatureName:Microsoft-Hyper-V-Hypervisor
dism /image:<WIM file name> /Enable-Feature /FeatureName:Microsoft-Hyper-V-Hypervisor /all
```
3. Add Isolated User Mode by running the following command: