See YouTube video here
Windows Subsystem for Linux (WSL) is a feature of Windows that allows you to run a Linux environment on your Windows machine, without the need for a separate virtual machine or dual booting. WSL is designed to provide a seamless and productive experience for developers who want to use both Windows and Linux at the same time. Info here
In windows Powershell
wsl --status
wsl--update
usbipd wsl list has been changed to usbipd list
Open the command line as administrator
Check wsl status with wsl --status
In linux terminal
wget https://downloads.arduino.cc/arduino-1.8.19-linux64.tar.xz
cd arduino-1.8.19/
./arduino
lsusb
sudo chmod 666 /dev/ttyACM0