===========================================
        WinToLinux 2.0 – TechNews365
===========================================

Thank you for downloading WinToLinux 2.0!
This tool allows you to easily install a Linux distribution
on Windows using WSL, with a modern and intuitive interface.

-------------------------------------------
1. Folder Contents
-------------------------------------------

WinToLinux-2.0/
│
├── index.php                  → Graphical interface (distro selection)
├── wintolinux-install.ps1     → Installation script (TechNews365 engine)
├── README.txt                 → French version
├── README-EN.txt              → English version
│
├── assets/
│   ├── style.css              → TechNews365 theme
│   ├── banners/               → WinToLinux logo
│   ├── icons/distros/         → Distribution icons
│
└── docs/ (optional)
    └── instructions.pdf       → User guide (if added later)


-------------------------------------------
2. Requirements
-------------------------------------------

• Windows 10 or Windows 11  
• Internet connection  
• PowerShell (included in Windows)  
• WSL enabled (the script will handle this automatically)  


-------------------------------------------
3. Before You Begin
-------------------------------------------

1) Open PowerShell as Administrator:
   - Start Menu → type "PowerShell"
   - Right‑click → Run as administrator

2) Allow script execution:
   Copy and paste this command:

   Set-ExecutionPolicy RemoteSigned -Scope CurrentUser

3) Extract the WinToLinux 2.0 folder on your PC.

4) Open index.php in your browser (Chrome, Edge, Firefox).

5) Choose your Linux distribution, enter your username
   and your machine name.

6) Click "Copy Command" and paste it into PowerShell.


-------------------------------------------
4. Start the Installation
-------------------------------------------

In PowerShell (admin), run the generated command, for example:

wintolinux-install.ps1 -Distro "Ubuntu" -Username "john" -Hostname "wintolinux-john"

The script will:
• enable WSL if needed  
• install the selected distribution  
• create your Linux user  
• configure the hostname  
• finalize the environment  


-------------------------------------------
5. Support & Related Projects
-------------------------------------------

TechNews365 OS – Admin Edition  
TechNews365 OS – Gaming Edition  

Official website: (to be added)  
GitHub: (to be added)  
Discord: (to be added)  


-------------------------------------------
6. License
-------------------------------------------

WinToLinux 2.0 is provided for free.
You may modify and redistribute it freely.


===========================================
Thank you for using WinToLinux 2.0!
Powered by TechNews365.
===========================================
