-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 749b8e3
Showing
4 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
As simple as 5 steps, Windows users can now enjoy Linux command lines (and a whole subsystem) without the hassle of installing and logging to dual systems. | ||
|
||
|
||
# Steps | ||
1. Press Win+X, launchd PowerShell **as Administrator** | ||
 | ||
|
||
2. Execute this: (read the manual on [Microsoft's official site](https://docs.microsoft.com/en-us/windows/wsl/install-win10) if you need to know why) | ||
``` | ||
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart | ||
``` | ||
|
||
3. Open Microsoft Store | ||
4. Install a Linux distribution you like (e.g., `Ubuntu`, `Ubuntu 20.04`, etc) | ||
 | ||
|
||
5. Voila! You can use it now! | ||
 | ||
|
||
|
||
# Tips | ||
- You can find all files in your PC under `/mnt/c`. | ||
- External drives (e.g., SD cards) are not mounted by default. | ||
- WSL interoperates with `cmd`. For example, you can open the current directory (`.`) with Windows File Explorer by `explorer.exe .` | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.