You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ A Powershell script to install and configure Windows Subsystem for Linux and <a
7
7
8
8
## Prerequisites
9
9
10
-
### Administer Privledges
11
-
Some parts of the script will require administrator privledges to install, configure, or update. You will be prompted on the secure desktop each time.
10
+
### Administer Privileges
11
+
Some parts of the script will require administrator privileges to install, configure, or update. You will be prompted on the secure desktop each time.
12
12
13
13
### Windows version
14
14
To find your version of Windows, open the Settings panel (`Windows + I`) and navigate to System->About.
@@ -18,15 +18,15 @@ To find your version of Windows, open the Settings panel (`Windows + I`) and nav
18
18
***Windows 11** : Version 21H2 (Build 22000, released Fall 2021) or later
19
19
20
20
### BIOS
21
-
You will need to enable virtualization in your system BIOS. Entering the BIOS configuration at boot and the label of the virtualization setting itself varies between motherboard manufactors. You may be able to find detailed instructions by searching your computer model number or manufactor's name.
21
+
You will need to enable virtualization in your system BIOS. Entering the BIOS configuration at boot and the label of the virtualization setting itself varies between motherboard manufacturers. You may be able to find detailed instructions by searching your computer model number or manufacturer's name.
22
22
23
23
### Windows Features
24
24
<palign="center">
25
25
<imgalt="The Windows Features panel"width="415px"height="368px"src="https://user-images.githubusercontent.com/52927689/218584527-d098fb02-ded6-4171-98bf-a67fd5db776a.png">
26
26
</p>
27
-
Two features need to be installed and activated within Windows. These are the "Virtual Machine Platform" and "Windows Subsystem for Linux" features. You can acess this panel by searching, "Turn Windows features on or off" from the Start Menu. You will need to reboot your computer after enabling these features.
27
+
Two features need to be installed and activated within Windows. These are the "Virtual Machine Platform" and "Windows Subsystem for Linux" features. You can access this panel by searching, "Turn Windows features on or off" from the Start Menu. You will need to reboot your computer after enabling these features.
28
28
29
-
## Installation / Runnning the script
29
+
## Installation / Running the script
30
30
31
31
1.**Unlock the script**
32
32
- Right-click on the .ps1 file and click Properties. Check to see if there is a section at the bottom that reads, "Security: This file came from another computer and might be blocked to help protect this computer." If so, click the Unblock checkbox and click OK.
0 commit comments