Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form

Windows Subsystem for Linux: How to install WSL on Windows 10

Posted on 26/04/202007/09/2026 Christian By Christian No Comments on Windows Subsystem for Linux: How to install WSL on Windows 10
  1. Home
  2. Linux
  3. Windows Subsystem for Linux: How to install WSL on Windows 10
install WSL on Windows 10

Windows Subsystem for Linux (WSL) has been available for Windows 10 since 2017 and is a complete operating system that you can enable on your Windows Server and also on Windows 10 devices. For more on WSL, please see the following link. Previously, “WSL” was originally known as the “Bash on Windows” feature and it allowed users to use Ubuntu bash commands in Windows PowerShell. On how to install the Linux Subsystem (WSL) on Windows Server Server Manager and PowerShell, see the following guide, and on how to reset Windows 10.

Here are some related guides: What is Windows Subsystem for Linux (WSL), how to install WSL on Windows 10, how to install WSL on Windows Server via Server Manager and PowerShell, and how to install and uninstall Docker Desktop on Windows 10 and Windows Server.

How does the Windows Subsystem for Linux (WSL) work?

WSL translates the Linux system calls returned by the process to the Windows kernel calls while a Linux Distro sits on top. It is thus eliminating the need for the Linux kernel in the process. So basically, it is Linux inside Windows. Furthermore, there is no emulation involved whatsoever.

In this Windows 10 WSL tutorial, we’ll show you how to install the Windows Subsystem for Linux in two methods. Note: After installing WSL, the Distro can be download or installed from Microsoft Store.

  • The Graphical User Interface (Windows Settings or Control Panel)
  • Via PowerShell

Part A: Via the Graphical User Interface (GUI)

Follow step 1 and step 2 below in order to install WSL on your device. On how this can be installed via Windows Settings, see the following link.

Step 1 – Control Panel: Launch the control panel as shown below

Launch the Control Panel

Next, click on “Turn Windows feature On or Off” as shown below

Click on "Turn Windows feature On or Off"

This will on a window to Turn Windows Feature On or Off as shown below.

Select Windows Subsystem for Linux

This process will search and apply the required files as shown below

Applying changes

Next, you will be requested to restart now. Simply click on Restart now.

Restart your PC

This restart is required in order to ensure that WSL can initiate a trusted execution environment.

Please see how to install and upgrade Docker Engine from binaries on Windows Server, and how to Pull your first Nginx Container Image from Docker Hub and deploy it to your local machine.

Step 2 – Install the Linux Distro of your choice via Microsoft Store

Launch the Microsoft store and install your desired distro. The Linux distros that can be downloaded from the Microsoft Store and run via WSL are the complete Linux package, at least in terms of core functionality, with zero emulation required. So yes, by installing WSL and downloading a distro from the Microsoft store, you are running Linux in Windows.

Note: In this way, you will not have to download the distribution from Microsoft website. With the following steps, you are good to go.

Search for your desired WSL Distro

Search for your desired Linux Distro

– Next, double-click on Ubuntu 18.04 LTS as shown above
– Click on Get.

Click on get

You will be required to sign in
– For me, I will not and will select “No, thanks” as shown below

Click on No Thanks

It will prompt you to install, but if you do not click on Install, it will automatically begin the installation after a while. As you can see below.

Downloadiloading the Ubuntu 18.04 LTS for linux

When this step completes, you will be prompted to launch the Ubuntu WSL as shown below

Launch the Ubuntu WSL

Note: If you do not have Windows Subsystem for Linux enabled. This will not work and you will be prompted with the error below. See this link for more information

Installation in progress

Since WSL in installed, when you click on launch this will fire up a terminal. This will open a Linux terminal and complete the installation.

Microsoft Store window showing a notification that a product is installed, alongside an Ubuntu 18.04 LTS terminal displaying an installation message.

You’ll need to create a user ID and password since you are setting up a full Linux instance. You are now running Linux on Windows.

Command line interface for Ubuntu 18.04 LTS installation showing prompts to create a UNIX username and password.
Text-based console interface showing a UNIX installation process, including username and password prompts and confirmation messages.

If you would like to test how the steps above can be done via PowerShell, follow the steps below.

Part B: Via PowerShell

Before installing any Linux distros for WSL, you must ensure that the “Windows Subsystem for Linux” optional feature is enabled.

Step 1

To ensure WSL for Linux is installed on Windows 10, run the following command below in PowerShell

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux

Step 2

Install the Linux distro of your choice. To get this work, I was able to enter https://aka.ms/wsl-ubuntu-1604 on my Web browser and download Ubuntu for WSL as shown below. For more information on how this is done, see the following link.

For other distros, see the links below. You do not need administrative privileges to install the distribution because this takes place in the user’s profile.

I hope you found this blog post helpful. If you have any questions, please let me know in the comment session.

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
Linux Tags:Linux distro, Microsoft Windows, Windows 10, Windows Subsystem for Linux

Post navigation

Previous Post: WSL Error 0x8007019e: WSL Register Distribution failed with error
Next Post: How to install and configure Ubuntu Linux on VirtualBox

Related Posts

  • SUID GUID Sticky Bit 1
    Set Special File Permissions with SUID or GUID and Sticky Bit Linux
  • cockpit
    Installation and configuration of Cockpit on CentOS Linux Linux
  • FEATURE IMAGE BASE URL 1
    How to solve cannot find a valid base URL for repo: base/7/x86_64 Linux
  • Screenshot 2022 02 25 at 02.06.20
    How to install SAMBA file shares for Servers and Clients Linux
  • openstack ola
    Openstack Deployment with Devstack Linux
  • dsdfg
    Create a Bootable USB Drive Using dd Command on Linux Linux

More Related Articles

SUID GUID Sticky Bit 1 Set Special File Permissions with SUID or GUID and Sticky Bit Linux
cockpit Installation and configuration of Cockpit on CentOS Linux Linux
FEATURE IMAGE BASE URL 1 How to solve cannot find a valid base URL for repo: base/7/x86_64 Linux
Screenshot 2022 02 25 at 02.06.20 How to install SAMBA file shares for Servers and Clients Linux
openstack ola Openstack Deployment with Devstack Linux
dsdfg Create a Bootable USB Drive Using dd Command on Linux Linux

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

vexpert-badge-stars-5

Virtual Background

VEEAMLEGEND

Categories

veeaam100

Veeam Vanguard

  • Banner
    How to Stop OneDrive from Starting Up Automatically on Windows 11 Windows
  • WindowsWebClientcoverPH67
    ​​​​​Install HTML Web Client for Microsoft RDS Windows
  • Ec2 Instance
    How to create an EC2 Instance AWS/Azure/OpenShift
  • iOS Apps
    How to redeem App Store gift card or content codes on MacBook Pro Mac
  • SystemUtilization
    Delivering System Utilization Report on a Linux based OS Linux
  • windows 10 s splash 100720578 large
    Open the location of a Program: How to search in Windows 10 to find a files or programs in File Explorer Windows
  • veeam
    How to uninstall Veeam Backup and Replication from your server Backup
  • Screenshot 2020 05 14 at 19.43.13
    Repo: How to setup Chef Repository Configuration Management Tool

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,759 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Contact
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon
  • Bsky

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2026 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.