You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WSL/wsl-config.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -225,3 +225,14 @@ Section label: `[network]`
225
225
|:----|:----|:----|:----|
226
226
| generateHosts | boolean |`true`|`true` sets WSL to generate `/etc/hosts`. The `hosts` file contains a static map of hostnames corresponding IP address. |
227
227
| generateResolvConf | boolean |`true`|`true` set WSL to generate `/etc/resolv.conf`. The `resolv.conf` contains a DNS list that are capable of resolving a given hostname to its IP address. |
228
+
229
+
#### interop
230
+
231
+
Section label: `[interop]`
232
+
233
+
These options are available in Insider Build 17713 and later.
234
+
235
+
| key | value | default | notes|
236
+
|:----|:----|:----|:----|
237
+
| enabled | boolean |`true`| Setting this key will determine whether WSL will support launching Windows processes. |
238
+
| appendWindowsPath | boolean |`true`| Setting this key will determine whether WSL will add Windows path elements to the $PATH environment variable. |
0 commit comments