Skip to content

Instantly share code, notes, and snippets.

@MarWeUMR
Last active February 25, 2024 16:26
Show Gist options
  • Save MarWeUMR/2081b4a8dd4f2bce7f350944b7de0890 to your computer and use it in GitHub Desktop.
Save MarWeUMR/2081b4a8dd4f2bce7f350944b7de0890 to your computer and use it in GitHub Desktop.
WSL Configuration
# /etc/wsl.conf

[user]
  default=$USER # replace with your wsl user name

[boot]
  systemd=true

[interop]
  enabled=false # enable launch of Windows binaries; default is true
  appendWindowsPath=false # append Windows path to $PATH variable; default is true
  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment