@@ -13,7 +13,7 @@ based on [wsldl](https://github.com/yuk7/wsldl)
13
13
14
14
15
15
## Requirements
16
- * Windows 10 Fall Creators Update x64 or later. (Testing with build 19631)
16
+ * Windows 10 Fall Creators Update x64 or later.
17
17
* Windows Subsystem for Linux feature is enabled.
18
18
19
19
## Install
@@ -57,11 +57,14 @@ Usage :
57
57
- `--default-uid <uid>`: Set the default user uid for this distro to <uid>
58
58
- `--append-path <on|off>`: Switch of Append Windows PATH to $PATH
59
59
- `--mount-drive <on|off>`: Switch of Mount drives
60
+ - `--default-term <default|wt|flute>`: Set default terminal window
60
61
61
62
get [setting]
62
63
- `--default-uid`: Get the default user uid in this distro
63
64
- `--append-path`: Get on/off status of Append Windows PATH to $PATH
64
65
- `--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
65
68
- `--lxguid`: Get WSL GUID key for this distro
66
69
67
70
backup [contents]
@@ -75,6 +78,36 @@ Usage :
75
78
- Print this usage message.
76
79
```
77
80
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
+ ```
78
111
79
112
#### How to uninstall instance
80
113
``` dos
0 commit comments