Skip to content

Instantly share code, notes, and snippets.

@mrimp
Last active January 16, 2022 01:43
Show Gist options
  • Save mrimp/28026171d291383614393a371d0bc327 to your computer and use it in GitHub Desktop.
Save mrimp/28026171d291383614393a371d0bc327 to your computer and use it in GitHub Desktop.
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
wsl --set-default-version 2
App Store Kali Linux
RESTART
KALI TERM
touch ~/.hushlogin
sudo apt update && sudo apt dist-upgrade
sudo apt install kali-win-kex
sudo apt install kali-linux-large
Desktops
VNC: kex -s
RDP: kex --esm -s
Seamless: kex --sl -s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment