I spent more time than I care to admit trying to figure out how to make symlinks generated through Windows Ubuntu (also known as WSL, Windows Subsystem for Linux) recognizable in Windows. I kept using this command: ln -s my-actual-dir my-symlink. And it would create a file instead of a directory. Also, it would be …