WSL: Start from Real Home

To Start from real home folder, simply change startup command in Windows Terminal:

image-20220127171311052

1wsl.exe -d Ubuntu --cd ~

note that everything after -- will be simply treated by wsl as raw command to execute, that’s why it works.

Have feedback or questions? Feel free to email me.