1. Open a 'cmd' window and 'cd' to the directory "setup_windows"
	cd <patch to the directory "setup_windows">

2. Run the batch script "setup_env.bat"
	setup_env.bat

3. Open another 'cmd' window as Administrator for listing/attaching plugged-in USB devices to the wsl
3.1. Get list of available devices:
	usbipd wsl list

Assume here is the output of above command:
	
BUSID  VID:PID    DEVICE                                                        STATE
1-1    1a86:7523  USB-SERIAL CH340 (COM7)                                       Not attached
1-2    046d:c077  USB Input Device                                              Not attached
1-5    0bda:0129  Realtek USB 2.0 Card Reader                                   Not attached
1-10   8087:0aaa  Intel(R) Wireless Bluetooth(R)                                Not attached
1-13   0951:1666  USB Mass Storage Device                                       Not attached

3.2. Attach a device to the wsl
	usbipd wsl attach --busid BUSID

E.g.
	usbipd wsl attach --busid 1-1