wslx
v0.0.1
Published
a tool to strengthen function of wsl. wsl功能增强工具
Downloads
5
Readme
wslx
a tool to strengthen function of wsl. wsl 功能增强工具.
by lanbo
Install
npm install wslx -g
Usage
start default distribution version:
wslx
start specified distribution version:
wslx -d Ubuntu-20.04
set wsl start the default distribution version with windows startup:
wslx --startup
set wsl start the specified distribution version with windows startup:
wslx --startup Ubuntu-20.04
cancel wsl start the default distribution version with windows startup:
wslx --cancel-startup
cancel wsl start the specified distribution version with windows startup:
wslx --cancel-startup Ubuntu-20.04
get the status of the default distribution startup services:
wslx --startup-status
get the status of the specified distribution startup services:
wslx --startup-status Ubuntu-20.04
shutdown all running wsl
wslx -s