Developer Ready Custom Windows 11 and WSL Setup
Step-by-step guide to download, customize, and install Windows 11. Includes script links, PowerShell commands, and bootable USB creation using Ventoy. Watch the video for detailed instructions!
Download Windows 11
- Click here to download Windows download scripts.
- Open the
PowerShell
as an administrator. -
Unzip the downloaded file using this command (change path if required):
1
Expand-Archive -Path '~\Downloads\*en-us_professional*.zip' -DestinationPath 'win11_setup'
- Go to the extracted folder
cd win11_setup
- Optional: Let’s keep only required packages, open file
CustomAppsList.txt
Optional: This file is responsible for installing the packages in your Windows 11. Uncomment the package names by removing
#
if you need that package. - Save the
CustomAppsList.txt
file and go back to terminal. -
Run below command to use custom apps list file.
1 2
(Get-Content ConvertConfig.ini).Replace('CustomList =0', 'CustomList =1') ` | Set-Content ConvertConfig.ini
Create ISO File
Now we are ready, let run the command to start creating .iso file:
1
& 'uup_download_windows.cmd'
It will prompt you for confirmation, please type
R
and hit enter. Now you need to wait for approx. 15-30 minutes to let it download and create .iso file for you.
Install Windows 11
- ❗Make sure you have external backup of your Laptop/computer where you’re trying to install windows.
- Plug a pen-drive (minimum 8GB), download Ventoy and install it on your pen-drive (don’t worry, Ventoy is very easy to install. How to install Ventoy?)
- Once you’re done, find your pen-drive’s drive letter in your file explorer. and paste your newly build ISO file from
win11_setup
folder. - Once copied, shut-down your computer.
- When you’re ready press power-on button of your computer and press F10, F12 or F2 based on your computer manufacture. Feel free to google
asus laptop boot menu key
for your laptop brand. - You’ll be prompted to use your pen-drive as boot device, select and hit enter.
- Select, Windows 11 and proceed.
- Now you can follow the prompts and continue installing Windows (Watch my YouTube Video)
This post is licensed under CC BY 4.0 by the author.