Created
December 7, 2017 06:29
-
-
Save kentork/8bd05edbc64fa547cf2159b4a4a3dd09 to your computer and use it in GitHub Desktop.
Stop inheriting $PATH of windows to WSL - https://github.com/Microsoft/WSL/issues/1890#issuecomment-339952407
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LxssManager] | |
"DistributionFlags"=dword:fffffffd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Lxss] | |
"AppendNtPath"=dword:00000000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment