Last active
July 2, 2019 22:19
-
-
Save cwilhit/74062997951e7f8c478722a3a526d6b3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Let’s enable extra metadata options by default | |
[automount] | |
enabled = true | |
root = /windir/ | |
options = "metadata,umask=22,fmask=11" | |
mountFsTab = false | |
#Let’s enable DNS – even though these are turned on by default, we’ll specify here just to be explicit. | |
[network] | |
generateHosts = true | |
generateResolvConf = true |
Fixed, thanks for catching :)
When you're done editing wsl.conf you can execute this command Restart-Service LxssManager
in PowerShell as admin to restart your distros
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Haven't tested this - but that
"
at the beginning looks suspicious to me, that shouldn't be correct ini/gitconfig syntax as the article suggests...