Skip to content

Commit 9784e88

Browse files
committed
Launcher update to 20120500
1 parent 7c6a062 commit 9784e88

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LNCR_EXE=Amazon2.exe
33

44
DLR=curl
55
DLR_FLAGS=-L
6-
LNCR_URL=https://github.com/yuk7/wsldl/releases/download/20100500/Launcher.exe
6+
LNCR_URL=https://github.com/yuk7/wsldl/releases/download/20120500/Launcher.exe
77

88
all: $(OUT_ZIP)
99

README.md

+34-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ based on [wsldl](https://github.com/yuk7/wsldl)
1313

1414

1515
## Requirements
16-
* Windows 10 Fall Creators Update x64 or later. (Testing with build 19631)
16+
* Windows 10 Fall Creators Update x64 or later.
1717
* Windows Subsystem for Linux feature is enabled.
1818

1919
## Install
@@ -57,11 +57,14 @@ Usage :
5757
- `--default-uid <uid>`: Set the default user uid for this distro to <uid>
5858
- `--append-path <on|off>`: Switch of Append Windows PATH to $PATH
5959
- `--mount-drive <on|off>`: Switch of Mount drives
60+
- `--default-term <default|wt|flute>`: Set default terminal window
6061
6162
get [setting]
6263
- `--default-uid`: Get the default user uid in this distro
6364
- `--append-path`: Get on/off status of Append Windows PATH to $PATH
6465
- `--mount-drive`: Get on/off status of Mount drives
66+
- `--wsl-version`: Get WSL Version 1/2 for this distro
67+
- `--default-term`: Get Default Terminal for this distro launcher
6568
- `--lxguid`: Get WSL GUID key for this distro
6669
6770
backup [contents]
@@ -75,6 +78,36 @@ Usage :
7578
- Print this usage message.
7679
```
7780

81+
#### Just Run exe
82+
```cmd
83+
>Amazon2.exe
84+
[root@PC-NAME user]#
85+
```
86+
87+
#### Run with command line
88+
```cmd
89+
>Amazon2.exe run uname -r
90+
4.4.0-43-Microsoft
91+
```
92+
93+
#### Run with command line with path translation
94+
```cmd
95+
>Amazon2.exe runp echo C:\Windows\System32\cmd.exe
96+
/mnt/c/Windows/System32/cmd.exe
97+
```
98+
99+
#### Change Default User(id command required)
100+
```cmd
101+
>Amazon2.exe config --default-user user
102+
103+
>Amazon2.exe
104+
[user@PC-NAME dir]$
105+
```
106+
107+
#### Set "Windows Terminal" as default terminal
108+
```cmd
109+
>Amazon2.exe config --default-term wt
110+
```
78111

79112
#### How to uninstall instance
80113
```dos

0 commit comments

Comments
 (0)