User Tools

Site Tools


kali_linux_on_windows_10

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
kali_linux_on_windows_10 [2026/06/30 08:58] – created misakali_linux_on_windows_10 [2026/06/30 09:00] (current) misa
Line 3: Line 3:
  
 1. INSTALL WSL 2 RUN POWERSHELL as administrator  1. INSTALL WSL 2 RUN POWERSHELL as administrator 
 +
 ⚙️ Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux ⚙️ Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
 +
  RESTART   RESTART 
-⚙️ dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart + 
- ⚙️ dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart +⚙️ ''dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart'' 
 + 
 + ⚙️ ''dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart  
 +''
 RESTART  RESTART 
 +
 Download Linux Kernel: https://aka.ms/wsl2kernel Download Linux Kernel: https://aka.ms/wsl2kernel
 +
 SET DEFAULT TO WSL 2  SET DEFAULT TO WSL 2 
-⚙️ wsl --set-default-version 2 CHECK VERSION  + 
-⚙️ wsl --list --verbose +⚙️ ''wsl --set-default-version 2 CHECK VERSION''  
 + 
 +⚙️ ''wsl --list --verbose''  
 2. INSTALL GUI  2. INSTALL GUI 
-⚙️ sudo apt update && sudo apt upgrade -y  + 
-⚙️ sudo apt install kali-desktop-xfce -y +⚙️ ''sudo apt update && sudo apt upgrade -y''  
 + 
 +⚙️ ''sudo apt install kali-desktop-xfce -y'' 
 + 
 XRDP  XRDP 
-⚙️ sudo apt install xrdp -y  
-sudo apt-get install dbus-x11 
-⚙️ sudo service xrdp start 
  
-ip add +⚙️ ''sudo apt install xrdp -y''  
-ip adresse kopieren + 
-login via rdp +''sudo apt-get install dbus-x11'' 
 + 
 +⚙️ ''sudo service xrdp start'' 
 + 
 +''ip add'' 
 + 
 +''ip adresse kopieren'' 
 + 
 +''login via rdp''  
kali_linux_on_windows_10.1782809898.txt.gz · Last modified: (external edit)