There appears to be two different methods to install Kali on WSL:

1) Running a python script to get and install the packages as described here:
https://www.kali.org/tutorials/kali-...tem-for-linux/

2) Installing the Kali app via Windows Store as described here:
https://blogs.msdn.microsoft.com/com...linux-for-wsl/

I already had WSL installed for a while and I chose option 2 and it asks for a new username/password. What I don't understand is, does the Kali install via Windows Store use an entire different Bash environment from my original? I had a lot of applications already installed and seems I can only launch Kali on WSL via the Kali App icon and not via Bash on Ubuntu on Windows launcher or by running bash on dos command prompt.

Also, when I try to run 'service postgresql start' to so I can initial the Metasploit database, I am getting this response:
-bash: service: command not found

Anyone tested Kali from installing from Windows Store?