Skip to content

Instantly share code, notes, and snippets.

@nucab
Last active March 26, 2019 15:34
Show Gist options
  • Save nucab/4f0c5d7b2e54976b91cc1d89760d4b49 to your computer and use it in GitHub Desktop.
Save nucab/4f0c5d7b2e54976b91cc1d89760d4b49 to your computer and use it in GitHub Desktop.
$ cat /etc/wsl.conf
https://docs.microsoft.com/en-us/windows/wsl/wsl-config#set-wsl-launch-settings
https://www.howtogeek.com/261575/how-to-run-graphical-linux-desktop-applications-from-windows-10s-bash-shell/
# Enable extra metadata options by default
[automount]
enabled = true
root = /windir/
options = "metadata,umask=22,fmask=11"
mountFsTab = false
# Enable DNS – even though these are turned on by default, we’ll specify here just to be explicit.
[network]
generateHosts = true
generateResolvConf = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment