Create Soft / Hard link #
Using ln in WSL does not create Windows capable symlinks. To do so, open CMD with administrator privilege, and use mklink command. Notice that mklink has an odd argument order.
To make soft link for directory:
mklink /D Link Targetbat
Target is the directory which already exist.
Type mklink for more information.
Checkout battery info #
powerconfig /batteryreportbat
Checkout HTML generated at $HOME/battery_report.html