我在explorer.exe . opens System32 directory in Windows 1903中列出了完全相同的问题。
当我输入命令explorer.exe时,我只得到System32,而不是我当前的文件位置。

如何使我的当前位置正确?
发布于 2020-04-17 22:40:32
尝尝这个
$ explorer.exe $(wslpath -w $(pwd))
# or,
$ alias explorer='explorer.exe $(wslpath -w $(pwd))'https://stackoverflow.com/questions/61273677
复制相似问题