Skip to content

Latest commit

 

History

History
48 lines (25 loc) · 1.3 KB

enable-wsl.md

File metadata and controls

48 lines (25 loc) · 1.3 KB

This Wiki helps you enable Windows Subsystem for Linux (WSL) in Windows 10.

Enable Windows Developer Mode

  1. Open the "Settings" app and navigate to the "Update & Security" category.

wsl-settings

  1. Choose "For developers" from the left sidebar and switch to "Developer mode".

wsl-developer-options

  1. Reboot Windows.

Enable the WSL Feature

  1. Type "windows features" in the Search Box and then press Enter key.

wsl-features-search

  1. In the popped up window, click "Windows Subsystem for Linux".

wsl-features-enable

  1. Reboot Windows.

Install Ubuntu

  1. Search "ubuntu" in Microsoft Store and click "ubuntu" to install it.

wsl-store-install

  1. (Optional) If something went wrong with Microsoft Store, reset it and try again.

2.1. Press the Win+R keys to open the Run dialog.

2.2. Type wsreset.exe, and click/tap on OK.

wsl-store-reset

2.3. Open Microsoft Store again.

Set up Ubuntu

  1. Open the Start menu, locate "Ubuntu", and click.

  2. In the popped up command terminal, enter your username and password following the instructions.

  3. Type cd /mnt. All your Windows files can be accessed here.