How to Install Kali Linux On Windows 11 Using WSL Step-by-Step

212K views Jul 26, 2024
linuxtechi.com

In this video, we'll show you how to install Kali Linux on Windows 11 using Windows Subsystem for Linux (WSL). Our detailed, step-by-step guide is perfect for beginners and ensures you can follow along easily. **What is WSL?** Windows Subsystem for Linux (WSL) allows you to run a Linux distribution alongside your Windows operating system without the need for a virtual machine. It's a fantastic tool for developers, IT professionals, and cybersecurity experts who need the power of Linux within their Windows environment. **Kali Linux Installation Steps on Windows 11 Using WSL:** 1. **Enable WSL on Windows 11** - Start PowerShell with administrative rights and run the following commands: ``` dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart ``` - Reboot your system to apply the changes. 2. **Set WSL version 2 as the default version** - Open PowerShell as an administrator and enter: ``` wsl --set-default-version 2

#Computer Science
  # Computer Security
  # Operating Systems
  # Software