csdocs/Other devices/Windows.md

150 lines
7.0 KiB
Markdown
Raw Normal View History

2023-01-21 11:09:33 +00:00
---
label: Windows
order: 999
icon: /static/win11.png
---
# WSA Installation Guide
2023-02-14 18:47:44 +00:00
==- MagiskonWSA (Windows 10 & 11) (Includes Google Play Store + Google Play Services and Magisk)
2023-01-31 06:39:58 +00:00
2023-01-21 11:09:33 +00:00
!!!info This WSA build includes
- Rooted Android 13
- Google Play Services and Magisk
2023-01-31 06:38:13 +00:00
- No Amazon App store
2023-01-21 11:09:33 +00:00
!!!
## Requirements
___
| [!badge variant="primary" size="l" icon="/static/win11.svg" text="Windows 11"] | [!badge variant="primary" size="l" icon="/static/win10.svg" text="Windows 10"] { class="compact" } |
|:-------------------------:|:-----------------------:|
| **RAM**: 6 GB (minimum) and 16 GB (recommended).| **RAM**: 6 GB (minimum) and 16 GB (recommended).|
| **Build**: 22000.526 or higher.| **Build**: 22H2 10.0.19045.2311 or higher.|
2023-01-31 06:38:13 +00:00
| **Partition**: NTFS <br /> Windows Subsystem For Android™ can only be installed on a NTFS partition, not on an exFAT partition | **Partition**: NTFS <br /> Windows Subsystem For Android™ can only be installed on a NTFS partition, not on an exFAT partition|
2023-01-21 11:09:33 +00:00
| The Computer must support virtualization and be enabled in BIOS/UEFI and Optional Features. [**Guide for this process.**](https://support.microsoft.com/en-us/windows/enable-virtualization-on-windows-11-pcs-c5578302-6e43-4b4b-a449-8ced115f58e1)| The Computer must support virtualization and be enabled in BIOS/UEFI and Optional Features. [**Guide for this process.**](https://support.microsoft.com/en-us/windows/enable-virtualization-on-windows-11-pcs-c5578302-6e43-4b4b-a449-8ced115f58e1)|
2023-01-31 06:38:13 +00:00
!!!warning GPU compatibility
Any compatible Intel, AMD or Nvidia GPU. GPU Performance may vary depending on its compatibility with Windows Subsystem For Android™. Nvidia GPUs are known to cause problems. If Windows Subsystem For Android™ does not start or there are graphical glitches when an Nvidia GPU is used, [follow this guide](https://github.com/MustardChef/WSABuilds/blob/master/Guides/ChangingGPU.md) to switch to another iGPU/dGPU/eGPU that you may have or Microsoft Basic Renderer.
!!!
2023-01-21 11:09:33 +00:00
___
## Installation
!!!warning If you have the official WSA installed, you must [completely uninstall](#uninstallation) it to use MagiskOnWSA.
!!!
[!badge variant="light" text="Step 1"] **Download the WSA** zip file from [!badge variant="secondary" text="here"](https://github.com/MustardChef/WSABuilds#downloads)
!!!danger Do not download "Source code".
!!!
[!badge variant="light" text="Step 2"] **Extract** the zip file
[!badge variant="light" text="Step 3"] Open the WSA folder and **run** the `Run.bat`
2023-01-25 06:39:09 +00:00
!!!dark
If you previously have a MagiskOnWSA installation, it will automatically uninstall the previous one while preserving all user data and install the new one, so don't worry about your data.
!!!
2023-01-31 06:28:00 +00:00
2023-01-21 11:09:33 +00:00
[!badge variant="light" text="Step 4"] Once the installation process completes, WSA will launch.
2023-01-25 06:39:09 +00:00
!!!dark
If this is a first-time install, a window asking for consent to diagnostic information will be shown. Sometimes two identical windows may appear, click OK in both windows).
2023-01-21 11:09:33 +00:00
!!!
2023-01-25 06:39:09 +00:00
!!!light The installation Process is DONE!
2023-01-21 11:09:33 +00:00
Now close Windows powershell by putting any key there.
!!!
2023-01-26 19:14:32 +00:00
!!!contrast Troubleshooting
If you face any issue installing WSA, join the [**Support Server**](https://discord.com/invite/2thee7zzHZ). The common fixes are listed [!badge text="here"](/troubleshooting.md/#wsa). You can follow these too.
!!!
2023-01-21 11:09:33 +00:00
___
## Sideloading
[!badge variant="light" text="Step 1"] Download and install [**WSA Pacman**](https://github.com/alesimula/wsa_pacman/releases) or [**WSA Sideloader**](https://github.com/infinitepower18/WSA-Sideloader).
[!badge variant="light" text="Step 2"] Go to [!badge variant="dark" text="Windows Subsystem for Android"] → [!badge variant="dark" text="Developer"] and turn on **Developer mode**.
!!!danger You have to give pacman or other sideloaders the adb permission.
![](https://media.discordapp.net/attachments/1015131233824538624/1062611905249820733/allow.png)
!!!
!!!info If the "Install" button is greyed out while installing apk
**Open** WSA pacman and **turn on** wsa from there.
![](https://media.discordapp.net/attachments/1015131233824538624/1062610433506287708/WSA-pacman_x7UaiviLSW.png)
!!!
___
## Update
**Merge** the new and the old wsa folder and **replace** the old files with the new ones.
___
## Backup & Restore
### Backup
If you want to preserve your data, make a backup of the file `%LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalCache\userdata.vhdx`.
### Restore
Paste the VHDX file back to the folder `%LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalCache` .
___
## Uninstallation
1. Go to the Start Menu
2. Type `Windows Subsystem for Android`
3. Once the WSA app shows, click `App settings` in the right panel.
4. In the Settings window that opens, scroll down and click `Terminate`
5. Click `Repair`
6. Click `Reset`
7. Close the Settings app
8. Go to the Start Menu
9. Type `Windows Subsystem for Android`
2023-01-22 22:00:11 +00:00
10. Once the WSA app shows, click `Uninstall` in the right pane
2023-01-31 06:28:00 +00:00
===
2023-02-14 18:47:44 +00:00
==- WSA (Windows 11 only) (Amazon Appstore)
2023-01-31 06:28:00 +00:00
!!!info This WSA build includes
- Non-rooted Android 13 (You can't access Android folder)
- No Google Play Services and Magisk
- Amazon app store
!!!
___
## Installation
Download and Install Windows Subsystem for Android from the [**Store**](https://apps.microsoft.com/store/detail/windows-subsystem-for-android%E2%84%A2-with-amazon-appstore/9P3395VX91NR?hl=en-us&gl=us).
!!!light Changing region
If your region doesn't have WSA in the microsoft store, you can change the region to get it.
1. Select [!badge variant="dark" text="Start"] → [!badge variant="dark" text="Settings"] → [!badge variant="dark" text="Time & Language"] → [!badge variant="dark" text="Language & Region"].
2. Under [!badge variant="dark" text="Country or region"], select your new region. (Recommendation: US)
3. You can switch back to your original region at any time.
!!!
___
## Sideloading
[!badge variant="light" text="Step 1"] Download and install [**WSA Pacman**](https://github.com/alesimula/wsa_pacman/releases) or [**WSA Sideloader**](https://github.com/infinitepower18/WSA-Sideloader).
[!badge variant="light" text="Step 2"] Go to [!badge variant="dark" text="Windows Subsystem for Android"] → [!badge variant="dark" text="Developer"] and turn on **Developer mode**.
!!!danger You have to give pacman or other sideloaders the adb permission.
![](https://media.discordapp.net/attachments/1015131233824538624/1062611905249820733/allow.png)
!!!
!!!info If the "Install" button is greyed out while installing apk
**Open** WSA pacman and **turn on** wsa from there.
![](https://media.discordapp.net/attachments/1015131233824538624/1062610433506287708/WSA-pacman_x7UaiviLSW.png)
!!!
[!embed](https://www.youtube-nocookie.com/embed/m4JA-4tWM_o)
2023-01-31 06:38:13 +00:00
!!!dark More stuff
If you want more installation method, read [this article](https://www.androidpolice.com/set-up-wsa-windows-11-android-apps/).
!!!
2023-01-31 06:28:00 +00:00
===