
Sudo sed -i 's$EXTERNAL$ANONYMOUS$' /etc/dbus-1/nf ℹ️ Linux installation inherits Windows host name, but it is not configured fully, sudo needs to have updated /etc/hosts file with a right host name sudo sh -c "echo '127.0.0.1 `hostname`' > /etc/hosts" Fix D-BUS sudo sed -i 's$.*$tcp:host=localhost,port=0$' /etc/dbus-1/nf ℹ️ Linux inherits original Windows language, so in case on non-English host system, when you feel odd to use non-English️ Linux, you must change it by a bash command: echo LANG="en_US.utf8" > ~/.bashrc Fix sudo Or, lxrun /install /y to install windows with root user and without password (a user can be added later on).Either execute bash, then follow an installation process.Reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock" /t REG_DWORD /f /v "AllowDevelopmentWithoutDevLicense" /d "1"Įnable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux



In this post I will describe how to install WSL on Windows 10, configure X11 to run any Linux application in GUI mode, and fix missing sound problem.Īfter this step it’s possible to enter Linux environment, but it has few pitfalls. This is more like a notebook entry, rather than full tutorial.
