Windows SubSystem for Linux

Get a Linux environment on your windows computer if you must.

1. Open PowerShell as Administrator

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

2. Reboot

3. Choose and download an OS. Samples provided below.

Download Ubuntu 20.04

Invoke-WebRequest -Uri https://aka.ms/wslubuntu2004 -OutFile Ubuntu.appx -UseBasicParsing

4. Install.

Add-AppxPackage .\Ubuntu.appx

Sources