Skip to content

Commit 01d60da

Browse files
author
Ben Hillis
authored
Add interop options to wsl.conf
1 parent 889f7f2 commit 01d60da

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

WSL/wsl-config.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,3 +225,14 @@ Section label: `[network]`
225225
|:----|:----|:----|:----|
226226
| generateHosts | boolean | `true` | `true` sets WSL to generate `/etc/hosts`. The `hosts` file contains a static map of hostnames corresponding IP address. |
227227
| 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

Comments
 (0)