wslact - Component of WSL Utilities
wslact COMMAND ...
A set of quick actions for WSL such as creating startup tasks and manually sync time between Windows and WSL.
Currently, we have two features available:
ts, time-sync - Time
Sync
am, auto-mount - Auto Mounting
mr, memory-reclaim - Memory Reclamation
Time
Sync
Time Sync (time-sync) feature allows user to manually
sync time from Windows to WSL. Sometime, when you have
network issues, WSL time will be slower than the Windows
time. This tool is designed for this situation. Requires
sudo.
SYNOPSIS
wslact time-sync [-h]
OPTIONS
-h, --help
print a simple help.
Auto
Mounting
Auto Mounting (auto-mount) feature allows you to
mount all drives available on Windows to WSL. Requires sudo.
SYNOPSIS
wslact auto-mount [-mh]
OPTIONS
-m, --mount-options
pass a list of options you want to pass to mount command.
-h, --help
print a simple help.
Memory
Reclamation
Memory Reclamation (memory-reclaim) feature allows
you to reclaim memory by dropping memory cache. Requires
sudo.
SYNOPSIS
wslact memory-reclaim [-h]
OPTIONS
-h, --help
print a simple help.
-h, --help
print a simple help.
-v, --version
print current version.
Created by Patrick Wu <me@patrickwu.space>
Report bugs to <https://github.com/wslutilities/wslu/issues>; For Ubuntu specific/related bugs, report to <https://bugs.launchpad.net/ubuntu/+source/wslu>.
This is free software; you can redistribute it and/or modify it under the terms of the GNU GPL version 3 or (at your option) any later version. There is NO warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
wslu(7)