Last active
January 16, 2022 01:43
-
-
Save mrimp/28026171d291383614393a371d0bc327 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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