128 bytes added ,  31 August 2023
m
no edit summary
iwu
Tag: visualeditor
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 17: Line 17:
</syntaxhighlight>Run a specific distribution (when there are multiple ones)<syntaxhighlight lang="powershell">
</syntaxhighlight>Run a specific distribution (when there are multiple ones)<syntaxhighlight lang="powershell">
wsl -d <Distribution Name>
wsl -d <Distribution Name>
</syntaxhighlight>
Start WSL2, exit, and then keep WSL2 running
<syntaxhighlight lang="powershell">
wsl --exec dbus-launch true
</syntaxhighlight>
</syntaxhighlight>