You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`command`| string |`""`| A string of the command that you would like to run when the WSL instance starts. This command is run as the root user. e.g: `service docker start`. |
137
+
|`protectBinfmt`| boolean |`true`| Prevents WSL from generating systemd units when systemd is enabled. |
138
+
139
+
### GPU settings
140
+
141
+
wsl.conf section label: `[gpu]`
142
+
143
+
| Key | Value | Default | Notes |
144
+
|:----|:----|:----|:----|
145
+
|`enabled`| boolean |`true`| Allow Linux applications to access the Windows GPU via para-virtualization. |
146
+
147
+
### Time settings
148
+
149
+
wsl.conf section label: `[time]`
150
+
151
+
| Key | Value | Default | Notes |
152
+
|:----|:----|:----|:----|
153
+
|`useWindowsTimezone`| boolean |`true`| Setting this key will make WSL use and sync to the timezone set in Windows. |
0 commit comments