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
For general Windows information on build 17713 visit the [Windows Blog](https://blogs.windows.com/windowsexperience/2018/07/11/announcing-windows-10-insider-preview-build-17713/).
17
+
18
+
### WSL
19
+
* Improved zombie support [GH 1353]
20
+
* Add wsl.conf entries for controlling Windows interop behavior [GH 1493]
21
+
```
22
+
[interop]
23
+
enabled=false # enable launch of Windows binaries; default is true
24
+
appendWindowsPath=false # append Windows path to $PATH variable; default is true
25
+
```
26
+
* Fix for getsockname not always returning UNIX socket family type [GH 1774]
27
+
* Add support for TIOCSTI [GH 1863]
28
+
* Non-blocking sockets in the process of connecting should return EAGAIN for write attempts [GH 2846]
29
+
* Support interop on mounted VHDs [GH 3246, 3291]
30
+
* Fix permission checking issue on root folder [GH 3304]
31
+
* Limited support for TTY keyboard ioctls KDGKBTYPE, KDGKBMODE and KDSKBMODE.
32
+
* Windows UI apps should execute even when launched in the background.
33
+
15
34
## Build 17704
16
35
For general Windows information on build 17704 visit the [Windows Blog](https://blogs.windows.com/windowsexperience/2018/06/27/announcing-windows-10-insider-preview-build-17704/).
0 commit comments