YoWSL

Yet another Windows Subsystem for Linux tweaker.

This project is in the very very early stage of development.

Features

Installation

You can download pre-built binaries from the downloads page.

Running

```

To register:

New-Item -Name MyUbuntu -ItemType Directory yowsl.exe register MyUbuntu -s install.tar.gz -d MyUbuntu ```

```

To launch:

yowsl.exe launch MyUbuntu ```

```

To get the configuration:

yowsl.exe get-configuration MyUbuntu [MyUbuntu] version = 1 defaultuid = 0 flags = 7 # 0b111 -> ENABLEINTEROP (1) | APPENDNTPATH (2) | ENABLEDRIVEMOUNTING (4) defaultenvironmentvalues = ["HOSTTYPE=x8664", "LANG=enUS.UTF-8", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games", "TERM=xterm-256color"] ```

```

To set the configuration:

yowsl.exe set-configuration MyUbuntu -u 1000 ```

```

To unregister:

yowsl.exe unregister MyUbuntu ```

License

YoWSL is distributed under the terms of the Apache License, Version 2.0. See LICENSE-APACHE-2-0 for details.