Overview

You can enter the bash shell on windows from the command prompt by typing: 


> bash

From here you are now running Linux N-CND1042RH7 5.4.72-microsoft-standard-WSL2.

Common Tasks 

Mount your windows home folder

$ cd ~
$ ln -s /mnt/c/Users/mehan home


Disable visual and audio bell/beep in WSL on Windows 10

$ vi /etc/inputrc


Uncomment the line (remove the #) for set bell-style none. 


...
set bell-style none
...