@@ -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