WSL-launch-GUI icon indicating copy to clipboard operation
WSL-launch-GUI copied to clipboard

Launch GUI application on Windows Subsystem for Linux

Results 1 WSL-launch-GUI issues
Sort by recently updated
recently updated
newest added

A suggested fix is to replace `run_app_no_console.bat` with `run_app_no_console.vbs` with the following content: ``` '************************************************* ' Run the run_app.bat file silently '************************************************* 'adapted from http://superuser.com/questions/140047/how-to-run-a-batch-file-without-launching-a-command-window/390129 ScriptFullPath = Wscript.ScriptFullName ScriptName =...