Guest User

Run Linux inside windows NoVM

a guest
Oct 26th, 2025
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. πŸ’»πŸ§ͺ **Mind-Blowing Hack: Full Ubuntu Desktop INSIDE Windows!** πŸ”₯
  2.  
  3. You won’t believe this β€” I just ran a **complete Ubuntu GNOME desktop** (not just the terminal) **right inside Windows**, side-by-side with my regular apps! 😱πŸ’₯
  4. No virtual machine. No reboot. Just pure Linux magic. πŸͺ„
  5.  
  6.  
  7. ### πŸš€ **Step 1: Enable WSL (1-Click Setup)**
  8.  
  9. **Easiest way:**
  10. πŸ‘‰ [Get WSL from Microsoft Store](https://apps.microsoft.com/detail/9pdxgncfsczv?hl=en-US&gl=US)
  11.  
  12. **Or via PowerShell (Admin):**
  13.  
  14. ```powershell
  15. wsl --install -d Ubuntu-24.04
  16. wsl --set-default-version 2
  17. ```
  18.  
  19. Launch **Ubuntu** from Start Menu β†’ finish setup. Done! βœ…
  20.  
  21.  
  22. ### πŸ–₯️ **Pick Your Desktop Flavor**
  23.  
  24. | Package | Desktop | Included in Ubuntu? |
  25. |---------------------|-------------------|---------------------|
  26. | `ubuntu-desktop` | **GNOME** (sleek & modern) | βœ… Yes (default) |
  27. | `kubuntu-desktop` | KDE Plasma | ❌ |
  28. | `xubuntu-desktop` | XFCE (lightweight)| ❌ |
  29. | `lubuntu-desktop` | LXQt | ❌ |
  30.  
  31.  
  32. ### βš™οΈ **Step 2: Launch Full GNOME Desktop**
  33.  
  34. 1. Open **Ubuntu** in PowerShell:
  35. ```powershell
  36. wsl
  37. ```
  38.  
  39. 2. Inside Ubuntu, run:
  40. ```bash
  41. sudo apt update && sudo apt upgrade -y
  42. sudo apt install ubuntu-desktop gnome-session gnome-terminal dbus-x11 x11-apps -y
  43. sudo service dbus start
  44. export DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2}'):0
  45. gnome-session
  46. ```
  47.  
  48.  
  49. ### πŸͺŸ **Free X Server (Required!)**
  50.  
  51. Download this **free, trusted X server** for Windows:
  52. πŸ‘‰ [VcXsrv X Server](https://apps.microsoft.com/detail/9pm8lp83g3l3?hl=en-US&gl=US)
  53.  
  54. **Quick Start:**
  55. 1. Launch VcXsrv β†’ choose **"Multiple windows"** β†’ **Display 0** β†’ **Start no client** βœ…
  56. 2. Run `gnome-session` in WSL
  57.  
  58. **BOOM!** Full Ubuntu desktop pops up β€” drag, resize, multitask like a pro! 🎯
  59.  
  60.  
  61. πŸ’‘ **Pro Tip:** Pin both Windows & Ubuntu apps to your taskbar. Switch in 1 click!
  62. No performance hit β€” WSL 2 uses hardware acceleration. πŸš€
Advertisement
Add Comment
Please, Sign In to add comment