rizkiwibu / WindowsLinucx

Collection of tools and resources for Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run Sh as usual and don't forget to change the config.json!

With this you can run Windows on Linux, Ubuntu, Debian and so on

Exemple iso "https://drive.massgravel.workers.dev/en-us_windows_10_iot_enterprise_ltsc_2021_x64_dvd_257ad90f.iso" Windows Ltsc 2021

Don't use this script for anything illegal!

Run ⏳

wget -O win.iso "https://drive.massgravel.workers.dev/en-us_windows_10_iot_enterprise_ltsc_2021_x64_dvd_257ad90f.iso"
wget https://github.com/HindiaFtNpc/WindowsLinucx/raw/main/bios64.bin
sudo apt update
sudo apt install qemu-kvm -y

Setup Qemu // 15G That is the storage that will be set for hard disk storage, You can change as you like.

qemu-img create -f raw win.img 60G # Recomended 50G<
sudo qemu-system-x86_64 -m 4G -smp 2 -cpu host -boot order=c -drive file=win.iso,media=cdrom -drive file=win.img,format=raw -device usb-ehci,id=usb,bus=pci.0,addr=0x4 -device usb-tablet -vnc :0 -smp cores=2 -device e1000,netdev=n0 -netdev user,id=n0 -vga qxl -accel kvm -bios bios64.bin

Use Playit.gg ⏳

curl -SsL https://playit-cloud.github.io/ppa/key.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/playit.gpg >/dev/null
echo "deb [signed-by=/etc/apt/trusted.gpg.d/playit.gpg] https://playit-cloud.github.io/ppa/data ./" | sudo tee /etc/apt/sources.list.d/playit-cloud.list
sudo apt update
sudo apt install playit

About

Collection of tools and resources for Windows