System has not been booted with systemd as init system (PID 1). Can't operate. windows error
sudo -b unshare --pid --fork --mount-proc /lib/systemd/systemd --system-unit=basic.target
sudo -E nsenter --all -t $(pgrep -xo systemd) runuser -P -l $USER -c "exec $SHELL"
#this will enable systemctl command for linux ubuntu subsystem on windows