Remove .
The command should be stand-alone, not part of a "sentence": ``` Enable-WindowsOptionalFeature : A positional parameter cannot be found that accepts argument '.'. At line:1 char:1 + Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidArgument: (:) [Enable-WindowsOptionalFeature], ParameterBindingException + FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.Dism.Commands.EnableWindowsOptionalFeatureCommand ```
This commit is contained in:
parent
2f31abfc68
commit
0cd2ea6548
|
@ -24,7 +24,7 @@ To enable Hyper-V, go to "Programs and Features", click on "Turn Windows
|
|||
features on or off" and check the box next to "Hyper-V". Or install via
|
||||
PowerShell with:
|
||||
|
||||
<code>Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All</code>.
|
||||
<code>Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All</code>
|
||||
|
||||
See official documentation [here](https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v).
|
||||
|
||||
|
|
Loading…
Reference in New Issue