How to access Linux files in Windows (explorer)
I always have a need to edit and play with WSL Linux based files in my Windows apps, like editing them in Notepad++.
Simple trick — use WSL and go into directory you need to open in Windows Explorer.

cd /home/dimko/.pulumi/test
Then, once you are in the directory, just hit

explorer.exe .
It will open up the explorer for you in that specific directory!
