Posted on

I wanted to install Windows Subsystem for Android on my Windows 11 computer, but since I am not living in one of the supported contries, the easy installation method by installing the Amazon Appstore is not available to me.

Amazon Appstore not available in my region

Amazon Appstore not available in my region

Installing Windows Subsystem for Android

After searching and testing a couple of different methods, I have come to find that the installation method using winget is the second most convenient. This is as simple as running the following command:

winget install --id=9P3395VX91NR -e --accept-package-agreements

You will need to accept the license and allow the UAC prompt to continue.

Installation ongoing

Installation ongoing

Installing Amazon Appstore

Similarly to above, we can also install the Amazon Appstore:

winget install --id=9NJHK44TTKSX -e --accept-package-agreements
Amazon Appstore after successful installation

Amazon Appstore after successful installation

comments powered by Disqus