Install and Run Windows XP in Android

Oriomax
2 min readMay 15, 2021

--

Windows is a famous operating system around the world, The versions Windows are Windows 95, Windows XP, Windows Vista, Windows 7, Windows 8 and Windows 10. Windows XP was a famous among Windows operating system, it doesnot need a energy hungry devices to run a windows xp system and now you can this operating in your handheld android devices using termux.

Method:

Step1:

Install download and install all the four mentioned above apps for this tutorial.

Step 2:

Download the Zip file of Windows XP, This file is very important in this tutorial.

Step 3:

First open the Fx browser app, go to downloads folder and select the Windows XP Zip file.

Step 4:

Open the Zip file with ZArchiver app.

Step 5:

Select the all the three files and click extract button to extract the files.

Step 6:

Wait for the extraction to complete, the extraction takes around 15–30 min as it is big size file approximately 4 GB in Size.

Step 7:

After the extraction is completed, You will get a Disk folder which will act as a external storage.

Step 8:

Now open the Termux app and type clear to clear the screen.

Step 9:

Now type the following commands:

termux-setup-storage

“This command will give storage access to termux”

pkg update && pkg upgrade

“This command will update all the packages”

pkg search qemu-system-i386-handler &&
pkg search qemu-system-i386 &&
pkg install qemu-system-i386-headless -y &&
pkg search qemu-system-x86_64-handler &&
pkg search qemu-system-x86_64 &&
pkg install qemu-system-x86_64-headless -y

“This command will install qemu packages especially qemu-i386 and qemu-x86_64 which are necessary to run the system in android.

To Continue reading, click here to view the post.

https://joyzonetech.blogspot.com/2021/04/Wndows-XP-In-Android.html

--

--