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
Your PC must be running a 64-bit version of Windows 10 Anniversary Update or later (build 1607+).
17
-
18
-
To find your PC's architecture and Windows build number, open
19
-
**Settings** > **System** > **About**
20
-
21
-
Look for the **OS Build** and **System Type** fields.
22
-

23
-
24
16
## Install the Windows Subsystem for Linux
25
17
Enable the "Windows Subsystem for Linux" optional feature and reboot.
26
18
@@ -33,7 +25,7 @@ Enable the "Windows Subsystem for Linux" optional feature and reboot.
33
25
34
26
## Fall Creators Update and later: Install from the Windows Store
35
27
36
-
> This section is for Windows Insiders (build 16215 or later). Follow these steps to [Check your build](install_guide.md#prerequisites). For earlier versions of Windows 10, follow [these instructions using lxrun](install_guide.md#for-anniversary-update-and-creators-update-install-using-lxrun).
28
+
> This section is for Windows Insiders (build 16215 or later). Follow these steps to [Check your build](troubleshooting.md#check-your-build-number). For earlier versions of Windows 10, follow [these instructions using lxrun](install-win10.md#for-anniversary-update-and-creators-update-install-using-lxrun).
37
29
38
30
1. Open the Windows Store and choose your favorite Linux distribution.
39
31
Here are links directly to the store installers:
@@ -56,18 +48,19 @@ Enable the "Windows Subsystem for Linux" optional feature and reboot.
56
48
57
49
> **Troubleshooting: Installation failed with error 0x8007007e**
58
50
> This error occurs when your system doesn't support Linux from the store. Make sure that:
59
-
> * You're running Windows build 16215 or later. [Check your build](install_guide.md#prerequisites).
60
-
> * The Windows Subsystem for Linux optional component is enabled. [Instructions here](install_guide.md#Install-the-Windows-Subsystem-for-Linux).
51
+
> * You're running Windows build 16215 or later. [Check your build](troubleshooting.md#check-your-build-number).
52
+
> * The Windows Subsystem for Linux optional component is enabled and the computer has restarted. [Make sure WSL is enabled](troubleshooting.md#confirm-wsl-is-enabled).
53
+
61
54
62
55
63
-
5. Create your UNIX username and password. This user account can be different from, and has no relationship to, your Windows username and password. [Read more](https://msdn.microsoft.com/en-us/commandline/wsl/user_support).
56
+
5. Create your UNIX username and password. This user account can be different from, and has no relationship to, your Windows username and password. [Read more](user-support.md).
64
57
65
58
You're done! Now you can use your Linux environment.
66
59
67
60
## For Anniversary Update and Creators Update: Install using lxrun
68
61
lxrun installs Ubuntu user-mode by default on top of the Windows subsystem for Linux.
69
62
70
-
> Since moving to the store, we have stopped keeping this user-mode image up to date. When you're done, run apt-get update.
63
+
> Since moving to the store, we have stopped keeping this user-mode image up to date. When you're done, run `apt-get update`.
71
64
72
65
1. Turn on Developer Mode
73
66
@@ -90,11 +83,6 @@ lxrun installs Ubuntu user-mode by default on top of the Windows subsystem for L
90
83
The first time you install the Windows subsystem for Linux, you will be prompted to create a UNIX username and password.
91
84

92
85
93
-
This UNIX username and password can be different from, and has no relationship to, your Windows username and password. [Learn more about your UNIX account.](https://msdn.microsoft.com/en-us/commandline/wsl/user_support).
94
-
95
-
After installation your Linux distribution will be located at: `%localappdata%\lxss\`.
96
-
97
-
**Avoid creating and/or modifying files in %localappdata%\lxss\ using Windows tools and apps!** If you do, it is likely that your Linux files will be corrupted and data loss may occur. Avoid this issue by using a directory located under /mnt/.
98
-
Read this [blog post](https://blogs.msdn.microsoft.com/commandline/2016/11/17/do-not-change-linux-files-using-windows-apps-and-tools/) for more information.
86
+
This UNIX username and password can be different from, and has no relationship to, your Windows username and password. [Learn more about your UNIX account.](user-support.md).
99
87
100
-
You're done! Go use your new Linux environment!
88
+
After installation your Linux distribution will be located at: `%localappdata%\lxss\`.
0 commit comments