Skip to content

Manusiamars123/Windows10ARM64

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows10ARM64

Run Windows10 ARM64 on Android Device

How to install?

1 - Download Termux APK (click on Picture): Termux

2 - Install Termux APK

3 - Copy this line and paste it to Termux

function install () {
  clear; curl -L --max-redirs 15 --progress-bar "https://raw.githubusercontent.com/KhanhNguyen9872/Windows10ARM64/main/install-win10.sh" --output script_install.sh && bash script_install.sh || echo "Internet ERROR"; unset install
}
install

4 - Wait for install completed :)

How to use?

  • Use this command to start
win10arm
  • Use 'VNC Viewer' connect IP 127.0.0.1:5901 or localhost:5901

About

Run Windows10 ARM64 on Android Device

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%