Skip to content

Commit

Permalink
Fix weird encoding issue with -All option
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Dec 20, 2024
1 parent 0e9f33d commit 235b70d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/install/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ powershell -Command "Start-Process PowerShell -Verb RunAs"

In the new Powershell window, run the following command to install the containers feature.
```powershell
Enable-WindowsOptionalFeature -Online -FeatureName containers All
Enable-WindowsOptionalFeature -Online -FeatureName containers -All
```
This will require a reboot for the `Containers` feature to properly function.

Expand Down
2 changes: 1 addition & 1 deletion docs/install/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ powershell -Command "Start-Process PowerShell -Verb RunAs"

In the new Powershell window, run the following command.
```powershell
Enable-WindowsOptionalFeature -Online -FeatureName Containers All
Enable-WindowsOptionalFeature -Online -FeatureName Containers -All
```

This will require a reboot for the `Containers` feature to properly function.
Expand Down
2 changes: 1 addition & 1 deletion docs/install/windows_airgap.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ powershell -Command "Start-Process PowerShell -Verb RunAs"

In the new Powershell window, run the following command.
```powershell
Enable-WindowsOptionalFeature -Online -FeatureName containers All
Enable-WindowsOptionalFeature -Online -FeatureName containers -All
```
This will require a reboot for the `Containers` feature to properly function.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ powershell -Command "Start-Process PowerShell -Verb RunAs"

在新的 Powershell 窗口中,运行以下命令:
```powershell
Enable-WindowsOptionalFeature -Online -FeatureName containers All
Enable-WindowsOptionalFeature -Online -FeatureName containers -All
```
需要重启才能使 `Containers` 功能正常运行。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ powershell -Command "Start-Process PowerShell -Verb RunAs"

在新的 Powershell 窗口中,运行以下命令:
```powershell
Enable-WindowsOptionalFeature -Online -FeatureName Containers All
Enable-WindowsOptionalFeature -Online -FeatureName Containers -All
```

需要重启才能使 `Containers` 功能正常运行。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ powershell -Command "Start-Process PowerShell -Verb RunAs"

在新的 Powershell 窗口中,运行以下命令:
```powershell
Enable-WindowsOptionalFeature -Online -FeatureName containers All
Enable-WindowsOptionalFeature -Online -FeatureName containers -All
```
需要重启才能使 `Containers` 功能正常运行。

Expand Down

0 comments on commit 235b70d

Please sign in to comment.