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/202011/09/2023 IT Expert By IT Expert 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, how to install and uninstall Docker Desktop on Windows 10 and Windows Server, 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.

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.

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 and

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.

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.

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.

Rate this post

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
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
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

  • dns
    How to setup a cache-only DNS server Linux
  • dsdfg
    Create a Bootable USB Drive Using dd Command on Linux Linux
  • finalelastic
    How to Install and Configure Elasticsearch on Linux  Linux
  • cryptsetup
    How to encrypt a partition with Cryptsetup Linux
  • Groovy
    How to install Groovy on Linux and Windows Configuration Management Tool
  • 2FA For SSH in Linux
    Set Two-Factor Authentication for SSH in Linux Linux

More Related Articles

dns How to setup a cache-only DNS server Linux
dsdfg Create a Bootable USB Drive Using dd Command on Linux Linux
finalelastic How to Install and Configure Elasticsearch on Linux  Linux
cryptsetup How to encrypt a partition with Cryptsetup Linux
Groovy How to install Groovy on Linux and Windows Configuration Management Tool
2FA For SSH in Linux Set Two-Factor Authentication for SSH in Linux Linux

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • vmwarefrsd4
    CVE-2021-31693: VMware Tools for Windows update addresses a denial-of-service vulnerability Network | Monitoring
  • PSD
    PowerShell Deployment Extension for MDT: How to deploy Windows using PSD, Microsoft Deployment Toolkit, and Windows Deployment Services Windows Server
  • How To Fix “Startup Repair Couldn’t Repair Your PC
    How To Fix “Startup Repair Couldn’t Repair Your PC Windows
  • Enable or Disable Siri
    How to enable Siri on Mac devices Mac
  • image 22
    How to clone a Windows Server running on VirtualBox Virtualization
  • Uninstall Wampserver
    How to uninstall WAMPServer from Windows Web Server
  • how to Install SQL Server Management Studio on Windows Server
    Install SQL Server Management Studio 20 on Windows Server Oracle/MSSQL/MySQL
  • a3a5a8be58fa09468cd4f70d36869e98
    Restore AD Objects: How to restore deleted user accounts in Active Directory with Microsoft LDP and PowerShell Windows Server

Subscribe to Blog via Email

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

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

Tags

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

Copyright © 2025 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.