How To Install Kali Linux on Windows (The Dumb-Easy Way)

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:

  1. Enable WSL on Windows
  2. Install Kali Linux from Microsoft Store
  3. 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 ๐Ÿ˜Ž.

๐Ÿ‘พ Stay Ethical & Keep Learning! ⚡

How To Install Kali Linux on Windows (The Dumb-Easy Way)  How To Install Kali Linux on Windows (The Dumb-Easy Way) Reviewed by Saad Maqsood on September 25, 2025 Rating: 5

No comments:

Powered by Blogger.