mskyaxl / wsl-terminal

Terminal emulator for Windows Subsystem for Linux (WSL)
MIT License
3.12k stars 158 forks source link

Use string literals for paths in context menu entries #86

Closed blu3r4y closed 6 years ago

blu3r4y commented 6 years ago

If the path to the open-wsl.exe includes spaces, the context menu entries will not work properly and Windows will fail to open the executable.

This can easily be fixed by enclosing the path in string literals when writing to the registry.