Any terminal program that can open a Windows command prompt should be able to run bash (bash.exe launches the Linux Linux subsystem), so you donβt have to go in cycles with the command.exe file.
Conemu (mentioned by @anotherfred) or Cmder are some of the fan favorites. You can also use Powershell if you like it.
You can access your Windows files from the WSL in / mnt / c (and / mnt / d if you have a d: drive, etc.). This works relatively well if you want to use command line tools and still access files using your favorite Windows editor.
You can see your WSL file system from Windows at:
%LocalAppData%\lxss\rootfs
although I wonβt contact him from within Windows.
/ root will be under
%LocalAppData%\lxss\rootfs\root
and
/ home will be under
%LocalAppData%\lxss\rootfs\home
The two are installed separately so that they are not removed when the WSL is removed.
source share