ConEmu | Maximus5/ConEmu

Tabbed terminal window; integrates all Win-compatible shells, and into Win Explorer

FIX @ 2020-10-09

Launch of wsl (@ ConEmu) was FAILing after Win Update and/or WSL 2 attempt (wsl --set-version Ubuntu-18.04 2). This is the fix:

wsl.exe -d Ubuntu-18.04 -cur_console:am:""

Sans distro specificity …

wsl.exe -cur_console:am:"":

Refererences

Settings

@ script.cmd

@ Explorer (folder) Context Menu

HKCR\Directory\Background\shell\...

; WSL
[HKEY_CLASSES_ROOT\Directory\Background\shell\WSL]
@="WSL"
"Icon"="C:\\ICONS\\Apps\\Linux.tux.ico,0"

[HKEY_CLASSES_ROOT\Directory\Background\shell\WSL\command]
@="C:\\windows\\system32\\cmd.exe /c \"C:\\Program Files\\_unregistered\\cmd_library\\LinuxHere.cmd\""

; Ubuntu
[HKEY_CLASSES_ROOT\Directory\Background\shell\LinuxUbuntu]
@="Linux Ubuntu"
"Icon"="C:\\ICONS\\Apps\\Linux.Ubuntu.ico,0"

[HKEY_CLASSES_ROOT\Directory\Background\shell\LinuxUbuntu\command]
@="C:\\windows\\system32\\cmd.exe /c \"C:\\Program Files\\_unregistered\\cmd_library\\LinuxHere.cmd\" ubuntu"

; ConEmu
[HKEY_CLASSES_ROOT\Directory\Background\shell\ConEmu]
@="ConEmu"
"Icon"="C:\\Program Files\\ConEmu\\ConEmu64.exe,0"

[HKEY_CLASSES_ROOT\Directory\Background\shell\ConEmu\command]
@="C:\\Program Files\\ConEmu\\ConEmu64.exe -Dir \"%V\""