Skip to content

JeremyCCHsu/wsl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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

PowerShell

  1. Execute this: (read the manual on Microsoft's official site if you need to know why)
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
  1. Open Microsoft Store
  2. Install a Linux distribution you like (e.g., Ubuntu, Ubuntu 20.04, etc)

Linux

  1. Voila! You can use it now!

WSL

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 .

About

Window Linux Subsystem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published