Just go to the directory where the files are and run the following command:
Enter the name of the file you want to execute in place of
cmd.exe /C start <file>
that's all.
This is one way to run Windows tools directly from Linux (WSL).
Reference URL https://qastack.jp/superuser/1160419/how-can-i-open-a-file-from-wsl-with-the-default-application
https://docs.microsoft.com/ja-jp/windows/wsl/interop
Recommended Posts