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 17046 visit the [Windows Blog](https://blogs.windows.com/windowsexperience/2017/11/22/announcing-windows-10-insider-preview-build-17046-pc).<br/>
- DrvFs creates NT symlinks when certain conditions are met. [GH 353, 1475, 2602]
26
+
- The link target must be relative, must not cross any mount points or symlinks, and must exist.
27
+
- The user must have SE_CREATE_SYMBOLIC_LINK_PRIVILEGE (this normally requires you to launch wsl.exe elevated), unless Developer Mode is turned on.
28
+
- In all other situations, DrvFs still creates WSL symlinks.
29
+
- Allow running elevated and non-elevated WSL instances simultaneously.
30
+
- Support /proc/sys/kernel/yama/ptrace_scope
31
+
- Add wslpath to do WSL<->Windows path conversions. [GH 522, 1243, 1834, 2327, et al.]
32
+
```
33
+
wslpath usage:
34
+
-a force result to absolute path format
35
+
-u translate from a Windows path to a WSL path (default)
36
+
-w translate from a WSL path to a Windows path
37
+
-m translate from a WSL path to a Windows path, with ‘/’ instead of ‘\\’
38
+
39
+
EX: wslpath ‘c:\users’
40
+
```
41
+
#### Console
42
+
- No fixes.
43
+
44
+
### LTP Results:
45
+
Testing in progress.
46
+
15
47
## Build 17040
16
48
17
49
For general Windows information on build 17040 visit the [Windows Blog](https://blogs.windows.com/windowsexperience/2017/11/16/announcing-windows-10-insider-preview-build-17040-pc).<br/>
0 commit comments