From ac24e32604e39f21e4e07e209ee61271739f39b7 Mon Sep 17 00:00:00 2001 From: Mateusz Loskot Date: Wed, 23 May 2018 11:23:46 +0200 Subject: [PATCH] Add scratch notes of PowerShell script to run ConEmu with WSL https://github.com/Microsoft/WSL/issues/2578 --- scripts/run-conemu-wsl.ps1 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/run-conemu-wsl.ps1 diff --git a/scripts/run-conemu-wsl.ps1 b/scripts/run-conemu-wsl.ps1 new file mode 100644 index 0000000..90f5d94 --- /dev/null +++ b/scripts/run-conemu-wsl.ps1 @@ -0,0 +1,5 @@ +# TODO + +# Get-ChildItem "HKCU:\Software\Microsoft\Windows\CurrentVersion\Lxss" -Recurse +# +# set "PATH=%ConEmuBaseDirShort%\wsl;%PATH%" & %ConEmuBaseDirShort%\conemu-cyg-64.exe --wsl --distro-guid={bc996e25-168f-4375-bf3b-afbf564265b3} -cur_console:pm:/mnt/d \ No newline at end of file