Skip to content

Commit 2eb8ed0

Browse files
committed
UPDATE readme.mx
1 parent d69cb68 commit 2eb8ed0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,16 @@ First, you must be running Windows 10 64bits version 2004 or higher (Build 19041
6464
6565
If you have an older version, update your system with Windows Update.
6666

67-
You need to have several Windows functionalities installed before using WSL. To install them, select Windows Logo key, type **Windows Features** and enter. This window should open :
67+
You need to have a Windows functionality installed before using WSL. To install it, select Windows Logo key, type **Windows Features** and enter. This window should open :
6868

6969
![bg fit right](./img/features.png)
7070

71-
Make sure to install both **Virtual Machine Platform** and **Windows Hypervisor Platform**. After this, you must restart your Windows system.
71+
Make sure to install **Virtual Machine Platform**. After this, you must restart your Windows system.
7272

73-
Or you can type this command in a prompt with administrator privilgees to install it :
73+
Or you can type this command in a prompt with administrator privileges to install it :
7474

7575
```Powershell
7676
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
77-
dism.exe /online /enable-feature /featurename:WindowsHypervisorPlatform /all /norestart
7877
```
7978

8079
Make sure to restart the system afterwards.

img/features.png

5.19 KB
Loading

0 commit comments

Comments
 (0)