Share your love
Easy Steps To Install Bash Linux on Windows 10

In this article, we want to teach you how to install Bash Linux on Windows 10. Microsoft, after presenting the creator update on the Windows client, added a feature that users can install Bash Linux on Windows 10. Windows users, after installing and setting up the Bash Linux or Linux Terminal on Windows, can execute Linux commands and use them on Windows.
Note: Bash Linux on Windows is only usable for Windows that have OS Build version 14393.0 and up to it. Windows 10 OS Build can be visible on the settings window.
You can now proceed to the guide steps below on the Orcacore website to set up Bash Linux on Windows 10.
Table of Contents
How To Install Bash Linux on Windows 10?
This feature is not active by default. Users can add it by activating the Developer Mode. To do this, open the Settings window from the Start menu. Then, go to the For Developers section and click on the Developer Mode and turn it on:

After that, from the Control Panel open the Program and Features window. For the opening of the Program and Features window, you can use the Winkey+R to open the Run window and type the appwiz.cpl on it.
To enable Bash Linux, click on the Turn Windows features on or off. Go to the bottom of the window and select the Windows Subsystem for Linux and Virtual Machine Platform, and press ok:

Wait until the installation is finished. Click on the Restart Now to reboot the system:

Enable Bash in Windows 10
After rebooting the system, open the PowerShell as an Administrator. Then, use the following command to enable Bash in Windows 10:
Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform -norestart dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all
Download a Linux System From Microsoft Store
Here you need to download a Linux system from the Windows store. Go to the Windows store and just search for Linux or Ubuntu. Then press the get button, and you’ll see the option to install it.

After the installation is finished, let’s see how to access Bash Linux on Windows 10.
How To Access Bash Linux on Windows 10?
To access Bash Linux on Windows 10, search for the Linux distribution that you have installed. You will see that it runs like a normal Windows application.
It will take some time installing, and then you’ll have to set up the username and password.

Now you can search for the Bash and use it directly.
Conclusion
At this point, you learn to install Bash Linux and easily access it on Windows 10. Using Bash on Windows (via WSL – Windows Subsystem for Linux) allows users to run a Linux environment natively on Windows. It enables developers to use Linux commands, scripts, and tools without needing a virtual machine or dual-boot setup. This is useful for software development, automation, and system administration.
Enjoy Linux on Windows 10. Please subscribe to us on Facebook. Instagram, and YouTube.
Also, you may like to read the following articles:
Best Browsers for Windows in 2025
Turn Off MySQL Strict Mode on Windows
Permanently Remove Python From Windows
FAQs
What is Bash on Windows 10?
Bash on Windows 10 is provided through the Windows Subsystem for Linux (WSL), allowing users to run a full Linux environment without a virtual machine or dual-boot setup.
What Linux distributions are available on Windows 10?
Windows 10 supports various Linux distributions, including Ubuntu, Debian, Kali Linux, OpenSUSE, and more, which can be downloaded from the Microsoft Store.
Can I use Bash scripts in Windows 10?
Yes, you can create and execute Bash scripts just like in a native Linux environment.