Hey Guys, It's me SaadMaqsood ๐๐ป♂️ back again with another super simple tutorial! Today we’re unlocking something ๐ฅ that every tech bro, coder, and ethical hacker dreams about — running Kali Linux directly inside your Windows PC using WSL (Windows Subsystem for Linux).
Forget about those messy dual-boot setups that scare people away or needing an extra laptop just to play with Linux tools. With WSL, you can switch between Windows and Linux instantly, almost like having two worlds inside one machine ⚡.
And the best part? It’s literally just a one-click install ✨, no stress, no drama.
๐ Why this matters?
- ✅ You can run Linux + hacking tools without leaving Windows
- ✅ It’s free & official (from Microsoft Store ๐ฅ)
- ✅ No partitioning drama, just install & go
๐ What you’ll learn today:
- Enable WSL on Windows
- Install Kali Linux from Microsoft Store
- Run & update Kali like a pro ๐ง๐ป
๐ข Step 1: Enable WSL
Open PowerShell as Administrator and paste this command ๐
wsl --install
๐ก Tip: Restart your PC after this, otherwise Windows acts moody ๐ค.
๐ข Step 2: Make Sure You’re on WSL 2
Still in PowerShell, type:
wsl --set-default-version 2
⚡ WSL2 = full Linux kernel = smooth experience.
๐ข Step 3: Install Kali from Microsoft Store ๐
1. Open Microsoft Store 2. Search for Kali Linux ๐ 3. Click Get → Install → Open
๐ข Step 4: First Launch Setup
When you open Kali for the first time, it’ll ask you to create:
- ๐ค A username
- ๐ A password
Done! You’re officially inside Kali on Windows ๐.
๐ข Step 5: Update Your Kali
Inside the Kali terminal, run this to update everything ๐
sudo apt update && sudo apt upgrade -y
๐ฅ Now you’re ready to install hacking tools, scripts, and whatever crazy projects you’ve got cooking.
๐ข Step 6: Open Kali Again
Whenever you want to use Kali, you don’t need to reinstall. Just open it like this:
- ๐ป Open Start Menu → Search for Kali Linux → Click Launch
- ๐ Or open Command Prompt / PowerShell and type:
wsl --distribution kali-linux
- ⚡ Shortcut: just type
kali
in Command Prompt if it’s set as default WSL distro
๐ข Step 7: Basic Kali Usage
Once inside the Kali terminal, here’s the beginner stuff you can do:
- ๐
ls
→ list files in the current directory - ๐
cd folder_name
→ change directory - ๐
pwd
→ see current directory path - ๐
sudo apt install tool_name
→ install new tools - ๐
exit
→ close the terminal
๐ก Tip: Think of it as a mini Linux PC inside your Windows ๐ฅ️. You can run scripts, install hacking tools, and explore Linux commands safely!
✨ What’s Next?
- ๐ Install tools like
nmap
,metasploit
,burpsuite
- ๐ Try setting up GUI for a full hacker desktop vibe ๐ฅ️
- ๐ Explore more tutorials on LearnTermux.tech ๐ฅ
๐ If you found this helpful → drop a comment, share with your tech bro, or bookmark for later. Trust me, you’ll thank yourself ๐.
No comments: